Skip to content

Releases: Camelcade/Devel-Camelcadedb

2023.1

05 Mar 04:39
Compare
Choose a tag to compare
  • Fixed spammy BREAKPOINT_SET events sent to the IDE, 61
  • Introduced CAMELCADEDB_DEV_MODE environment variable to enable dev mode with verbose output, #61

Full Changelog: 2021.2...2023.1

2021.2

09 Jul 05:23
Compare
Choose a tag to compare
  • Re-worked references handling with a debugger, #56 #57 #38
    • no more references squashing
    • proper references introspect
  • New bug discovered, still need to be addressed: #58

2021.1

15 Jun 15:15
Compare
Choose a tag to compare
  • Fixed crash on cyclic reference rendering (#38, #56)

2020.3

16 Dec 08:06
Compare
Choose a tag to compare
  • Taint mode support, by @djstauffer
  • Typo fixes, by @HenkPoley
  • Proper state restoration on exit (mod_perl2 consistency fix), by @jonas-lindmark
  • Introduced $API_VERSION variable to unbind debugger version from protocol version