Tags: xdebug/vscode-php-debug
Tags
feat: Add limited support for virtual workspaces (#930) * Add limited support for virtual workspaces. Override ${workspaceFolder} variable substitution. * Do not show run/debug menu icon when on virtual FS. Change deprecated ${workspaceRoot} default. * Prepare replace for currently un-mapped configuration variables. * CHANGELOG
feat: Add skipEntryPaths to immediately detach a debug session depend… …ing on entry path (#911) * feat: Add skipEntryPaths to immediately detach a debug session depending on entry file * Document skipEntryPaths. * Handle invalid init packet. * Test case for skip entry paths and fix for old max conn test.
feat: Ignore exceptions based on class name (#882) * Add possibility to ignore exceptions based on class name * Add ignore exception test * Update readme and comments * Fix test error * Add package.json definition, renamed setting to ignoreExceptions, fix tests. * Changelog. --------- Co-authored-by: Damjan Cvetko <[email protected]>
feat: skip files while debugging (#874) * Add support for justMyCode where ignored files are stepInto-ed. Small refactor of log point evaluation code. * Changelog and Readme. * Renamed justMyCode to skipFiles same as javascript debugger. * Add support for pause and stepping with the same command that started the skipping process. * Extract matching function and tests.
PreviousNext