Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 9.0 Fix - invisible breakpoint
Message
From
09/05/2012 00:47:35
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
VFP 9.0 Fix - invisible breakpoint
Miscellaneous
Thread ID:
01543344
Message ID:
01543344
Views:
152
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
Welcome to VFP C++ Compiler: http://www.baiyujia.com/vfpcompiler
Next
Reply
Map
View

Click here to load this message in the networking platform