Echelon Neuron User Manual

Page 11

Advertising
background image

Neuron Tools Errors Guide

3

DBG#

Description

9

Object code at breakpoint is not in writable memory, so a breakpoint cannot be

set [DBG#9]

NodeBuilder debugger modifies program memory when it sets breakpoints.
Breakpoints can only be set in writeable memory.
To debug code that is designed to execute from ROM (or other, non-

writeable memory types), consider executing the same application on
suitable development hardware which supports memory suitable for

debugging.

10

No instruction for BP at this location [DBG#10]

This error can occur if the source file is not in sync with the application in
the device.
Verify that the build status is up-to-date. Try closing and re-opening the

source file.

12

Command is only legal when debugger is suspended [DBG#12]

Some commands such as writing a value to an output network variable are
available when the debugger suspended.
Try the operation when the debugger is halted or suspended.

13

Failed in file read/write [DBG#13]

File operation failed on debug information file.
Rebuild and load the application and try again.

16

Debug kernel version not supported by debugger [DBG#16]

The debug kernel loaded into the device is not supported by this version of

the NodeBuilder debugger.
Link your application with the correct debug library.

17

Feature is not included in the version of the debug kernel included in the target

device [DBG#17]

Some features (for example, function execution) were excluded at compile

time with various debug kernel options or #pragma debug <option>

statements. The operation the debugger attempted will not work with the
target’s application.
Right click the target, click Settings on the shortcut menu, then select the

Compiler tab in the NodeBuilder Device Template Target Properties dialog.
In the Debug Kernel Options box, select the required options, and then

click OK.

19

Bad parameter passed to method [DBG#19]

Program error.

Advertising