Skip to content

Commit 0333921

Browse files
highlight the overhead advice in a box
1 parent 2717a67 commit 0333921

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/user-guide/starting-the-debugger.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,13 @@ The cost of running the debugger depends on what it is doing:
111111
| Breakpoints set, stepping through code | Real, and unavoidable — this is the work you asked for. |
112112

113113
The middle row is the one that catches people out. A session you forgot about is
114-
not free, and neither are breakpoints you no longer need. Two habits keep things
115-
fast:
114+
not free, and neither are breakpoints you no longer need.
115+
116+
:::tip[Two habits worth keeping]
116117

117118
- **Remove breakpoints once you are done with them.** Every one left behind is
118119
checked on every request.
119120
- **Disconnect your editor when you stop debugging.** With nothing listening, the
120121
debugger drops back to costing almost nothing.
122+
123+
:::

0 commit comments

Comments
 (0)