Stefan
2008-10-01 07:37:01 UTC
Hello,
I am debugging some object oriented code.
After exiting the debug mode somewhere in my function I want to get rid of existing objects, so that I can modifiy my class definition files.
I'm using the commands "clear all" and "clear classes" but "clear alls" doesn't delete all objects.
The existing objects can't be seen in the workspace.
How can I delete these objects?
Warning: Objects of 'tdStation' class exist. Cannot clear this class or any of its super-classes.
Warning: Objects of 'tdChannelAxes' class exist. Cannot clear this class or any of its super-classes.
Warning: Objects of 'smUnit' class exist. Cannot clear this class or any of its super-classes.
Warning: Objects of 'tdTrace' class exist. Cannot clear this class or any of its super-classes.
Warning: Objects of uitools.uimodemanager class exist - not clearing this class
or any of its super-classes
Warning: Objects of uitools.uimode class exist - not clearing this class
or any of its super-classes
Warning: Objects of graphics.datacursormanager class exist - not clearing this class
or any of its super-classes
Warning: The following classes still have existing instances that cannot be cleared:
sm_module (77 instances)
sm_flowList (5 instances)
database (1 instance)
sm_flowModule (10 instances)
dbtbx (1 instance)
Thank's
Stefan.
I am debugging some object oriented code.
After exiting the debug mode somewhere in my function I want to get rid of existing objects, so that I can modifiy my class definition files.
I'm using the commands "clear all" and "clear classes" but "clear alls" doesn't delete all objects.
The existing objects can't be seen in the workspace.
How can I delete these objects?
clear all
clear classes
Warning: Objects of 'tdTracePacket' class exist. Cannot clear this class or any of its super-classes.clear classes
Warning: Objects of 'tdStation' class exist. Cannot clear this class or any of its super-classes.
Warning: Objects of 'tdChannelAxes' class exist. Cannot clear this class or any of its super-classes.
Warning: Objects of 'smUnit' class exist. Cannot clear this class or any of its super-classes.
Warning: Objects of 'tdTrace' class exist. Cannot clear this class or any of its super-classes.
Warning: Objects of uitools.uimodemanager class exist - not clearing this class
or any of its super-classes
Warning: Objects of uitools.uimode class exist - not clearing this class
or any of its super-classes
Warning: Objects of graphics.datacursormanager class exist - not clearing this class
or any of its super-classes
Warning: The following classes still have existing instances that cannot be cleared:
sm_module (77 instances)
sm_flowList (5 instances)
database (1 instance)
sm_flowModule (10 instances)
dbtbx (1 instance)
Thank's
Stefan.