Mittwoch, 17. Oktober 2012

debug IDL program that uses a shared library call

If you need to debug a IDL program that uses a shared library c-program then use qt creator! This program works perfect for this job. Just call the program and then choose: Debug -> Start debugging -> Start and Debug external Application Then choose the idl executable and the directory where to run IDL. An xterm will be opened with the IDL command prompt. Run your IDL program there. Open the c-program by file -> open file with... and set your breakpoints as you wish. The program is ready to be debugged! Very easy!!