Jump to content
Xtreme .Net Talk

Recommended Posts

  • Leaders
Posted
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.

[sIGPIC]e[/sIGPIC]
Posted
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?
Posted
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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...