ESP32_BLE_UART/build/gdbinit/py_extensions

8 lines
161 B
Plaintext
Raw Normal View History

2025-09-30 13:56:56 +08:00
# Add Python GDB extensions
python
try:
import freertos_gdb
except ModuleNotFoundError:
print('warning: python extension "freertos_gdb" not found.')
end