Author Topic: Intel C++ Compiler 9.1 IDB debugger Error  (Read 4060 times)

doremifa

  • Guest
Intel C++ Compiler 9.1 IDB debugger Error
« on: April 02, 2008, 09:05:52 am »
Hi,buddy
    I got the following message when run IDB(intel C++ 9.1) on the WindowsXP platform

Command-line: D:\Intel\Compiler\C++\9.1\IA32\Bin\idb.exe -nx -fullname  -quiet -args bin/Debug/console.exe
Working dir : C:\temp\console\
> set prompt >>>>>>cb_gdb:
unrecognized option: nx (DBX mode)
Use 'idb --help' for a complete list of options.


 My C::B version is 8.02. I think the command line options can be configured in somewhere ? Who can tell me where I can reconfigure the options?

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: Intel C++ Compiler 9.1 IDB debugger Error
« Reply #1 on: April 02, 2008, 02:58:54 pm »
Sorry, the only debuggers supported within Code::Blocks are GDB and Microsoft's CDB.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)