Igor Micev wrote:
Hi All,

I need to DEBUG a version via Netterm. The version consists of more
associate versions in which one is my piece of code that I want to
check. Can anyone pls tell me how do I switch from one to another
assoc. version under Debug mode.
  
See:

http://www.jbase.com/knowledgebase/manuals/3.0/30manpages/man/dbg1.htm

Once at the debugger prompt, you can tell the debugger where it can find your sources, then use:

b {-t} nn{,file}
Set a breakpoint at line nn in the current file or that specified by the file modifier. If the -t option is specified then the breakpoint will cause a display of all the trace variables rather than halting the program.


Jim

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---




Reply via email to