dbTalk Databases Forums  

Cannot step through logic within a timer

comp.databases.xbase.fox comp.databases.xbase.fox


Discuss Cannot step through logic within a timer in the comp.databases.xbase.fox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Steve
 
Posts: n/a

Default Cannot step through logic within a timer - 01-25-2006 , 11:24 AM






Re: VFP6 and VFP8
Using the debugger, I cannot step through the logic within a timer on a
form.

Create a new form
Add a timer
Within the timer, add the following logic:

ASSERT .f.
x = "hi"
?x
?"end"

In the form.INIT, add the following logic:

set asserts on
this.timer1.timer()

Run the form and when it asks to Debug, click "Debug".
When the debugger comes up, either press F8 or click the step into icon
to step. You would expect FoxPro to execute one statement and pause on
the next. For me, it executes all statements and does not stop on any
of them.

Help!


Reply With Quote
  #2  
Old   
Josh Assing
 
Posts: n/a

Default Re: Cannot step through logic within a timer - 01-25-2006 , 01:38 PM






you probably shouldn't post multiple times -- cross-posting at least allows
answers to get to the other ng's.

I responded in one of the other groups...


On 25 Jan 2006 09:24:01 -0800, "Steve" <sfritsche (AT) tri-ad (DOT) com> wrote:

Quote:
Re: VFP6 and VFP8
Using the debugger, I cannot step through the logic within a timer on a
form.

Create a new form
Add a timer
Within the timer, add the following logic:

ASSERT .f.
x = "hi"
?x
?"end"

In the form.INIT, add the following logic:

set asserts on
this.timer1.timer()

Run the form and when it asks to Debug, click "Debug".
When the debugger comes up, either press F8 or click the step into icon
to step. You would expect FoxPro to execute one statement and pause on
the next. For me, it executes all statements and does not stop on any
of them.

Help!

--- AntiSpam/harvest ---
Remove X's to send email to me.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.