Hello I'm using LabView 7.1. My problem is - when I load compiled CIN in VI I don't see any information in the Terminal.
"(Linux) You can use standard C printf calls or the DbgPrintf
function. You also can use gdb, the Gnu debugger, to debug the CIN. You
must load the VI that contains the CIN before you add breakpoints. The
CIN is not loaded until the VI is loaded."
So, it makes too hard to debug my C code without additional information, each time I must guess where might be the problem. My collegue told that when he worked with LabView he saw everything what happened in the Terminal and each Printf call report that contains C source program.
I use: Terminal 2.18.2, Ubuntu Linux 2.6.22-14-generic i686 GNU/Linux