VDBFramePresenter.st
changeset 164 364ebdd1d42c
parent 113 1a40f33af921
child 188 7080f4698aec
equal deleted inserted replaced
163:05ff64275e04 164:364ebdd1d42c
   115 
   115 
   116 doDisassemble
   116 doDisassemble
   117     VDBInstructionListApplication new
   117     VDBInstructionListApplication new
   118         title: (self class classResources string: '%1 (disassembly)' with: frame func ? '?');
   118         title: (self class classResources string: '%1 (disassembly)' with: frame func ? '?');
   119         debugger: frame debugger;
   119         debugger: frame debugger;
       
   120         disassemblable: frame;
   120         frame: frame;
   121         frame: frame;
   121         open.
   122         open.
   122 
   123 
   123     "Modified: / 02-10-2018 / 10:14:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   124     "Modified: / 10-06-2019 / 14:04:32 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   124 ! !
   125 ! !
   125 
   126 
   126 !VDBFramePresenter methodsFor:'menu-queries'!
   127 !VDBFramePresenter methodsFor:'menu-queries'!
   127 
   128 
   128 canCopyFunctionName
   129 canCopyFunctionName