We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8224def commit 0cc9c83Copy full SHA for 0cc9c83
CHANGELOG.md
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
7
## [1.39.0]
8
9
- Xdebug control socket support for pause on Linux and Windows (Xdebug 3.5).
10
+- Add Deprecations to predefined exception filter
11
12
## [1.38.2]
13
src/phpDebug.ts
@@ -249,6 +249,10 @@ class PhpDebugSession extends vscode.DebugSession {
249
filter: 'Error',
250
label: 'Errors',
251
},
252
+ {
253
+ filter: 'Deprecated',
254
+ label: 'Deprecations',
255
+ },
256
{
257
filter: 'Exception',
258
label: 'Exceptions',
0 commit comments