Author Topic: Debugging in a specific directory  (Read 3120 times)

Offline Shane

  • Single posting newcomer
  • *
  • Posts: 7
Debugging in a specific directory
« on: November 21, 2008, 05:25:02 pm »
I have a unit test I want to debug, but that unit test must be ran in a specific directory.  Does anyone know how I can set that up?

Thanks.

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: Debugging in a specific directory
« Reply #1 on: November 21, 2008, 05:53:29 pm »
set the execution working dir in project->properties->build targets

Offline Shane

  • Single posting newcomer
  • *
  • Posts: 7
Re: Debugging in a specific directory
« Reply #2 on: November 21, 2008, 06:03:45 pm »
Great thanks.