mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
On Xtensa, "break 0, 0" encodes a software breakpoint which is placed into the program by the debug monitor. Planted breakpoints (added in the code to trap into debugger) should be encoded as "break 1, 15". See table "Breakpoint Instruction Operand Conventions" in the ISA Reference manual.