[futurebasic] Re: [FB] Re: [FB^3] Debugger help

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : September 1999 : Group Archive : Group : All Groups

From: "keller" <keller@...>
Date: Sun, 19 Sep 1999 17:39:28 -0500
>>I have managed to get most of my largest project converted and working, 
>>but frequent crashes into macsbug lead me to try the debugger to step
>>through my code in an effort to uncover where the crashes occur.
>>
>>1.  How do I get my source code to appear in the "Source Code" window of
>>the debugger? The window says "Line 0" and is blank.
>>
>>2. FBII debugger showed me a nice list of my variables, and their current
>>values... where is that feature in the new debugger?
>>
>>Get me going with these two items, and it should be home free after that,
>>I hope... :-)
> In addition to the above items, I also cannot get the FN Stack feature to
> work.
>
> Is anyone else experiencing bad results with the FB^3 Debugger or am I
> the only one?
>
> Currently my program is crashing on return from a FN... it is picking up
> a bad address, but I cannot figure out why or where... :-(
>
> Anybody???
>
>         -=  Bob  (-:

Have you selected the debugger for your whole project by clicking on the bug
at the top of the project manager window? I had some trouble when I only
selected my own files, not the PG or FB created ones.

Just a thought...

Anders