Joined: 05 Jul 2005 |
Posts: 8 |
|
|
 |
Posted: Thu Mar 02, 2006 9:01 am |
|
 |
 |
 |
 |
I've a quite complex CMS php site to debug, and I did a project for this.
When the script get the output, the debug session stops.
At this point I should continue my debug keeping in the memory some values (login, password, actual path and so on).
If I try to continue the debug clicking on a link in the output windows, debug mode doesn't start.
If I try to continue the debug changing the main file in the project, debugs starts, but it hangs because the needed above values are erased from memory.
the checkbox "stop at the first line" has no effect after debug session stops.
Some simple suggestions?
|