I haven't seen before.

I start my debug session with a config-code.fpw.
    screen=off
    Resource=off
    Safety=off
    Title=KIOSK11-CODE
    Command=Do ..\pckiosk11.resource\StartUp-Code.prg

The StartUp-Code sets a few extra things, opens the debug window and starts
the code
    DEBUG 
    
    SET ASSERTS ON 
    SET PATH TO 
    SET CENTURY ON 
    
    DO checkin.prg  
    ON SHUTDOWN
    QUIT

I have a "SET STEP ON" in my code to step through a bit of code.
Well, I am unable to step through the code. Resume fails as well.
The Cancel button works. When I close the Debugger the _Screen appears.
Oh, this is an app that the ShowWindow is set to 2 - As Top-Level Form.

Once the Screen appears, I need to type ON SHUTDOWN in the Command window to
be able to quit.

As I typed all this out. I continued to think of things I should try.

So I added a _Screen.Show() just before the DEBUG and I'm able to Resume and
stop through my code now.

Hope this helps someone in the future.

Have fun, see you at Virtual Fox Fest 2022 soon!
Tracy


_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/004601d8ca03$bc7386b0$355a9410$@powerchurch.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to