You don't compile with the DEBUG option.  The Universe Debugger is an
interactive debugger that you run the program inside of.  It's more of
an editor/debugger than just a debugger.  Load the program you want to
debug then use the "stepping" options to move from line to line and view
the contents of variables in the watch window.  I always start with the
F8 key then set the stop/break points I want.

Word of caution, if you have set some break points then make a change to
your source code and compile, your preset break points may not behave as
you wish.  I always clear my break points before running a debug session
to make sure the processing stops on the line I want.  Also, "DEBUG"
statements in your source code do not affect the debugger.  It just
skips right over them.

HTH

BobW
 
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sanjeebkumar
Sarangi
Sent: Thursday, March 15, 2007 6:45 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] DEBUGGER

hi,
How do i use Debugger to debug a Universe basic program.RAID command
helps
me doing that but I need to know how  to use a debugger while  compiling
with DEBUG option.

Thanks,
Sanjeeb
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to