Echelon NodeBuilder FX User Manual

Page 268

Advertising
background image

254

Using the NodeBuilder Debugger

2. You can set the following options:

Default Display Radix

Specifies the default format in which data is displayed in the
Watch List pane. You can choose to monitor data in the Watch
List pane in Decimal or Hexadecimal format.

Tick Interval

Specifies how frequently (in milliseconds) the debugger
processes incoming debug messages from the device. The
default interval is 100 ms.

Preferences

Do not Display Device
Reset Dialogs

Suppresses warnings when a device in the project encounters a
hardware, software, or watchdog timer reset. A message
confirming the reset will still appear in the results pane. This
check box is cleared by default.

Do not Display Flash
Warning Dialogs

Suppresses warnings when you set a breakpoint in application
code that resides in flash memory. This check box is cleared by
default.

Do not Display Editing
while Debugging
Warning Dialogs

Suppresses warnings when you edit code while in a debugging
session. Editing code in a debugging session can cause
unpredictable debugger behavior and is not recommended. This
check box is cleared by default.

Do not Open the Device
Source File at Session
Startup

Prevents the source file (<template name>.nc) from automatically
opening when you start the debugger. This may prevent
unnecessary windows from being opened if you are debugging
other source files. If a breakpoint is hit in this file (or any file),
that file will be opened regardless of this option.

Advertising