Tagged Questions

1
vote
1answer
351 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 ...
0
votes
0answers
8 views

total view debugger - debugging a process thats forked from a startup process at launch

I have application that has two executables. One that we launch and it forks n instances of the other. Now I have to debug the second tsk file at launch. I can do it later using the attach to process ...