Joined: 31 Oct 2012 |
Posts: 16 |
Location: Canada |
|
 |
Posted: Thu Jun 02, 2016 8:38 pm |
|
 |
 |
 |
 |
Hi.
I'm trying to debug a wordpress installation on localhost, but something strange happened.
In PhpEd, I click, as usual, on the debug button and chrome is starting with a standard debugging address:
http://localhost:8080/index.php?DBGSESSID=425239000015300013;d=1,p=0,c=1
One second later, the address changes to
http://localhost/natbio/ (natbio is the site I'm trying to debug)
Since it is not on port 8080, the debugger does not stop on breakpoints...
Any idea will help
Just in case you ask, my debugger is working fine with all my other projects on localhost
|
|