-
-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Improve breakpoint handling with multiple connections #606
Request breakpoint info after initialization. Sync breakpoints to Xdebug connection from internal BreakpointManager state. Show breakpoints as verified if there are no connections. Remove _waitingConnections map because the ConfigurationDone handler is not in use anymore. Cleanup _statuses and _breakpointAdapters to prevent leaks. Fix typos. Fix test because the order of startup events changed. Co-authored-by: Damjan Cvetko <[email protected]>
- Loading branch information
Showing
4 changed files
with
78 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters