# HG changeset patch # User Claus Gittinger # Date 1481287939 -3600 # Node ID ffe8aedc700ba52195b716a59f03f07caaa25e31 # Parent 7afef5878f9081de86f71639805149fdfc90f32c #DOCUMENTATION by cg class: BreakpointNode comment/format in: #numArgs diff -r 7afef5878f90 -r ffe8aedc700b BreakpointNode.st --- a/BreakpointNode.st Fri Dec 09 13:38:42 2016 +0100 +++ b/BreakpointNode.st Fri Dec 09 13:52:19 2016 +0100 @@ -154,7 +154,8 @@ ! numArgs - "must forward - otherwise checkCondition won't work" + "must forward - otherwise checkCondition won't work. + Please use argumentCount, which is ANSI" ^ expression numArgs !