MSVC++ Debugging question

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