Users can enable on chip debugging in the Build Specification Properties dialog box by selecting On Chip or On Chip (Release) from the Debug mode drop-down list. Some debugging interfaces might need to stop the CPU for a significant amount of time to access target memory.
![]() | Note Some example targets use the phrase non-instrumented instead of On Chip. |
The On Chip debugging mode does not affect the execution of the built embedded application because this mode does not modify the generated C code.
The On Chip (Release) debugging mode affects the execution of the embedded application because this mode adds extra checkpoint code for all possible LabVIEW breakpoints. Use the On Chip (Release) debugging mode in the following situations:
![]() | Note Not all targets support on chip debugging. On chip debugging might require special debugging hardware, such as JTAG, BDM, or a Nexus emulator. |