I was debugged using vscode(code editor, debugger with xdebug extention), xampp(php, MySQL only), nginx(as server) and Mozilla Firefox (browser) in windows.still It’s working.
This documentation page outlines everything that’s necessary for PHPStorm: Debugging | farmOS
… I have to imagine NetBeans would work similar? Maybe just need to figure out the correct value for XDEBUG_SESSION?
For what it’s worth, with the setup documented in the link above, I do not need to add ?XDEBUG_SESSION_START to my URL strings. It “just works” automatically.