Skip to content

Releases: xdebug/vscode-php-debug

v1.35.0

15 Jul 21:24
Compare
Choose a tag to compare

1.35.0 (2024-07-15)

Bug Fixes

  • check if Unix Domain socket file exists before listening. (#921) (f1dc59f)
  • fullscreen keybinding conflict with F11 with activeViewlet (#952) (5e99ab1)
  • Reject any pending commands on connection close (#943) (a4f92b9)
  • When closing socket destroy() instead of end() it (#967) (9043033)

Features

v1.34.0

07 Nov 14:38
3025d1f
Compare
Choose a tag to compare

1.34.0 (2023-11-07)

Features

  • Add limited support for virtual workspaces (#930) (3025d1f)

v1.33.1

23 Oct 22:36
291181c
Compare
Choose a tag to compare

1.33.1 (2023-10-23)

Bug Fixes

  • Editor title run/debug icon did not work anymore (#928) (291181c)

v1.33.0

26 Jul 13:04
fec8f3c
Compare
Choose a tag to compare

1.33.0 (2023-07-26)

Bug Fixes

  • Remove EvaluatableExpression Provider as it should never have been part of the debugger extension. (#918) (1d76e1f)

Features

  • Add skipEntryPaths to immediately detach a debug session depending on entry path (#911) (fec8f3c)

v1.32.1

22 Mar 12:22
Compare
Choose a tag to compare

1.32.1 (2023-03-22)

Bug Fixes

  • ignore exception patterns and namespaces (#892) (d80aa38)
  • improve logging of cloud connection (#888) (69f42bc)

v1.32.0

23 Feb 07:20
120f688
Compare
Choose a tag to compare

1.32.0 (2023-02-23)

Features

  • Ignore exceptions based on class name (#882) (120f688)

v1.31.1

14 Feb 22:08
75c3e1d
Compare
Choose a tag to compare

1.31.1 (2023-02-14)

Bug Fixes

  • support relative paths and path mappings (#887) (75c3e1d)

v1.31.0

01 Feb 12:47
453ebc3
Compare
Choose a tag to compare

1.31.0 (2023-02-01)

Features

v1.30.0

29 Dec 20:41
af38cb8
Compare
Choose a tag to compare

1.30.0 (2022-12-29)

Features

v1.29.1

13 Dec 15:33
0a7a837
Compare
Choose a tag to compare

1.29.1 (2022-12-13)

Bug Fixes

  • Fixes erroneous non-null args.env check (#872) (0a7a837)