HP Forums
do halt() and/or breakpoint () work? - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: do halt() and/or breakpoint () work? (/thread-5170.html)



do halt() and/or breakpoint () work? - ji3m - 11-20-2015 09:39 PM

Neither seems to have any effect in code.


RE: do halt() and/or breakpoint () work? - Tim Wessman - 11-20-2015 11:19 PM

They are only in cas commands.

Just put "debug()" in a normal PPL routine to accomplish the same thing (Start the debugger at that spot).