1
vote
1answer
211 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 co …
