Lines Matching full:debug
3 Cortex-M Debug Monitor
9 This strategy makes it possible to debug time-sensitive software, that would
13 Zephyr provides support for enabling and configuring the Debug Monitor exception.
23 requires an implementation of debug monitor interrupt that will be executed
26 With a SEGGER debug probe, it's possible to use a ready, SEGGER-provided implementation
29 * :kconfig:option:`CONFIG_SEGGER_DEBUGMON`: enables SEGGER debug monitor interrupt. Can be
30 used with SEGGER JLinkGDBServer and a SEGGER debug probe.
46 required to debug in the monitor mode using regular GDB commands.
47 Steps to configure SEGGER debug monitor:
60 After these steps use regular gdb commands to debug your program.
65 In order to provide a custom debug monitor interrupt, override ``z_arm_debug_monitor``
67 (see :ref:`debug monitor sample<debugmon-sample>`).