Stop.htm 915 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <html>
  2. <head>
  3. <title>Blitz3D Docs</title>
  4. <link rel=stylesheet href=../css/commands.css type=text/css>
  5. </head>
  6. <body>
  7. <h1>Stop</h1>
  8. <h1>Parameters</h1>
  9. <table>
  10. <tr>
  11. <td>
  12. None
  13. </td>
  14. </tr>
  15. </table>
  16. <h1>Description</h1>
  17. <table>
  18. <tr>
  19. <td>
  20. If running the program in debug mode, it this command halts the program and returns you to the editor where you can then step through your code, view variables, etc.
  21. <br>
  22. <br>
  23. See also: <a class=small href=DebugLog.htm>DebugLog</a>, <a class=small href=End.htm>End</a>.
  24. </td>
  25. </tr>
  26. </table>
  27. <h1><a href=../2d_examples/Stop.bb>Example</a></h1>
  28. <table>
  29. <tr>
  30. <td>
  31. ; Halt the program and go to the editor/debugger <br />
  32. <br />
  33. Stop
  34. </td>
  35. </tr>
  36. </table>
  37. <br>
  38. <a target=_top href=../index.htm>Index</a><br>
  39. <br>
  40. Click <a href=http://www.blitzbasic.co.nz/b3ddocs/command.php?name=Stop&ref=comments target=_blank>here</a> to view the latest version of this page online</body>
  41. </html>