HP Forums
[Request] Improve the debugger and error messages output. - 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: [Request] Improve the debugger and error messages output. (/thread-5797.html)



[Request] Improve the debugger and error messages output. - compsystems - 03-02-2016 04:19 AM

sorry for my bad English

Hello, it is daunting the programming in hpprime, because when there is an error in the code, often does not show the exact line where it occurs, sometimes only shows a window with [X] without knowing the cause of the error =(


RE: [Request] Improve the debugger and error messages output. - cyrille de brébisson - 03-02-2016 06:32 AM

Hello,

Try running the program from the shift program interface using the RUN menu.

When the program errs, you will see the error box (with the red X)...

If you look carefully, you will also see an 'info' menu button.

Click on this and you will get some more info. If things work correctly, you should see the line (text) which caused the error and the function name.

Not perfect, but it should help in finding the issue.

Cyrille