Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

29 lines (27 loc) · 1.25 KB

xdebug-skip Changelog

0.3.0 - 2023-09-13

Added

  • Option to halt on breakpoints in skipped files
  • Only skip includes if the file has a php extension
  • Added option to skip includes if they have different extensions
  • Added option to skip constructors.

Bugfixes

0.2.0 - 2023-08-19

Removed

  • Removed namespace matching as adding namespaces was not working properly

Changed

  • Renamed plugin to remove phpstorm moniker

0.1.0 - 2023-08-17

Added

  • Initial release
  • Use stepinto to exit whereever the breakpoint resolves to a non match.
  • Added settings panel to configure the plugin
  • Namespace and filepath selector for paths to skip when debugging
  • Added extra text as the namespace selector doesn't appear on the first click on +

[Unreleased]

Added