Skip to content

0.7.0

Compare
Choose a tag to compare
@daveleroy daveleroy released this 31 Jul 21:42
· 244 commits to master since this release
  • Redesigned debugger ui so that the console output can appear in an output panel
  • The hover expression behavior is smarter and can evaluate simple expressions like a.b a->c etc
  • lua: Adds lua debugger via lua-local (@naoufalzerai)
  • python: support for multiprocess debugging
  • ruby: allow specifying readapt path via ruby_readapt preference
  • go: updated to use dlv dap