This repository was archived by the owner on Feb 1, 2023. It is now read-only.
Commit feb23e7
Release Manager
Trac #33578: Add VS code config for debugging doctests
Add VS code launch config that allows running and debugging doctests in
an active file. To test (should work on gitpod as well):
- Open some python file
- Go to "Run & Debug" tab by clicking the play symbol with the little
bug on it on the very left (or Ctrl + Shift + D)
- Next to the green play button at the top, select "Sage: Test" from the
dropdown, then click the play button.
URL: https://trac.sagemath.org/33578
Reported by: gh-tobiasdiez
Ticket author(s): Tobias Diez
Reviewer(s): Matthias KoeppeFile tree
3 files changed
+16
-4
lines changed- .vscode
- build/pkgs/configure
3 files changed
+16
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
11 | 23 | | |
12 | 24 | | |
13 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments