#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Mon, 13 Feb 2017 20:02:37 +0100
changeset 17398 0d92218ed77b
parent 17397 f27bb9b31f71
child 17399 4777d0d080fc
#DOCUMENTATION by cg class: DebugView comment/format in: #doStop #interestingContextIndexIn: #new #updateForContext:
DebugView.st
--- a/DebugView.st	Sun Feb 12 13:04:44 2017 +0100
+++ b/DebugView.st	Mon Feb 13 20:02:37 2017 +0100
@@ -687,7 +687,7 @@
 
     "
      need a blocking debugger if no processes or
-     or if its a timing/interrupt process
+     or if it's a timing/interrupt process
      (because otherwise we would not get any events here ...
     "
     Processor activeProcessIsSystemProcess ifTrue:[
@@ -734,7 +734,8 @@
     ].
     ^ debugger
 
-    "Modified: 31.7.1997 / 21:20:27 / cg"
+    "Modified: / 31-07-1997 / 21:20:27 / cg"
+    "Modified (comment): / 13-02-2017 / 19:59:48 / cg"
 !
 
 newExclusive
@@ -1808,7 +1809,7 @@
         offset := offset + 1.
     ] ifFalse:[
         "
-         ok, got the raise - if its a BreakPoint, look for the sender
+         ok, got the raise - if it's a BreakPoint, look for the sender
         "
         (prev notNil and:[prev receiver == BreakPointInterrupt]) ifTrue:[
             offset := offset + 1
@@ -1819,6 +1820,7 @@
 
     "Created: / 17-11-2001 / 20:37:49 / cg"
     "Modified: / 28-08-2013 / 20:23:35 / cg"
+    "Modified (format): / 13-02-2017 / 19:59:43 / cg"
 ! !
 
 !DebugView class methodsFor:'utilities'!
@@ -5637,7 +5639,7 @@
 !
 
 doStop
-    "stop the process (if its running, otherwise this is a no-op)"
+    "stop the process (if it's running, otherwise this is a no-op)"
 
     inspecting ifTrue:[
         device hasColors ifTrue:[
@@ -5651,7 +5653,8 @@
         ^ self
     ].
 
-    "Modified: 20.10.1996 / 18:30:48 / cg"
+    "Modified: / 20-10-1996 / 18:30:48 / cg"
+    "Modified (comment): / 13-02-2017 / 19:59:30 / cg"
 !
 
 doTerminate
@@ -9238,7 +9241,7 @@
                 "
                 (method := con method) isNil ifTrue:[
                     "temporary kludge - peek into the sender context.
-                     If its a do-like method and there is a single block variable
+                     If it's a do-like method and there is a single block variable
                      in the args or temporaries, that must be the one.
                      This helps in some cases.
                     "
@@ -9588,6 +9591,7 @@
     "Created: / 14-08-1997 / 20:15:00 / cg"
     "Modified: / 05-10-2011 / 11:55:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 28-08-2013 / 15:13:02 / cg"
+    "Modified (format): / 13-02-2017 / 19:59:38 / cg"
 ! !
 
 !DebugView::IgnoredHaltOrBreakpoint methodsFor:'accessing'!