Denaes Posted May 17, 2004 Posted May 17, 2004 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? Quote
cpopham Posted May 17, 2004 Posted May 17, 2004 Go into the Debug tab and turn off the disassembly window and then turn on your Immediate window. That should help... Chester Quote ____________________________________________ http://www.pophamcafe.com I am starting a developers section, more tutorials than anything.
cpopham Posted May 17, 2004 Posted May 17, 2004 I should say the Windows tab under the debug tab... Quote ____________________________________________ http://www.pophamcafe.com I am starting a developers section, more tutorials than anything.
*Experts* Nerseus Posted May 17, 2004 *Experts* Posted May 17, 2004 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 Quote "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
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.