Debug mode errors?

beejee

Member
Joined
Feb 14, 2006
Messages
6
Programming Experience
1-3
Hi there,

I'm having a problem in Visual Studio. If I start my application with 'F5'-key then some variables and functions do not work properly. So, I can't really debug while programming. I always have to use 'CTRL+F5', so I can't use breakpoints to debug my application.

Is there a setting that I have to adjust to be able to work in debug mode?

Thanks in advance!
Beejee
 
Hi,

My solutions 'active config' is set to 'Debug'

I'll leave an example of what error I get:

debug-start.JPG


If you look good the directory is not my projects directory.
I'm almost sure it has to do something with settings...

Greets,
Beejee
 
Last edited:
Hi,

My solutions 'active config' is set to 'Debug'

I'll leave an example of what error I get:

debug-start.JPG


If you look good the directory is not my projects directory.
I'm almost sure it has to do something with settings...

Greets,
Beejee
 
Thanks

Thank you for the tips you reffered to.

But I have the problem with other files I load too and there are many references to files I use.
So for me it is not a good way to do.

Thanks anyway.
 
Back
Top