Skip to content

Commit 4fe6bd1

Browse files
authored
We only have one debugger now
1 parent e428e30 commit 4fe6bd1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/test_plan.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,6 @@ def foo():pass
189189

190190
### [Debugging](https://code.visualstudio.com/docs/python/debugging)
191191

192-
**ALWAYS**:
193-
- Test the current debugger
194-
- Test the experimental debugger (and note whether it is _at least_ as fast as the old debugger)
195-
196192
- [ ] [Configurations](https://code.visualstudio.com/docs/python/debugging#_debugging-specific-app-types) work (see [`package.json`](https://github.com/Microsoft/vscode-python/blob/master/package.json) and the `"configurationSnippets"` section for all of the possible configurations)
197193
- [ ] Running code from start to finish w/ no special debugging options (e.g. no breakpoints)
198194
- [ ] Breakpoint-like things

0 commit comments

Comments
 (0)