Author Topic: IDB and Code::Blocks  (Read 3550 times)

Offline silicontoad

  • Single posting newcomer
  • *
  • Posts: 4
IDB and Code::Blocks
« on: November 19, 2009, 04:35:16 pm »
Hi,

I have intel compiler installed (v.11) on Ubuntu 9.10, using svn5911 of C::B. Everything works great except for IDB (Intel Debugger - gui debugger written in java) which requires the Java Runtime. I can successfully launch IDB from the command window, I have set the $PATH variable to include the JRE path. However CodeBlocks doesn't take any notice? I've also tried adding them to the environment variable of CodeBlocks with VARIABLE PATH and VALUE /usr/lib/jvm/java-6-sun-1.6.0.15/bin but to no avail, also tried setting VARIABLE LD_LIBRARY_PATH with similar VALUE as above, but no help.

Debugger(Debug) tab:
=============
LD_LIBRARY_PATH=.
Command-line: /opt/intel/Compiler/11.1/056/bin/intel64/idb -nx -fullname  -quiet -args /home/user/dev/common/src/cba
Working dir : /home/user/dev/common/src/
No Java Runtime found in PATH, please make sure that a Java Runtime version 1.5 or higher is installed and in the PATH.
For more information, please read the release notes.

Any ideas?

TOAD

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: IDB and Code::Blocks
« Reply #1 on: November 19, 2009, 04:50:56 pm »
Any ideas?
Probably you didn't notice that C::B supports CDB and GDB, only?! ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline silicontoad

  • Single posting newcomer
  • *
  • Posts: 4
Re: IDB and Code::Blocks
« Reply #2 on: November 19, 2009, 04:57:12 pm »
Ahhh. Ok :) - thanks - note to self: Learn to Read more