The key F7 is used to trace the C program - Thatz rite. But not in windows. It depends on the type of compiler you use.
I think you would be using Turbo C compiler. The option to trace program in Turbo C compiler is F7.
If you install a different compiler, for eg. Borland C in windows itself, the program trace key may be a different one.
So just check out what type of compiler you are using and I guess you can find the key used for tracing in the compiler menu itself.
. . .
2006-11-29 16:48:47
·
answer #1
·
answered by V@su Maniram 3
·
0⤊
0⤋
In Windows, F7 is NOT used to trace any C program. This hotkey depends upon the compiler or debugger that u r using. In linux, i guess any external compiler is not required as it already has one. But, as far as i know, linux does not have any inbuilt debugger. So to debug/trace programs in linux u should first find a compiler / debugger for linux and then trace your programs the way that program lets u do.
Yours
2006-11-29 03:50:51
·
answer #2
·
answered by Harry Bazeegar 2
·
0⤊
0⤋
The key depends entirely on what debugger you use, and how you have set it up. F7 is not necessarily the key to trace, even in Windows.
Rawlyn.
2006-11-29 03:59:09
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
its upto the compiler and the settings u implement in that
compiler its totally upto u
2006-11-29 04:16:13
·
answer #4
·
answered by sweetboy 3
·
0⤊
0⤋
use gnu debugger - GDB
2006-11-29 03:49:11
·
answer #5
·
answered by Flashy V 2
·
0⤊
0⤋