Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Shane on November 21, 2008, 05:25:02 pm

Title: Debugging in a specific directory
Post by: Shane 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.
Title: Re: Debugging in a specific directory
Post by: dmoore on November 21, 2008, 05:53:29 pm
set the execution working dir in project->properties->build targets
Title: Re: Debugging in a specific directory
Post by: Shane on November 21, 2008, 06:03:45 pm
Great thanks.