It's what I do as well, I just hate to have a tool I don't use.
I was thinking the debugger might as well get some use though.
------------------
Announcement
Collapse
No announcement yet.
Debugging Help
Collapse
X
-
I tend to actually use the application to debug itself.
Ie
control add blah blah blah
msgbox "DEBUG: Control Added here"
This is not the most accurate way, but unless you are doing multiple threads, well, it DOES work fine.
It's in multiple threads that it gets complex...
Just my tip, otherwise just step through the debugger (F8?).
The problem is, ie reading a large file etc, it's slow and tedius but on the other hand you will get all of the info you need..
Scott
------------------
Scott
mailto:[email protected][email protected]</A>
Leave a comment:
-
-
Debugging Help
As I understand it, the only info on the debugger is with the
printed reference docs.
Does anyone have a quick and dirty tutorial on useing the
debugger?
------------------
Tags: None
-
Leave a comment: