Added DEBUG_OUTPUT to ERROR, since this is convenient during debugging
This commit is contained in:
@@ -8,6 +8,11 @@ note
|
||||
deferred class
|
||||
ERROR
|
||||
|
||||
inherit
|
||||
ANY
|
||||
|
||||
DEBUG_OUTPUT
|
||||
|
||||
feature -- Access
|
||||
|
||||
code: INTEGER
|
||||
@@ -47,6 +52,13 @@ feature -- String representation
|
||||
end
|
||||
end
|
||||
|
||||
feature -- Status report
|
||||
|
||||
debug_output: STRING
|
||||
do
|
||||
Result := string_representation.as_string_8
|
||||
end
|
||||
|
||||
feature -- Change
|
||||
|
||||
set_parent (a_parent: like parent)
|
||||
|
||||
Reference in New Issue
Block a user