xdebug / vscode-php-debug

PHP Debug Adapter for Visual Studio Code 🐞⛔
MIT License
768 stars 175 forks source link

feat: skip files while debugging #874

Closed zobo closed 1 year ago

zobo commented 1 year ago

Add support for ignoring source files and paths when stepping into code.

codecov[bot] commented 1 year ago

Codecov Report

Merging #874 (1f6fe37) into main (0a7a837) will decrease coverage by 1.05%. The diff coverage is 26.41%.

@@            Coverage Diff             @@
##             main     #874      +/-   ##
==========================================
- Coverage   69.96%   68.91%   -1.06%     
==========================================
  Files          12       12              
  Lines        1838     1882      +44     
  Branches      379      390      +11     
==========================================
+ Hits         1286     1297      +11     
- Misses        552      585      +33     
Impacted Files Coverage Δ
src/test/paths.ts 0.00% <0.00%> (ø)
src/phpDebug.ts 62.21% <26.31%> (-1.62%) :arrow_down:
src/paths.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.30.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: