DebugView.st
changeset 9133 6a958dd2a61a
parent 9132 8c4f2ce08633
child 9135 b686c004104c
equal deleted inserted replaced
9132:8c4f2ce08633 9133:6a958dd2a61a
   526     IgnoredHalts := IgnoredHalts 
   526     IgnoredHalts := IgnoredHalts 
   527         select:[:ign | 
   527         select:[:ign | 
   528             ign isActive 
   528             ign isActive 
   529             and:[ (ign isForMethod:haltingMethod line:lineNrInHaltingMethod) not ]
   529             and:[ (ign isForMethod:haltingMethod line:lineNrInHaltingMethod) not ]
   530         ].
   530         ].
       
   531     IgnoredHalts isEmpty ifTrue:[
       
   532         IgnoredHalts := nil.
       
   533     ].
   531 
   534 
   532     ^ false.
   535     ^ false.
   533 !
   536 !
   534 
   537 
   535 removeInactiveIgnores
   538 removeInactiveIgnores
  6801 ! !
  6804 ! !
  6802 
  6805 
  6803 !DebugView class methodsFor:'documentation'!
  6806 !DebugView class methodsFor:'documentation'!
  6804 
  6807 
  6805 version
  6808 version
  6806     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.483 2009-10-29 23:27:53 cg Exp $'
  6809     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.484 2009-10-29 23:28:20 cg Exp $'
  6807 !
  6810 !
  6808 
  6811 
  6809 version_CVS
  6812 version_CVS
  6810     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.483 2009-10-29 23:27:53 cg Exp $'
  6813     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.484 2009-10-29 23:28:20 cg Exp $'
  6811 ! !
  6814 ! !
  6812 
  6815 
  6813 DebugView initialize!
  6816 DebugView initialize!