Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 643 Bytes

DEBUG.md

File metadata and controls

12 lines (11 loc) · 643 Bytes

Debugging

This document provides useful tips to help debug programs. Unfortunately, it hasn't been written yet. For starters, experiment with the --print-level=9 and --sim-print-level=9 command line arguments to the simulator and unit tests, respectively. The output provides highly detailed information about program runtime including (1) each change to machine state, in the form of micro-ops, (2) stack traces, and (3) system events such as interrupts.

Copyright Notice

Copyright 2020 © McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.