MSVC++ Debugging question

Aug 12, 2012 at 10:22pm
closed account (10oTURfi)
When I run my program in debug, it cant open any files which are in /Debug/ directory of solution(where .exe is)... assert(File.good()); fails every time (Note that it doesnt fail when I double click-run the program)... Which makes me think that program is ran from somewhere else. But where? Where should I copy my files so it can work with debugger?
Last edited on Aug 12, 2012 at 10:24pm
Aug 12, 2012 at 10:28pm
In project options/Debugging, you can set the working directory. If you don't set it manually, I believe it defaults to the project directory.
Topic archived. No new replies allowed.