NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
FAQ: What is DBGSESSID syntax ?
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
FAQ: What is DBGSESSID syntax ?


DBGSESSID=nnn[@host][:port][;{flags}]

where

nnn - is session ID (any positive number or zero)
NOTE: negative values prohibit debug session to run and drops cookie

host - is host name or IP address of the host where your run PHPED IDE. You may set clienthost which is a keyword, in this case debugger looks for proper client IP address automatically.

flags - set of the following flags delimited with commas:
s=skip - skip number of HTTP requests before actual session should run
d={0|1} - start debug session
p={0|1} - start profiler session

For example:
DBGSESSID=1@clienthost:7869;d=1,p=1
DBGSESSID=1;d=1,p=0
DBGSESSID=1:7869;d=1,p=0,s=5

For further details see this FAQ page
Also this topic explains how DBGSESSID can be used
View user's profileFind all posts by dmitriSend private messageVisit poster's website
FAQ: What is DBGSESSID syntax ?
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