NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Jump over files or exclude while debugging


Joined: 08 Feb 2016
Posts: 1
Reply with quote
hi there,

my solution contains a refresh routine which loads automaticly after few seconds. the debugger shows me everytime when a line of code is touched and i have to press forward everytime.
i want to exclude some files from the debug-process.

How can i resolve this problem? (disable the autorun of the refresh-routine is no solution)

thx

_________________
--
View user's profileFind all posts by jathagrimonSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
it's my understanding that you have a web page that refreshes its content on timer in js. If you got the initial page with debugger, it may trigger debugger on each refresh. This happens because debugger sets DBGSESSID cookie on the 1st run. All subsequent refreshes in the browser will send this cookie back to the server and will trigger the debugger. To avoid it you have to uncheck "debug session" option or issue DBGSESSID with c=0 flag -- see http://www.nusphere.com/kb/technicalfaq/faq_dbg_related.htm for further details

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Jump over files or exclude while debugging
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic