cancel
Showing results for 
Search instead for 
Did you mean: 

F5, F6 and F7 key in HANA Stored procedure debugging

Former Member
0 Kudos

Hi,

Im working on SPS12 and debugging a stored procedure. However Step into (F5), Step over(F6) and Return (F7) option in debugger seems disable. Could anybody please advise how to make these available.

Thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

pfefferf
Active Contributor

The keys are disabled cause they are not supported. If you wanna debug a stored procedure in Eclipse you have to set the break-points. When the procedure is executed the debugger suspends the execution at the first break-point. With resume you jump to the next break-point.

Regards,
Florian