Leaders snarfblam Posted June 29, 2005 Leaders Posted June 29, 2005 You have a function call causing side effects in the watch window. (BTW' date=' VS 2005 won't evaluate functions with side effects in the debug windows.)[/quote'] In all the time I've spent programming VB, the idea of side effects from the watch window never occured to me. That is one to watch out for. Quote [sIGPIC]e[/sIGPIC]
jmcilhinney Posted June 30, 2005 Posted June 30, 2005 If you put a function into the Watch window then that function has to be executed to return a result. This means that any operations within that function are executed, like changing variables' values, etc. How else could the functions return value be obtained? Quote
EFileTahi-A Posted June 30, 2005 Author Posted June 30, 2005 Just a silly question... How can I hide and show "autos" window? I can't find it anywhere at home. Here, at my job the autos is automaticaly appearing... Quote
jmcilhinney Posted June 30, 2005 Posted June 30, 2005 Just a silly question... How can I hide and show "autos" window? I can't find it anywhere at home. Here' date=' at my job the autos is automaticaly appearing...[/quote']The help topic for the "Autos Window" says that while debugging select Debug->Windows->Autos. 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.