cancel
Showing results for 
Search instead for 
Did you mean: 

cant see variables in hana stored procedures debug mode

anesh_kumar
Active Participant
0 Kudos

Hi

we cant see the variables while debugging the hana stored procedures

could any one let us know if we miss anything here

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

patrickbachmann
Active Contributor
0 Kudos

What version of Studio are you running?  When i use my 72 studio on our 68 server I have issue where sometimes (randomly) the variables disappear.  ie: they will disappear for one line breakpoint and then appear again for the next.  Making it very tricky and annoying to debug!  The way I get around it is by inserting lots of dummy lines in the code and setting a bunch of extra breakpoints. 

ie:

debugStopHere := 'y';

debugStopHere := 'y';

debugStopHere := 'y';

Just for curiousity sake you can try entering a few fake lines below your select and put a breakpoint on each line then step through and see if it appears for any of them?  At least then we will know that it is capable of appearing at least some time.  The good news is I have another rev 82 database with 82 studio and I do not experience this same problem.  I definitely found rev 68 and 72 very buggy with the debugger.  ie: sometimes I also set the break point on a certain line and it inserts the breakpoint on the line after which is also very annoying.

-Patrick

anesh_kumar
Active Participant
0 Kudos

we are using eclipse Kepler 4.3 and installed the kepler plugins for Hana from sap ondemand site and the version is 1.8

we also tried keeping break points on multiple lines with no luck, the variable screen is always blank

thanks!

Former Member
0 Kudos

Hi,

I have the same issue when debugging in Eclipse with installed plugins for HANA.

However when debugging the same procedure in HANA Studio, all the variables are displayed.

Regards,

Serguei