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 9e2a1a5 commit 7091fb8Copy full SHA for 7091fb8
CHANGELOG.md
@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
14
### Changed
15
16
- Switched to Xdebug 3 default port 9003.
17
+- Changed default exception breakpoint settings to all off.
18
19
### Fixed
20
src/phpDebug.ts
@@ -183,7 +183,6 @@ class PhpDebugSession extends vscode.DebugSession {
183
{
184
filter: '*',
185
label: 'Everything',
186
- default: true,
187
},
188
],
189
supportTerminateDebuggee: true,
0 commit comments