Tags: thulandre/vscode-php-debug
Tags
fix: Improve breakpoint handling with multiple connections xdebug#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]>
fix: Do not display error dialog on failed eval (xdebug#561) * fix: Eval errors should not be returned with sendErrorResponse to prevent showing the error dialog.
fix: Support more windows path combination for path mappings (xdebug#535 )
fix: Detect IDE path format for convertDebuggerPathToClient (xdebug#525)
fix: add configurationSnippets Fixes xdebug#191. Add Configuration doesn't show PHP when selecting `Add Configuration` in a VS Code launch.json file PHP is no longer shown as an option. The new `configurationSnippets` resolves this. (xdebug#527)
fix: implement longest prefix matching for pathMappings (closes xdebu… …g#331) (xdebug#363) * fix: implement longest prefix matching for pathMappings (closes xdebug#331) * test: add test cases for server path longest prefix matching Based on the test cases over at robberphex/vscode-php-debug@729be1d. Thanks @robberphex!
PreviousNext