VDBEventLogApplication.st
changeset 241 9996050286c5
parent 106 2a95c11eb590
child 264 23960fcb9dac
equal deleted inserted replaced
240:c5450baf51cd 241:9996050286c5
     1 "
     1 "
     2 jv:vdb - Visual / VM Debugger
     2 jv:vdb - Visual / VM Debugger
     3 Copyright (C) 2015-now Jan Vrany
     3 Copyright (C) 2015-now Jan Vrany
       
     4 Copyright (C) 2021 LabWare
     4 
     5 
     5 This software is licensed under 'Creative Commons Attribution-NonCommercial 4.0 International License'
     6 This software is licensed under 'Creative Commons Attribution-NonCommercial 4.0 International License'
     6 
     7 
     7 You may find a full license text in LICENSE.txt or at http://creativecommons.org/licenses/by-nc/4.0/
     8 You may find a full license text in LICENSE.txt or at http://creativecommons.org/licenses/by-nc/4.0/
     8 "
     9 "
    21 
    22 
    22 copyright
    23 copyright
    23 "
    24 "
    24 jv:vdb - Visual / VM Debugger
    25 jv:vdb - Visual / VM Debugger
    25 Copyright (C) 2015-now Jan Vrany
    26 Copyright (C) 2015-now Jan Vrany
       
    27 Copyright (C) 2021 LabWare
    26 
    28 
    27 This software is licensed under 'Creative Commons Attribution-NonCommercial 4.0 International License'
    29 This software is licensed under 'Creative Commons Attribution-NonCommercial 4.0 International License'
    28 
    30 
    29 You may find a full license text in LICENSE.txt or at http://creativecommons.org/licenses/by-nc/4.0/
    31 You may find a full license text in LICENSE.txt or at http://creativecommons.org/licenses/by-nc/4.0/
    30 "
    32 "
   240 ! !
   242 ! !
   241 
   243 
   242 !VDBEventLogApplication methodsFor:'initialization & release'!
   244 !VDBEventLogApplication methodsFor:'initialization & release'!
   243 
   245 
   244 subscribe   
   246 subscribe   
   245     "Register for debugger events. To be overrided by subclasses"
   247     super subscribe.
   246 
   248 
   247     debugger announcer
   249     debugger announcer
   248         when: GDBEvent send: #onEvent: to: self
   250         when: GDBEvent send: #onEvent: to: self
   249 
   251 
   250     "Created: / 07-06-2014 / 14:33:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   252     "Created: / 07-06-2014 / 14:33:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   253     "Modified: / 17-11-2021 / 16:39:13 / Jan Vrany <jan.vrany@labware.com>"
       
   254     "Modified (comment): / 18-11-2021 / 16:24:33 / Jan Vrany <jan.vrany@labware.com>"
   251 ! !
   255 ! !
   252 
   256 
   253 !VDBEventLogApplication methodsFor:'menu actions'!
   257 !VDBEventLogApplication methodsFor:'menu actions'!
   254 
   258 
   255 doClear
   259 doClear