VDBFramePresenter.st
changeset 92 fa04de209c69
parent 78 5b61031de9a7
child 111 a70313e80780
--- a/VDBFramePresenter.st	Tue Aug 07 12:17:46 2018 +0100
+++ b/VDBFramePresenter.st	Tue Aug 07 15:42:24 2018 +0100
@@ -118,11 +118,12 @@
 
     disassembly := frame disassemble.
     VDBInstructionListApplication new
-        debugger: frame debugger;
+        title: (self class classResources string: '%1 (disassembly)' with: frame func ? '?');
+        frame: frame;
         instructionList: disassembly;
         open.
 
-    "Modified: / 22-06-2018 / 15:13:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 07-08-2018 / 13:25:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !VDBFramePresenter methodsFor:'menu-queries'!