ruby-debug-ide 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/ruby-debug/xml_printer.rb +1 -0
  2. metadata +2 -2
@@ -112,6 +112,7 @@ module Debugger
112
112
  value_str = $1
113
113
  end
114
114
  end
115
+ value_str = "[Binary Data]" if value_str.is_binary_data?
115
116
  print("<variable name=\"%s\" kind=\"%s\" value=\"%s\" type=\"%s\" hasChildren=\"%s\" objectId=\"%#+x\"/>\n",
116
117
  CGI.escapeHTML(name), kind, CGI.escapeHTML(value_str), value.class, has_children, value.object_id)
117
118
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.3
3
3
  specification_version: 1
4
4
  name: ruby-debug-ide
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.5
7
- date: 2007-05-23 16:28:56 +02:00
6
+ version: 0.1.6
7
+ date: 2007-06-18 22:50:16 +02:00
8
8
  summary: IDE interface for ruby-debug.
9
9
  require_paths:
10
10
  - lib