[resolved] Single stepping is very slow |
Site Admin
|
It may happen if you are debugging over slow network and have too many data in current scope (check globals and locals), or if you have too many entries in the Watch window.
|
||||||||||||
_________________ The PHP IDE team |
|
I disabled my Globals and Locals to see what difference that would make. Now I can't get them back. What do I do? Thank you.
|
||||||||||||
|
Site Admin
|
did you close them or disable?
If you closed, just start debug session and open via View->Debug windows->Locals/Globals. If you disable, start debug session, right click on them and make enabled in the popup menu. |
||||||||||||
_________________ The PHP IDE team |
|
How do I get rid of a local or global variable that is in the Locals or Globals window? I can disable, but not delete.
|
||||||||||||
|
Site Admin
|
probably not what you need but unset($variablename) will drop the varable.
|
||||||||||||
_________________ The PHP IDE team |
Veteran
|
I had this exact same problem. Turns out it was caused by huge arrays, as suggested by dmitri. Seems that if you are using tons of memory in your PHP script debugging can get really slow, so don't go overboard.
|
||||||||||||
|
[resolved] Single stepping is very slow |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by