Skip to content

Commit 46d4d02

Browse files
authored
Pin to beta version of PTVSD (#4836)
Update version of PTVSD
1 parent f22924c commit 46d4d02

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jedi==0.12.0
22
parso==0.2.1
33
isort==4.3.4
4-
ptvsd==4.2.4
4+
ptvsd==4.2.5b2

src/client/debugger/debugAdapter/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,11 @@ export class PythonDebugger extends DebugSession {
6262

6363
body.supportsExceptionInfoRequest = true;
6464
body.supportsConfigurationDoneRequest = true;
65+
body.supportsDelayedStackTraceLoading = true;
6566
body.supportsConditionalBreakpoints = true;
6667
body.supportsSetVariable = true;
6768
body.supportsExceptionOptions = true;
69+
body.supportsGotoTargetsRequest = false;
6870
body.supportsEvaluateForHovers = true;
6971
body.supportsModulesRequest = true;
7072
body.supportsValueFormattingOptions = true;

0 commit comments

Comments
 (0)