Can't access immediate window while in debug mode

smokyjoe

New member
Joined
Jun 14, 2006
Messages
1
Programming Experience
1-3
Hi,
This has been driving me crazy. I used to be able to view the immediate window, but for the last 2 months I haven't been able to. Add that to the fact that when an error is thrown in my code, there is no notification, it just exits the process (as if it's in release mode, but it's not), and it makes it extremely difficult to debug. Has anyone else had this problem with the immediate window? Any solutions? I can get it to show once I've stopped executing, but while the program is running it is in-accessible.
 
Back
Top