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
Copy file name to clipboardExpand all lines: docs/en/how-to/debugging/pdb.md
+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,13 +10,13 @@ To debug an app in development mode, add `breakpoint()` to your code somewhere t
10
10
11
11
/// warning | Note
12
12
13
-
This is currently an **experimental feature** that is only supported on Windows, macOSand iOS.
13
+
This is currently an **experimental feature** that is only supported on Windows, macOS, iOS and Android.
14
14
15
15
///
16
16
17
17
To debug a bundled app, add `breakpoint()` somewhere in your code where the debugger should halt.
18
18
19
-
Your app must then be modified to include a bootstrap that will connect to the VS Code debugger. This is done by passing the `--debug debugpy` option to `briefcase build`:
19
+
Your app must then be modified to include a bootstrap that will connect to the VS Code debugger. This is done by passing the `--debug pdb` option to `briefcase build`:
0 commit comments