Re: [Harbour] debug bug

2008-09-04 Thread bill robertson
- Original Message - From: "Przemyslaw Czerpak" <[EMAIL PROTECTED]> To: "Harbour Project Main Developer List." Sent: Thursday, September 04, 2008 1:25 PM Subject: Re: [Harbour] debug bug On Thu, 04 Sep 2008, bill robertson wrote: Hi Bi

Re: [Harbour] debug bug

2008-09-04 Thread Przemyslaw Czerpak
On Thu, 04 Sep 2008, bill robertson wrote: Hi Bill, > In the example below: > - > FUNCTION MAIN() > LOCAL cVar > ALTD() > cVar:= 5 // Just to stop on something > RETURN 0 > -- > If I go to the command window of the debugger

[Harbour] debug bug

2008-09-04 Thread bill robertson
Hi All, In the example below: - FUNCTION MAIN() LOCAL cVar ALTD() cVar:= 5 // Just to stop on something RETURN 0 -- If I go to the command window of the debugger and ask a few questions: ? s // nil as expec