added debug_output to WGI_VALUE

This commit is contained in:
Jocelyn Fiat
2011-09-16 18:54:16 +02:00
parent 7b1557a52a
commit d3239ec41b

View File

@@ -7,6 +7,9 @@ note
deferred class deferred class
WGI_VALUE WGI_VALUE
inherit
DEBUG_OUTPUT
convert convert
as_string: {READABLE_STRING_32, STRING_32} as_string: {READABLE_STRING_32, STRING_32}
@@ -29,6 +32,14 @@ feature -- Helper
deferred deferred
end end
feature -- Status report
debug_output: STRING
-- String that should be displayed in debugger to represent `Current'.
do
create Result.make_from_string (name.as_string_8 + "=" + as_string.as_string_8)
end
feature -- Query feature -- Query
as_string: STRING_32 as_string: STRING_32