Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 9.0 Fix - invisible breakpoint
Message
From
09/05/2012 11:39:53
 
 
To
09/05/2012 00:47:35
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01543344
Message ID:
01543357
Views:
125
go into Tools/Breakpoints (or hit CTRL-B) and look at the listing. I'm betting y'all added the '?Phantom ' line after you set the breakpoint - so it's breaking on the line number that you set the break at. I've run into this behavior with VFP8 even after I've cleared the 'red dot' in the debugger.


>Hello everyone:
>
> Sometimes, vfp debugger stops at some invisible breakpoints.
>
> There is a test program from Mr. Leonid Lepin (or Mr. meligo):
>
>
>     *PROC testbreakpoint
>
>     SET STEP OFF
>     SET ECHO OFF
>     SET DEBUG OFF
>     SET ESCAPE OFF
>     SET TALK OFF
>     SET SAFETY OFF
>
>     _SCREEN.VISIBLE=.T.
>     _SCREEN.WINDOWSTATE=2
>
>     ? 'Phantom BreakPoint'
>     INSERT INTO tttt (f0,f1,f2,f3,f4,f5) VALUES (CHRTRAN(somestring,'\','/'),1,2,3,4,5)
>
>     RETURN
>
>     * END OF PROC TESTBREAKPOINT.
>
>
> We can set a breakpoint at the line:
> INSERT INTO tttt (f0,f1,f2,f3,f4,f5) VALUES (CHRTRAN(somestring,'\','/'),1,2,3,4,5)
>
> But when we run the program, the debugger stops at the line:
> ? 'Phantom BreakPoint'
>
>
>More details please refer to:
>
>VFP 9.0 FIX - INVISIBLE BREAKPOINT
>http://www.baiyujia.com/vfpdocuments/default.asp
>
>source code download:
>http://www.baiyujia.com/f_download.asp
"You don't manage people. You manage things - people you lead" Adm. Grace Hopper
Pflugerville, between a Rock and a Weird Place
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform