Disable debug session once. |
Site Admin
|
Interesting. It shouldn't freeze.
Can you try to remove breakpoints and check if it still freezes without them? Same goes to expressions in Watches. As of disabling debugger - I'm sorry, IDE does not support it. May be I'll find a way how to implement it in the future. Perhaps, as a workaround, you can add re-write rules for your web server to remove DBGSESSID cookie or re-write the URL to add DBGSESSID get parameter with "-1" value to the URL. |
||||||||||||
_________________ The PHP IDE team |
|
I mixed up upload/download. I mean a request that at the end returns a large file or just a file request. This is usually a picture or pdf. IDE hangs on load time, which is much slower than without debug. can this be somehow configured?
|
||||||||||||
|
Site Admin
|
It does not make any difference if you script produces large output or no output at all.
What makes difference is if you stop debugger and have large value in a variable. Do you by a chance have all the large output in a variable? Also I'd recommend you to try set an external browser by default. |
||||||||||||
_________________ The PHP IDE team |
|
I use remote debug and external browser. script returns file.
without breakpoints phped 19.1 http return:
|
||||||||||||||
|
Site Admin
|
Can you please post a short script reproducing the problem with freezing the IDE and steps leading the it?
I made some efforts in attempt to reproduce it and no freezes so far. RE your question about disabling debugger for certain URLs, you can turn off debug session in the debugger properties, either per project or IDE-wide -- see project properties->debugger settings or tools->settings->Run & Debug/settings. With debug sessions turned off, you have to supply DBGSESSID with each HTTP request that you want debugger to trigger on. Details on this are in FAQ area: http://www.nusphere.com/kb/technicalfaq/faq_dbg_related.htm |
||||||||||||
_________________ The PHP IDE team |
|
https://drive.google.com/file/d/18c5gIqc2UjvCEK9e6I15Vzqimw4sqPd8/view
this is just an example. and code and file size. actually more, more complex and, accordingly, the IDE freezes much longer. I used the DebugBreak function to keep the experiment clean, so to speak . спосибо. |
||||||||||||
|
Disable debug session once. |
|
||
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