简体   繁体   中英

NetBeans debugging issue

When I click the debug button, I get a browser open up pointing to the following url:

http://localhost/www/somepage.php?XDEBUG_SESSION_START=netbeans-xdebug

For some reason it keeps inserting the www into the url

If I manually remove the www from the browser address bar, the debugging continues as it should.

Anyone know how to get it to stop adding that www to the url?

Please check the "Project URL" and "Index file" values in Project properties and "Run configuration" tab.

Netbeans gives you a reminder of the final URL, just under the "Arguments" input field. You should see an URL like this :

http://localhost/www/index.php

Hope this helps !

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM