VDBFramePresenter.st
changeset 92 fa04de209c69
parent 78 5b61031de9a7
child 111 a70313e80780
equal deleted inserted replaced
91:c9da2e1b0327 92:fa04de209c69
   116 doDisassemble
   116 doDisassemble
   117     | disassembly |
   117     | disassembly |
   118 
   118 
   119     disassembly := frame disassemble.
   119     disassembly := frame disassemble.
   120     VDBInstructionListApplication new
   120     VDBInstructionListApplication new
   121         debugger: frame debugger;
   121         title: (self class classResources string: '%1 (disassembly)' with: frame func ? '?');
       
   122         frame: frame;
   122         instructionList: disassembly;
   123         instructionList: disassembly;
   123         open.
   124         open.
   124 
   125 
   125     "Modified: / 22-06-2018 / 15:13:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   126     "Modified: / 07-08-2018 / 13:25:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   126 ! !
   127 ! !
   127 
   128 
   128 !VDBFramePresenter methodsFor:'menu-queries'!
   129 !VDBFramePresenter methodsFor:'menu-queries'!
   129 
   130 
   130 canCopyFunctionName
   131 canCopyFunctionName