News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Debugging in a specific directory

Started by Shane, November 21, 2008, 05:25:02 PM

Previous topic - Next topic

Shane

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.

dmoore

set the execution working dir in project->properties->build targets
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]

Shane