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