HP Forums
menu line - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: General Forum (/forum-4.html)
+--- Thread: menu line (/thread-4441.html)



menu line - tigger - 07-27-2015 12:34 PM

In WORD you have a Menu line with the commands. If you searched for print you went to the first command on the left. In there you can find print.

Is there any map ^which Shows me where I could find the command DEBUG. If I did not know where this command was is there any way how I could find the way to "DEBUG" by softkeys?


RE: menu line - Didier Lachieze - 07-27-2015 12:50 PM

It's quite logical: if you want to debug a program you go the Program menu (Shift Program) and there you have the Debug soft key.
Another way to enter the Debug mode is to insert a DEBUG; instruction which will work as a breakpoint.


RE: menu line - Bill (Smithville NJ) - 07-27-2015 01:48 PM

(07-27-2015 12:50 PM)Didier Lachieze Wrote:  It's quite logical: if you want to debug a program you go the Program menu (Shift Program) and there you have the Debug soft key.
Another way to enter the Debug mode is to insert a DEBUG; instruction which will work as a breakpoint.


Wasn't logical to me - I'm still in the dark from reading this thread as to which calculator is being referred to. Is this the Prime??

Thanks,

Bill
Smithville, NJ


RE: menu line - Didier Lachieze - 07-27-2015 02:08 PM

Well, I assumed it's about the Prime, but you're right: the question may be about another calculator...


RE: menu line - tigger - 08-07-2015 09:47 AM

I am referring to the HP50g.
sorry, I forgot to mention it.


RE: menu line - BartDB - 08-07-2015 01:33 PM

DEBUG command can be found in PRG.

If you have softkeys enabled:
Wite LeftShift PRG, then NXT twice, select RUN. you will see softkeys DBUG, SST etc.

To debug a program (assuming RPN mode):
Put the program name in quotes on the stack (put any required arguments on the stack before it), then in PRG menu select RUN then DBUG and repeatedly press SST to single step through the program.


Best regards.