Text begins from here.
Support for debugging
IO Brain (Display of I/O register values)
For some microcontrollers, DebugFactory Builder displays the values of built-in peripheral circuit registers.
You can easily confirm the value, name, address, and the meanings about each bit for peripheral circuit registers.
It displays those information by function, such as timer and serial, so you can clearly confirm what register is assigned to each function and what is set in the register.
DebugFactory Builder lists the input/output values for ports as the pin values.
Basic debugging
The basic functions for debugging are as follows: display and operation for memory and registers, execution, step debugging, step out, come execution, forcibly break, software brake, inspection display, watch display, and RAM monitor display.
Support for debug target
DebugFactory Builder supports the following debug target.
Target name | Descriptions |
---|---|
On-board debugging unit (Nu-EX1/Nu-EX2) |
|
Instruction set simulator |
|
Starter kit |
|
Input support on command window, which reduces the keystrokes count
DebugFactory Builder displays a pop-up window of command input history. And it can complement the mid-input path with TAB key and also display the list of paths.
Sub Menu begins from here.