Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 9 Debugger Bug
Message
De
21/07/2005 14:08:09
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
01034735
Message ID:
01034795
Vues:
21
>>The answer exist:
>>escalade to a VC++ debugger
>
>I'm having a different problem with the debugger. If I run application, it works fine. But if I try to use debugger, and try to resume after stop, it gives me an error message: command can not be issued within transaction (REQUERY()). Why it is working without debugger? And how can I debug then?
>
>Thanks.

Hard!

Try ( not tested )
* STEPSTATUS=SET("step") return .F. ( a old bug )
SYS(2030,0)
 requery()
SYS(2030,1)
IF WEXIST("Trace")	&& 
	SET STEP ON
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform