Hi all
I have just installed Code::Blocks Nov 2 build, and am rather impressed (as a first-timer, used to Visual Studio).
I am compiling happily with the Intel C++ compiler 9.2 (Windows). However, I can't seem to get the Intel Debugger to work. It seems as if there are some default options passed to the Debugger (idb) that may be wrong. I'm not sure where to change these. The idb error log is as follows:
ommand-line: C:\Program Files\Intel\IDB\9.1\IA32\Bin\idb.exe -nx -fullname -quiet -args ./FastDecomp.exe
Working dir : W:\Dev\FastDecomp\
> set prompt >>>>>>cb_gdb:
unrecognized option: nx (DBX mode)
Use 'idb --help' for a complete list of options.
Any ideas?
Thanks!