Hi, if you're under R08 and below (I mean under TCServer), you can start a telnet session pointed to its DEBUG port (default is 9502), see TCServer screen output where to check it:
Starting deamons ... - Starting Admin Console on port : 9500 [ OK ] - Starting debugger deamon on port : 9502 [ OK ] - Starting Spy deamon on port : 9503 [ OK ] - Starting Telnet deamon on port : 9501 [ OK ] e.g.: telnet localhost 9502 Then put DEBUG statement to your code and whenever Browser comes at that point you'll see DEBUGGER prompt in your telnet window. You shall have debugging enabled in your environment.vars: JBASE_DEBUG_PIPE=1 Under R09 (jboss) debugger prompt will appear in jboss window. On Oct 3, 10:45 pm, Subbu <[email protected]> wrote: > You can know the DEBUG port number, and open a new DEBUG session with using > the port number. > > HTH > > Cheers, > Subbu > > On Sat, Oct 3, 2009 at 12:03 PM, syed raza <[email protected]> wrote: > > front end is browser. Can you help me, how one can debug browser.Please > > mail me the procedure for debugging browser or manual if any pertinent to > > this topic > > thanks for you support > > > On Fri, Oct 2, 2009 at 6:25 PM, VK <[email protected]> wrote: > > >> Hi, > >> is your front-end Desktop or Browser? > >> You can debug under browser. > > >> On Oct 1, 4:46 pm, syed raza <[email protected]> wrote: > >> > Hi, > >> > I just want to know, is there any way i can execute debug on repo > >> > application. As it is an GUI based application, so it cannot be accessed > >> > through black mode. > >> > Thanks in advance --~--~---------~--~----~------------~-------~--~----~ Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -~----------~----~----~----~------~----~------~--~---
