Skip to content

v0.1.0

Compare
Choose a tag to compare
@ko1 ko1 released this 24 Dec 05:47
· 231 commits to master since this release

This release has several big features:

  • Non terminal mode is default mode for launch request #91
    • Faster launch performance.
    • STDOUT/ERR will be printed on the "DEBUG CONSOLE".
    • Note that if you need to use STDIN, please use useTerminal: true.
  • Better Windows support
    • You don't need to write debugPort and it uses TCP/IP available port automatically
  • New ICON #74

And more!

What's Changed

  • Debugging feature improvements

    • Follow config option waitLaunchTime if defined when waiting for connection to port/socket by @dmmatson in #45
    • Support breakpoints in haml and slim files as well by @rbclark in #62
    • multiple terminals by @firien in #56
    • Wait 5 seconds instead of 1 second when launching debugger on windows by @ono-max in #80
    • Run the debuggee process in spawn method for performance by @ono-max in #91
    • support env config on attach mode. by @ko1 in #92
    • remove unexpected empty option by @ko1 in #93
    • use Terminal on nodebug by @ko1 in #94
    • Remove unexpected empty option on tcp mode by @ono-max in #97
    • Enable sync mode on stdout by @ono-max in #96
    • Output running debug commands to the channel by @ono-max in #102
    • Exit debugger session when the child process ends unexpectedly by @ono-max in #100
    • Exit debugger session when LoadError is occurred by @ono-max in #99
  • Windows support

  • CI/CD

  • Misc

  • Add the description of useTerminal by @ono-max in #101

New Contributors

Full Changelog: v0.0.11...v0.1.0