McqMate
Q. |
Which compiling option can generate symbolic debug information for debuggers? |
A. | -c |
B. | -p |
C. | -f |
D. | -g |
Answer» D. -g | |
Explanation: the -g generates the symbolic debug information for the debuggers. without this, the debugger cannot print the variable values, it can only work at the assembler level. the symbolic information is passed through the compilation process and stored in the executable file. |
View all MCQs in
Embedded and Real Time SystemNo comments yet