Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is Exception Code C0000005?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00250931
Message ID:
00251301
Views:
15
>2.) How can I use the debugger to step through forms? When I fire it up, it only lets me choose .prg files to open, and stepping into where a form is called doesn't actually step into the form's code. What do I need to do differently?


OK! This won't help you with your C0000005-problem. This is only to help you a little bit with the debugger. I remember the time (not long ago) when i had the same problems.

To debug forms:

- Open Debugger
- click on toolbar button with the green arrow to the right
- select 'Form' in 'Files of Type'
(only MS$ knows why this can only be done with the toolbar)
- select your form and click on 'DO'

or if you are editing the code of a method in your form

- move the text cursor to a line where you want a breakpoint
- rightclick mouse
- select Set Breakpoint
- run form

or put in a line with 'SET STEP ON' into your code

By the way: with 'Files of Type' = PRG you can also select your .exe and .app files.

Happy stepping!
Stefan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform