diff --git a/docs/DEBUGGING_SAFETY.md b/docs/DEBUGGING_SAFETY.md index 7b16dd2679..ba4d99940b 100644 --- a/docs/DEBUGGING_SAFETY.md +++ b/docs/DEBUGGING_SAFETY.md @@ -12,8 +12,8 @@ * When prompted, pick the running **`replay_drive` process**. * ⚠️ Attach quickly, or `replay_drive` will start consuming messages. - > [!TIP] - > ✅ Tip: Add a Python breakpoint at the start of `replay_drive.py` to pause execution and give yourself time to attach LLDB. +> [!TIP] +> ✅ Tip: Add a Python breakpoint at the start of `replay_drive.py` to pause execution and give yourself time to attach LLDB. 3. **Set breakpoints in VS Code** Breakpoints can be set directly in `libsafety.c` (or any C file).