jv_vdb.st
changeset 139 c619cc458fb1
parent 127 37d9f13932c2
child 143 df7f89efd39d
--- a/jv_vdb.st	Mon Jan 21 11:41:14 2019 +0000
+++ b/jv_vdb.st	Mon Jan 21 14:43:03 2019 +0000
@@ -115,9 +115,9 @@
         #'jv_vdb'
         RRExitEvent
         RRStartEvent
+        VDBAbstractConsoleApplication
         VDBAbstractContainer
         VDBAbstractListApplication
-        VDBAbstractUnixConsoleApplication
         VDBBreakpointApplication
         VDBBreakpointPresenter
         VDBDebuggerApplication
@@ -127,22 +127,23 @@
         VDBInstructionsAndSourcePresenter
         VDBMemoryApplication
         VDBRegisterPresenter
-        VDBSimpleDebuggerConsoleApplication
         VDBSourceApplication
         VDBThreadGroupPresenter
         VDBThreadPresenter
         VDBVariableObjectPresenter
         VDBAbstractTreeApplication
+        VDBAbstractUnixConsoleApplication
         VDBBreakpointListApplication
+        VDBSimpleDebuggerConsoleApplication
         VDBTabbingContainer
-        VDBUnixDebuggerConsoleApplication
-        VDBUnixInferiorConsoleApplication
-        VDBUnixReplayServerConsoleApplication
         VDBFrameApplication
         VDBInstructionListApplication
         VDBRegisterListApplication
         VDBSourceAndDisassemblyApplication
         VDBStackApplication
+        VDBUnixDebuggerConsoleApplication
+        VDBUnixInferiorConsoleApplication
+        VDBUnixReplayServerConsoleApplication
         VDBVariableObjectListApplication
     )
 !