HP Forums
Debugging HP Prime programs - 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: Debugging HP Prime programs (/thread-21154.html)



Debugging HP Prime programs - Namir - 01-12-2024 04:41 PM

REcently, I wrote a few HP Prime programs. I borrowed from old code I had written and added new code. As usual, dealing with runtime errors is a peach!! I had to resort to my od techniques of inserting PRINT statements to see where the program was tripping! What a difference bteween programming the HP Prime and programming Python (on a computer). Python prides itself in being very verbose in identifying and pointing out the source of runtine errors.