Author Topic: Some cdb debugging issues  (Read 2996 times)

Offline AnTeevY

  • Multiple posting newcomer
  • *
  • Posts: 10
Some cdb debugging issues
« 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!

Offline AnTeevY

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: Some cdb debugging issues
« Reply #1 on: December 03, 2007, 06:03:19 pm »
Any help would be really appreciated :)