Hi Nick,

This has been a problem for awhile.  I think it has to do with when you
set the breakpoint.  If you make any changes to the program that moves
the lines of code, it loses it's position relative to the source code.
Think of the source code file as an overhead projector document.  Add a
transparency on top of the document and mark specific points.  Then
modify the underlying document so that it moves sentences and
paragraphs.  The transparency is no longer valid to the points you think
but are.  You could also think of it as relative vs. absolute address in
a spreadsheet.  Breakpoints would be an absolute address reference
regardless of the data at that location.  Change the meaning of the data
at that address and you no longer get the action you want.

What I do to work with this is clear all the breakpoints when I
recompile the program I'm working on and reset them.

HTH's,

BobW
 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nick Cipollina
Sent: Wednesday, April 05, 2006 11:12 AM
To: [EMAIL PROTECTED]; u2-users@listserver.u2ug.org
Subject: RE: [U2] Newest UV UniDebugger

Does anyone else have trouble with the debugger?  I'll set a break point
in a program, and the debugger will blow right by it sometimes.  It can
be very frustrating.

Thanks,
 
Nick Cipollina 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, April 05, 2006 12:37 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Newest UV UniDebugger

That's easy. In the view menu select "3" for Host. You can also close
the other windows (session is the host screen). Finally, just drag the
window edges (of the session window) to make it larger....


Hth
Colin Alfke
Calgary Canada

P.S. I hope this isn't one of the really easy ones that gets 40
responses after I send this....
 

>-----Original Message-----
>From: Bob Little
>
>I've only recently tried using the UniDebugger.
>
>The terminal display window is so tiny, I can't read any 
>messages it outputs.  It'd be nice to be able to change the 
>font size for that window.  If that's an option right now, I 
>sure couldn't find it.
>
>Bob Little
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to