Interpret each line in Unix?

N

novice

How to trace each line of code and see the respective output
as we can do in Turbo C in windows.
Is there any IDE in Unix for that, If not Is there any mothod
to trace output of each line.
 
I

Ian Malone

novice said:
How to trace each line of code and see the respective output
as we can do in Turbo C in windows.
Is there any IDE in Unix for that, If not Is there any mothod
to trace output of each line.

This is best asked at comp.unix.programmer, the answer is probably
yes, but almost certainly depends on which Unix and maybe what
compiler. I know it can be done in Linux with gcc + kdbg (a kde
gui for the GNU debugger gdb).
 
R

Richard G. Riley

"novice"posted the following on 2006-03-10:
How to trace each line of code and see the respective output
as we can do in Turbo C in windows.
Is there any IDE in Unix for that, If not Is there any mothodLinu
to trace output of each line.

For GnuC you have this site :

http://www.unknownroad.com/rtfm/gdbtut/gdbtoc.html

Keywords are gcc,gdb.

You'll be better off in a unix or linux forum than here though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top