FantasiaDown
10-02-2003, 09:02 AM
I have a question regarding this.
What does the code window break point function do and how does it work?
-thanks-
What does the code window break point function do and how does it work?
-thanks-
The Break Point functionFantasiaDown 10-02-2003, 09:02 AM I have a question regarding this. What does the code window break point function do and how does it work? -thanks- bk2003 10-02-2003, 09:03 AM Try it. stickleprojects 10-02-2003, 09:05 AM The Break Point function will halt your code at the line where the break point is. It is used for debugging (a bit like the STOP statement, but doesnt remain in the code between instances of vb). You can also set expressions on each break point that must be TRUE for the BP to stop the code (ie. expression "i>10" will only halt code when i is greater than 10). suggest you search the MSDN for debugging vb applications. Hope this helps, Kieron I have a question regarding this. What does the code window break point function do and how does it work? -thanks- bk2003 10-02-2003, 09:07 AM My first answer was not very nice (he ,he) Here is a good tutorial on debugging. (written by Billso) http://www.visualbasicforum.com/t9415.html passel 10-02-2003, 10:58 AM My first answer was not very nice (he ,he) Here is a good tutorial on debugging. (written by Billso) http://www.visualbasicforum.com/t9415.html Actually, the Tutorial was written by Thinker, it was posted by BillSoo. FantasiaDown 10-02-2003, 11:14 AM Yes, that is all very helpful! i follow all of that procisely. I am doing a lot of debugging actually, so i'm glad you mentioned that the break point function is used for that - i'm finally making some progress on whatever it is that i think i am doing. thanks again. The Break Point function will halt your code at the line where the break point is. It is used for debugging (a bit like the STOP statement, but doesnt remain in the code between instances of vb). You can also set expressions on each break point that must be TRUE for the BP to stop the code (ie. expression "i>10" will only halt code when i is greater than 10). suggest you search the MSDN for debugging vb applications. Hope this helps, Kieron I have a question regarding this. What does the code window break point function do and how does it work? -thanks- FantasiaDown 10-02-2003, 11:16 AM Thanks for the link to the tutorial provided for debugging.I took a quick look at it a second ago and it looks quite helpful. thanks for the reply ! My first answer was not very nice (he ,he) Here is a good tutorial on debugging. (written by Billso) http://www.visualbasicforum.com/t9415.html Actually, the Tutorial was written by Thinker, it was posted by BillSoo. |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum