From 64b4f5b934df17c20d7965625b817ac9416f0cd0 Mon Sep 17 00:00:00 2001 From: Andre Weinand Date: Wed, 24 Mar 2021 18:56:37 +0100 Subject: [PATCH] use final DAP 1.46.0 --- package.json | 2 +- src/vs/workbench/contrib/debug/common/debugProtocol.d.ts | 6 ++++++ yarn.lock | 8 ++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a482ccc2740..9e703297f00 100644 --- a/package.json +++ b/package.json @@ -197,7 +197,7 @@ "underscore": "^1.8.2", "vinyl": "^2.0.0", "vinyl-fs": "^3.0.0", - "vscode-debugprotocol": "1.45.0", + "vscode-debugprotocol": "1.46.0", "vscode-nls-dev": "^3.3.1", "vscode-telemetry-extractor": "^1.6.0", "webpack": "^4.43.0", diff --git a/src/vs/workbench/contrib/debug/common/debugProtocol.d.ts b/src/vs/workbench/contrib/debug/common/debugProtocol.d.ts index 026c2f48422..f8aa9ce2935 100644 --- a/src/vs/workbench/contrib/debug/common/debugProtocol.d.ts +++ b/src/vs/workbench/contrib/debug/common/debugProtocol.d.ts @@ -143,6 +143,12 @@ declare module DebugProtocol { - If the attribute is missing or false, only the thread with the given threadId can be expanded. */ allThreadsStopped?: boolean; + /** Ids of the breakpoints that triggered the event. In most cases there will be only a single breakpoint but here are some examples for multiple breakpoints: + - Different types of breakpoints map to the same location. + - Multiple source breakpoints get collapsed to the same instruction by the compiler/runtime. + - Multiple function breakpoints with different function names map to the same location. + */ + hitBreakpointIds?: number[]; }; } diff --git a/yarn.lock b/yarn.lock index 7986d3b3b7c..ab19c75fb17 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10068,10 +10068,10 @@ vm-browserify@^1.0.1: resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== -vscode-debugprotocol@1.45.0: - version "1.45.0" - resolved "https://registry.yarnpkg.com/vscode-debugprotocol/-/vscode-debugprotocol-1.45.0.tgz#8419583fa3ad7f25350b98bd994485027cf52e2d" - integrity sha512-xU6XtdKJ0waWIt79Zt4WVyIQ3oDkhilku9Shbv7Vc4KXEr/npsf8dhinyIZXSIlH2lzJiE3imp1xbYpyRTIrhg== +vscode-debugprotocol@1.46.0: + version "1.46.0" + resolved "https://registry.yarnpkg.com/vscode-debugprotocol/-/vscode-debugprotocol-1.46.0.tgz#1f6d0420fb91c158babba2eeb988a4b00d062815" + integrity sha512-V10u1L679DJZfOtQXhKylJPMqNbhazav4mRxPrBE8/Jpznow1b1j1EGDDvJ4prQ623CLAnvpFfVkVQ+CX3xdtg== vscode-nls-dev@^3.3.1: version "3.3.1"