Skip to content

Releases: xdebug/vscode-php-debug

v1.39.1

10 Dec 21:59
8cb37be

Choose a tag to compare

1.39.1 (2025-12-10)

Bug Fixes

v1.39.0

10 Dec 00:02
72af4db

Choose a tag to compare

1.39.0 (2025-12-10)

Features

v1.38.2

23 Nov 07:03
897134c

Choose a tag to compare

1.38.2 (2025-11-23)

Bug Fixes

  • Change problematic evaluate implementation (#1077) (897134c)

v1.38.1

20 Nov 14:05
78d5926

Choose a tag to compare

1.38.1 (2025-11-20)

Bug Fixes

  • proxy code to support both variants of proxy protocol (#1076) (78d5926)

v1.38.0

15 Nov 10:58
e204134

Choose a tag to compare

1.38.0 (2025-11-15)

Bug Fixes

  • parsing logic error and update dependency @xmldom/xmldom to ^0.9.8 (#1044) (bcb2ba1)

Features

v1.37.0

09 Aug 12:05
db68177

Choose a tag to compare

1.37.0 (2025-08-09)

Bug Fixes

Features

  • Add support for runInTerminal request (#966) (2c617d6)
  • exception info and virtual exception property (#1038) (e2231bc)

v1.36.2

03 Aug 22:54
cde7892

Choose a tag to compare

1.36.2 (2025-08-03)

Bug Fixes

  • Revert watch property get to eval with eval_cache (#1021) (513fcc8)

v1.36.1

25 Apr 07:32
b3418e0

Choose a tag to compare

1.36.1 (2025-04-25)

Bug Fixes

  • if watch does not start with $ use eval, extra case for self::$ (#1014) (c954087)

v1.36.0

19 Apr 22:33
942fd4a

Choose a tag to compare

1.36.0 (2025-04-19)

Features

  • Evaluate watch either through property or eval and use eval_cache (#1008) (60b6926)
  • support clipboard context on variable copy operation (#917) (8c82f65)

v1.35.0

15 Jul 21:24

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