starcraft Posted July 1, 2003 Posted July 1, 2003 whats wrong? when i click start on the debug menu, it some up with a yellow arrow with a red background and says something like "this is the next line to be exicuted. u may change the next line to be exicuted by draging the arrow to the line, this me have unforseen coniquences" whats up? I dont know how to work the vb code window so i'll see if u guys can help me with that if not i'll have to fiqure out how to use it Quote
*Experts* mutant Posted July 1, 2003 *Experts* Posted July 1, 2003 YOu probably set a breakpoint in the IDE, stop your program and click on that darkred circle on the left of your code. Quote
starcraft Posted July 1, 2003 Author Posted July 1, 2003 ahh wonderful it works great. what caused it? can i stop what ever it is from happening again? Quote
*Experts* mutant Posted July 1, 2003 *Experts* Posted July 1, 2003 As long as you dont click on the left side of your code where you set breakpoints you are set :) Quote
*Experts* Volte Posted July 1, 2003 *Experts* Posted July 1, 2003 Breakpoints stop your code from executing at a certain point so you can pinpoint the exact line of code that causes an error. While in break mode, you can press F8 to step through your code one at a time, and you can hover your mouse over a variable in the code window and a tooltip will tell you the value. Very useful for debugging. :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.