Skip to content

Commit 434567e

Browse files
authored
Bump ptvsd to 4.2.5 (#4904)
* Bump version of PTVSD to 4.2.5 * Changes to capabilities
1 parent 4e44f6d commit 434567e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.5b2
4+
ptvsd==4.2.5

src/client/debugger/debugAdapter/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class PythonDebugger extends DebugSession {
6666
body.supportsConditionalBreakpoints = true;
6767
body.supportsSetVariable = true;
6868
body.supportsExceptionOptions = true;
69-
body.supportsGotoTargetsRequest = false;
69+
body.supportsGotoTargetsRequest = true;
7070
body.supportsEvaluateForHovers = true;
7171
body.supportsModulesRequest = true;
7272
body.supportsValueFormattingOptions = true;

0 commit comments

Comments
 (0)