Skip to content

Releases: ruby/vscode-rdbg

v0.2.2

25 Dec 09:52
@ko1 ko1
Compare
Choose a tag to compare

Merry X'mas!

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

30 May 02:50
@ko1 ko1
Compare
Choose a tag to compare

This release fixes an issue attach mode doesn't work on v0.2.0 Β· Issue #250 Β· ruby/vscode-rdbg, "attach doesn't work with bash shell" problem.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

09 May 03:36
@ko1 ko1
Compare
Choose a tag to compare

This release supports "TraceInspector" and ruby version manager configuration, and other fixes.

What's Changed

  • Format codes by @ono-max in #105
  • Update the default waitLaunchTime in README by @ono-max in #106
  • Update package-lock.json by @ono-max in #114
  • Update npm packages in Dependabot by @ono-max in #122
  • Load ".zshrc" when default shell is zsh by @ono-max in #124
  • Remove promise constructor in test by @ono-max in #132
  • Fix some spellings in README by @andyw8 in #135
  • Wait 10 seconds to prevent timeout error in tests by @ono-max in #133
  • Wait 20 seconds for each test case by @ono-max in #145
  • Auto merge PR from Dependabot by @ono-max in #153
  • Remove useless async keyword by @ono-max in #151
  • Improve ESLint rules by @vinistock in #155
  • Remove forcibly instead of waiting for the socket file to be deleted in test by @ono-max in #158
  • Make sure to wait until port is written in the file by @ono-max in #159
  • Fix error in auto merge by @ono-max in #156
  • Introduce Rdbg Trace Inspector by @ono-max in #154
  • Add prettier package by @ono-max in #168
  • Match versions @types/vscode and engines.vscode by @ono-max in #175
  • Rename src/traceLog.ts to src/protocol.ts by @ono-max in #176
  • Rename "rdbg.trace.toggleTrace" to "rdbg.trace.toggle" by @ono-max in #177
  • Activate Ruby environment using version managers by @vinistock in #113
  • Wait for clearing the console of all text by @ono-max in #181
  • Check if rdbg command works in CI by @ono-max in #182
  • Introduce Rdbg Record Inspector by @ono-max in #174
  • Refactor sleepMs function by @ono-max in #160
  • Correct version number by @ono-max in #189
  • Fix UI test to make it stable by @ono-max in #198
  • Cut out debug configurations to a separate file by @ono-max in #204
  • Run the shell only when a version manager is not activated by @ono-max in #208
  • Apply prettier rules to settings.json by @ono-max in #205
  • Add format command for prettier by @ono-max in #206
  • Make the process of getting random port numbers atomic on Windows by @ono-max in #222
  • Integrate Trace Inspector and Record Inspector by @ono-max in #221
  • Make the process of getting random port numbers atomic in tests by @ono-max in #223
  • Add several features for trace inspector by @ono-max in #229
  • Disable trace inspector when the debug.gem is less than 1.8.0 correctly by @ono-max in #231
  • Support tooltip in record & replay by @ono-max in #232
  • Run shell command if shell exists in launchOnConsole by @ono-max in #196
  • Correct field name of the configuration in trace inspector by @ono-max in #237
  • Set the default value of trace inspector to true by @ono-max in #230
  • Publish all DAP messages to event emitter by @ono-max in #239
  • support to send config.rdbgInitialScripts by @ko1 in #244
  • Send the command to enable Trace Inspector as soon as possible by @ono-max in #247
  • Use short name in path for each tree item by @ono-max in #238
  • Set a full path of the file name if it is a relave path by @ono-max in #248
  • Change the label of c language call by @ono-max in #249

Package version updates

Read more

v0.1.0

24 Dec 05:47
@ko1 ko1
Compare
Choose a tag to compare

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

v0.0.11

24 Dec 05:36
@ko1 ko1
Compare
Choose a tag to compare

This was small fix release.

What's Changed

New Contributors

Full Changelog: v0.0.10...v0.0.11

v0.0.10

31 Mar 03:33
@ko1 ko1
Compare
Choose a tag to compare

This release fixes the last v0.0.9 bug so all v0.0.9 users should update as soon as possible.

Full Changelog: v0.0.9...v0.0.10

v0.0.9

30 Mar 19:29
@ko1 ko1
Compare
Choose a tag to compare

What's Changed

  • New autoAttach mechanism support (need debug.gem 1.5.0 or later)
    • change autoAttach configulations by @ko1 in #31
  • TCP/IP support (especially for Windows support)
    • support debugPort option by @ko1 in #25
    • use --util=gen-portpath by @ko1 in #28
  • Other fixes
    • Launch and Attach commands should respect the cwd parameter by @TikiTDO in #24
    • doc fix: launchWiatTime --> waitLaunchTime by @ruehsn in #27
    • Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #26
    • Bump ansi-regex from 4.1.0 to 4.1.1 by @dependabot in #30

New Contributors

Full Changelog: v0.0.8...v0.0.9