Browse Source

pastojs: restored built in function debugger

git-svn-id: trunk@40477 -
Mattias Gaertner 6 years ago
parent
commit
711065cf78
1 changed files with 2 additions and 0 deletions
  1. 2 0
      utils/pas2js/docs/translation.html

+ 2 - 0
utils/pas2js/docs/translation.html

@@ -2923,6 +2923,8 @@ End.
     Width and precision is supported. str(i:10) will add spaces to the left to fill up to 10 characters.</b>
     str(aDouble:1:5) returns a string in decimal format with 5 digits for the fraction.</li>
     <li>Intrinsic procedure WriteStr(out s: string; params...)</li>
+    <li><i>Debugger;</i> converts to <i>debugger;</i>. If a debugger is running
+      it will break on this line just like a break point.</li>
     </ul>
     </div>