DebugView.st
changeset 1764 e7aa6f50e766
parent 1762 cd2bec8238fa
child 1765 a704122c92dc
equal deleted inserted replaced
1763:1ad876d46ada 1764:e7aa6f50e766
  1842         ].
  1842         ].
  1843 
  1843 
  1844         (left not 
  1844         (left not 
  1845         and:[skipLineNr notNil 
  1845         and:[skipLineNr notNil 
  1846         and:[where notNil
  1846         and:[where notNil
  1847         and:[where lineNumber < skipLineNr]]]) ifTrue:[
  1847         and:[where lineNumber notNil
       
  1848         and:[where lineNumber < skipLineNr]]]]) ifTrue:[
  1848             DebuggingDebugger == true ifTrue:[
  1849             DebuggingDebugger == true ifTrue:[
  1849                 'skip (' print. skipLineNr print. ' unreached - ignored' printNL.
  1850                 'skip (' print. skipLineNr print. ' unreached - ignored' printNL.
  1850             ].
  1851             ].
  1851             ignore := true
  1852             ignore := true
  1852         ].
  1853         ].
  1902         ]
  1903         ]
  1903     ].
  1904     ].
  1904     self enter:(thisContext sender sender) select:initiallyShown
  1905     self enter:(thisContext sender sender) select:initiallyShown
  1905 
  1906 
  1906     "Created: / 14.10.1996 / 12:53:39 / cg"
  1907     "Created: / 14.10.1996 / 12:53:39 / cg"
  1907     "Modified: / 3.4.1998 / 21:09:16 / cg"
  1908     "Modified: / 29.7.1998 / 16:33:42 / cg"
  1908 ! !
  1909 ! !
  1909 
  1910 
  1910 !DebugView methodsFor:'menu / button actions'!
  1911 !DebugView methodsFor:'menu / button actions'!
  1911 
  1912 
  1912 autoUpdateOff
  1913 autoUpdateOff
  3786 ! !
  3787 ! !
  3787 
  3788 
  3788 !DebugView class methodsFor:'documentation'!
  3789 !DebugView class methodsFor:'documentation'!
  3789 
  3790 
  3790 version
  3791 version
  3791     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.210 1998-07-29 13:11:41 cg Exp $'
  3792     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.211 1998-07-29 17:04:07 cg Exp $'
  3792 ! !
  3793 ! !
  3793 DebugView initialize!
  3794 DebugView initialize!