What is a symbolic debugger? What are some of the facilities provided by it to help you identify bad code in your program?
A symbolic debugger is tool that can be used trace the execution of a program symbolically. usually they also have GUI interfaces. The facilities provided by these symbolic debuggers are:
• running programs
• setting break points
• single stepping
• listing source code
• editing source code
• accessing and modifying variables
• tracing program execution
• displaying activation records on the program stack
• searching for functions, variables and objects
• displaying values of variables and expressions
You might also like to view...
A chart is limited to a single data series
Indicate whether the statement is true or false
You can apply artistic effects to a picture used as a slide's background.
Answer the following statement true (T) or false (F)
Case-Based Critical Thinking Questions ? Case 9-1 Charles is having a lot of problems with errors in a very complicated spreadsheet that he inherited from a colleague, and he turns to another co-worker, Seymour, for tips on how to trace errors in the sheet. ? ? If Charles sees red tracer arrows that means there is an error in the value being received from the precedent cell or passed to the _______ cell.
A. child B. precedent C. dependent D. contingent
The standards that ensure that project files are given logical names and stored in folders with logical names are the:
a. usability guidelines. b. pattern-recognition algorithms. c. file-naming conventions. d. review-cycle management. e. project tracking protocols.