Skip to content

Commit 0cc9c83

Browse files
committed
Add depredations to exception filters.
1 parent 8224def commit 0cc9c83

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
77
## [1.39.0]
88

99
- Xdebug control socket support for pause on Linux and Windows (Xdebug 3.5).
10+
- Add Deprecations to predefined exception filter
1011

1112
## [1.38.2]
1213

src/phpDebug.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@ class PhpDebugSession extends vscode.DebugSession {
249249
filter: 'Error',
250250
label: 'Errors',
251251
},
252+
{
253+
filter: 'Deprecated',
254+
label: 'Deprecations',
255+
},
252256
{
253257
filter: 'Exception',
254258
label: 'Exceptions',

0 commit comments

Comments
 (0)