GDBDebugFlags.st
changeset 269 5e248b10f07d
parent 259 651864c2aa29
child 272 cdd1c9ad00de
equal deleted inserted replaced
268:169c27beba3d 269:5e248b10f07d
    61 ! !
    61 ! !
    62 
    62 
    63 !GDBDebugFlags class methodsFor:'initialization'!
    63 !GDBDebugFlags class methodsFor:'initialization'!
    64 
    64 
    65 initialize
    65 initialize
    66     "Invoked at system start or when the class is dynamically loaded."
    66     TraceEvents := false.
    67 
    67     TraceProcesses := false.
    68     "/ please change as required (and remove this comment)
       
    69 
       
    70     TraceEvents := true.
       
    71     TraceProcesses := true.
       
    72 
    68 
    73     "Modified: / 20-06-2014 / 21:48:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    69     "Modified: / 20-06-2014 / 21:48:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    70     "Modified (comment): / 14-07-2023 / 15:03:21 / Jan Vrany <jan.vrany@labware.com>"
       
    71 ! !
       
    72 
       
    73 !GDBDebugFlags class methodsFor:'documentation'!
       
    74 
       
    75 version_HG
       
    76 
       
    77     ^ '$Changeset: <not expanded> $'
    74 ! !
    78 ! !
    75 
    79 
    76 
    80 
    77 GDBDebugFlags initialize!
    81 GDBDebugFlags initialize!