cheesedude
2014-08-16 11:25:54 UTC
Hi. I am using the latest version of NetBeans with XAMPP (recent version).
When debugging PHP with NetBeans, it adds a query string to the request apparently to trigger XDebug or something (XDEBUG_SESSION_START=netbeans-xdebug). It screws up the URL, screws up my rewrite, and I am wondering if there is a way to use XDebug with NetBeans without adding a query string to the URL?
I have searched and searched and found no real answer. It seems there might be a way possibly by embedding a hidden HTML input element in the the code to trigger XDebug. But I have read nothing about this. I have tried every configuration in NetBeans I could think of without any success.
Any ideas?
Thank you for your help. :)
When debugging PHP with NetBeans, it adds a query string to the request apparently to trigger XDebug or something (XDEBUG_SESSION_START=netbeans-xdebug). It screws up the URL, screws up my rewrite, and I am wondering if there is a way to use XDebug with NetBeans without adding a query string to the URL?
I have searched and searched and found no real answer. It seems there might be a way possibly by embedding a hidden HTML input element in the the code to trigger XDebug. But I have read nothing about this. I have tried every configuration in NetBeans I could think of without any success.
Any ideas?
Thank you for your help. :)