HP Forums

Full Version: [Request] Improve the debugger and error messages output.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 =(
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
Reference URL's