Author Topic: reading files during debug  (Read 2455 times)

Offline ogre722

  • Single posting newcomer
  • *
  • Posts: 3
reading files during debug
« on: May 08, 2010, 03:19:09 am »
I noticed that (like visual studio) when debugging a project, files read by the program are looked up in the project folder, not the compiled executable's folder. Its a pain having to move resources when i want to use program outside of the debugger. Is there a way to change this?
« Last Edit: May 08, 2010, 03:21:34 am by ogre722 »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: reading files during debug
« Reply #1 on: May 08, 2010, 03:41:15 am »
You can try to set Project -> Properties -> build targets -> execution dir
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]