NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
TIP: Scriptlets for starting/stopping debugger session


Joined: 15 Aug 2003
Posts: 44
Reply with quote
These two scriptlets can be used as On/Off buttons in your browsers links bar for i.e.

javascript: document.cookie = 'DBGSESSID=' + escape('1;d=1,p=0') + '; path=/'; document.execCommand('refresh');
javascript: document.cookie = 'DBGSESSID=' + escape('1;d=0,p=0') + '; path=/'; document.execCommand('refresh');
View user's profileFind all posts by Post-O-MaticSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8328
Reply with quote
Alternatively you may want to use

start/stop
javascript:location.href=location.protocol+'//'+location.hostname+location.pathname+'?DBGSESSID=1;d=1,p=0'
javascript:location.href=location.protocol+'//'+location.hostname+location.pathname+'?DBGSESSID=-1'

as described here:
phped-debugger-profiler-bookmarklets-t1615.html#6114
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Site Admin

Joined: 13 Jul 2003
Posts: 8328
Reply with quote
NOTE: this topic is outdated since nusphere IE toolbar released. This tool is bundled with PhpED version 4.5
View user's profileFind all posts by dmitriSend private messageVisit poster's website
TIP: Scriptlets for starting/stopping debugger session
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