Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Whenever I had problems in my code prior and I chose to Break, the page of code would show with the problem line (or were the program met it's trouble) highlighted in greenyellow (I think).

 

I don't know what I did, but now it's giving me the disassembly, which isn't what I want. The only way I can get ANY information on the code in question is to set up try...catch statements all over to pop up messageboxes with the procedure name and ex.tostring (which is a good practice I'd think).

 

But it was just easier when I was told were in the CODE I had a problem, not in the disassemly.

 

Can anyone help me change the setting back?

  • *Experts*
Posted

Make sure you're in Debug "mode", not Release mode. On the main toolbar there should be a combobox where you can change configurations. Or, under Build->Configuration Manager.

 

-Nerseus

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut

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...