We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fae8cf commit 9169035Copy full SHA for 9169035
ChangeLog.md
@@ -1,3 +1,8 @@
1
+## [0.4.26](https://github.com/ruby-debug/ruby-debug-ide/compare/v0.4.25...v0.4.26)
2
+
3
+* Compact value for inline debugger should be really compact
4
+ [RUBY-15932](https://youtrack.jetbrains.com/issue/RUBY-15932)
5
6
## [0.4.25](https://github.com/ruby-debug/ruby-debug-ide/compare/v0.4.24...v0.4.25)
7
8
* Let's use String#inspect in print variable for String variables
lib/ruby-debug-ide/version.rb
@@ -1,3 +1,3 @@
module Debugger
- IDE_VERSION='0.4.25'
+ IDE_VERSION='0.4.26'
end
0 commit comments