You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/guides/python/debugging.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ updated_at: 2025-03-27
10
10
11
11
# Debugging
12
12
13
-
This guide will walk you through seting up local debugging for Nitric applications written in Python.
13
+
This guide will walk you through setting up local debugging for Nitric applications written in Python.
14
14
15
15
## Local Debugging with Python
16
16
@@ -55,7 +55,7 @@ runtimes:
55
55
56
56
### 3. Configure `launch.json` in VS Code
57
57
58
-
VS Code uses a launch.json file to define how it should start or attach to a debugging session. In this case, the debugger doesn't launch the application itself—it attaches to the running service that was started manually from the terminal.
58
+
VS Code uses a `launch.json` file to define how it should start or attach to a debugging session. In this case, the debugger doesn't launch the application itself—it attaches to the running service that was started manually from the terminal.
0 commit comments