esp_cpu_set_breakpoint() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

ESP_OK if breakpoint is set. Failure otherwise

Notes

This function is meant to be called by the panic handler to set a breakpoint for an attached debugger during a panic. Overwrites previously set breakpoint with same breakpoint number.

References

from examples