DebugView.st
changeset 17526 d7cc796d0ea5
parent 17522 8e23db54c27a
child 17546 5800045f456a
--- a/DebugView.st	Thu Jun 01 18:00:17 2017 +0200
+++ b/DebugView.st	Wed Jun 07 16:40:01 2017 +0200
@@ -4,7 +4,7 @@
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
- inclusion of the above copyright notice.   This software may not
+ inclusion of the above copyright notice.  This software may not
  be provided or otherwise made available to, or used by, any
  other person.  No title to or ownership of the software is
  hereby transferred.
@@ -77,7 +77,7 @@
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
- inclusion of the above copyright notice.   This software may not
+ inclusion of the above copyright notice.  This software may not
  be provided or otherwise made available to, or used by, any
  other person.  No title to or ownership of the software is
  hereby transferred.
@@ -109,13 +109,13 @@
 
     See additional information in 'doc/misc/debugger.doc'.
 
-    Notice & Warning (attention when changing thingslike menus, window spec etc. here):
+    Notice & Warning (attention when changing things like menus, window spec etc. here):
         the DebugView class caches the last used debugger in a class variable,
         and hides/shows this window without recreating one from scratch. This is done to make
         the debugger come up faster when single stepping, or hopping from breakpoint to breakpoint.
 
         It may happen, that a malfunctioning debugger (for example, a halfway created/destroyed one)
-        is kept there. You will notice this, if a debugger comes up without showing any contents.
+        is kept there. You will notice this if a debugger comes up without showing any contents.
         In this case, close (or destroy) the broken debugView, and execute
             Debugger newDebugger
         which removes the cached debugger and forces creation of a new one the next time.
@@ -5601,7 +5601,7 @@
 
 doStep:lineNrOrNilOrMinus1
     "common helper for step, skip & next.
-     Arrange for single-steppping until we pass lineNr (if nonNil)
+     Arrange for single-stepping until we pass lineNr (if nonNil)
      or to next line (if nil) or to next send (if -1)"
 
     |con method|
@@ -5672,6 +5672,7 @@
     ]
 
     "Modified: / 25-11-2016 / 13:38:40 / cg"
+    "Modified (comment): / 07-06-2017 / 16:36:58 / mawalch"
 !
 
 doStepAfterDelay