Tagged Questions
1
vote
1answer
359 views
How do you set the current directory of a debugged process?
I have an application that is sensitive to the directory it gets invoked from — it loads some files using relative paths.
When I start the program through a debugger, how can I control what the ...