Skip to content

Commit 7091fb8

Browse files
committed
feat: Default exception breakpoint settings (#589)
* Change default exception breakpoint settings. * Changelog.
1 parent 9e2a1a5 commit 7091fb8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

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

1616
- Switched to Xdebug 3 default port 9003.
17+
- Changed default exception breakpoint settings to all off.
1718

1819
### Fixed
1920

src/phpDebug.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ class PhpDebugSession extends vscode.DebugSession {
183183
{
184184
filter: '*',
185185
label: 'Everything',
186-
default: true,
187186
},
188187
],
189188
supportTerminateDebuggee: true,

0 commit comments

Comments
 (0)