This should be straightforward, but Google is not helpful today.
I have a PHP Ajax API, with a series of separate files, each of which accepts its parameters through $_GET.
How do I feed those parameters when I debug a file?
(Incidentally, XDebug is working fine, it launches a browser when I tell NetBeans to debug the file; I just can't see how to pass parameters to the URL Which is launched)
[Update] I will also accept an answer for Eclipse and even for PHP Storm, which I will buy if I can't find a free solution.
[Update++] To clarify, I want to be able to stop on breakpoints in the IDE. Some answers here seem to have somehow missed that point.
Solution
Eight years later: I stopped using NetBeans shortly after posting this question. I am now very happy with VS Code. The easiest way to do what I ask would be to use Postman. There is also a plugin in with similar functionality for VS Code (Google for it if interested)




