Re: [U2] Debugger Woes

2011-07-11 Thread Baakkonen, Rodney A (Rod) 46K
Check the size of the program when compiled with the -D. You may be blowing some Shared Basic Code parameter in udtconfig. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R. Sent: Monday, July 11,

RE: [U2] DEBUGGER

2007-03-15 Thread Bob Woodward
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

RE: [U2] DEBUGGER

2007-03-15 Thread brian
Sanjeeb As with everything in UniVerse there is more than one way to use it! There are two debugger environments - the client/server UniDebugger application, and the regular debugger in your UniVerse command session (TCL). To enter the debugger in TCL you can either: a) include a DEBUG

Re: [U2] Debugger in SB+

2005-11-10 Thread u2ug
Bjorn, You may want to sign up for the SB+ mailing list and see if they can help you. Instructions for signing up can be found below. -- - Charles Barouch, Moderator U2-Users U2-Community RBSolutions SBSolutions

RE: [U2] Debugger in SB+

2005-11-10 Thread Debster
use logging but I never had the need. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kevin King Sent: Thursday, November 10, 2005 9:35 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Debugger in SB+ Absolutely. Check out my Debugging Tips