Re: T24:Debug on Repo

2009-10-08 Thread VK
An addition: make sure your routine is really triggered: e.g. mark a field as HOT.FIELD. On Oct 7, 1:40 pm, VK kzm...@yahoo.com wrote: Hi, firstly check that you've enabled debugging in environment.vars. secondly make sure you've used -D option while compiling. Then restart TCServer

Re: T24:Debug on Repo

2009-10-07 Thread Subbu
Syed, In your case DEBUGGER has connected, pelase check your environment.vars file whether JBASE_DEBUG_PIPE=1 is set or not. The file will be in path tcserver/conf/TCServer. Cheers On Tue, Oct 6, 2009 at 3:09 PM, syed raza mrizv...@gmail.com wrote: Debug is still not working. Can you please

Re: T24:Debug on Repo

2009-10-07 Thread VK
Hi, firstly check that you've enabled debugging in environment.vars. secondly make sure you've used -D option while compiling. Then restart TCServer Then, besides debug port session launch another session telnet localhost 4603 - this is a spy port, see inside for more info on what's happening

Re: T24:Debug on Repo

2009-10-06 Thread syed raza
Debug is still not working. Can you please help and check the steps, which i have performed and their description is as follows TCSERVER JMXRmiPort1099/JMXRmiPort MONITOR_PORT 4600 /MONITOR_PORT TELNETD_PORT 4601 /TELNETD_PORT DEBUGGER_PORT 4602 /DEBUGGER_PORT SPY_PORT 4603 /SPY_PORT

Re: T24:Debug on Repo

2009-10-03 Thread Subbu
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 mrizv...@gmail.com wrote: front end is browser. Can you help me, how one can debug browser.Please mail me the procedure for debugging

Re: T24:Debug on Repo

2009-10-02 Thread VK
Hi, is your front-end Desktop or Browser? You can debug under browser. On Oct 1, 4:46 pm, syed raza mrizv...@gmail.com 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.