Code::Blocks Forums

User forums => Help => Topic started by: AnTeevY on November 30, 2007, 07:16:12 pm

Title: Some cdb debugging issues
Post by: AnTeevY on November 30, 2007, 07:16:12 pm
Hi there,
2 questions:
- Is it possible to pause the debug process while the application runs, as it is possible in VS2005?
- Is it possible to change the dir in which cdb does search specific files? For example, when I debug my program, the debugger does not find the resources.cfg (which is in the OgreSDK/bin/debug folder), because it searches for it in my project directory. I've added this folder to the additional debugger paths in the project/debugger options without success.

Thanks!
Title: Re: Some cdb debugging issues
Post by: AnTeevY on December 03, 2007, 06:03:19 pm
Any help would be really appreciated :)