Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to open Debug comfigurations

arshad_ansary2
Active Participant
0 Kudos

Hi Experts,

I am not able to open Debug configurations in Eclipse while I want to debug AMDPs . It throws up error like below

I am using Eclipse Luna with ADT version 2.6 installed.

I tried the updates but not working out ...

Thanks in advance

BR

Arshad

3 REPLIES 3

Armin_Beil
Advisor
Advisor
0 Kudos

Hello Arshad,

the eclipse plugin that raises this error is not part of ABAP Development Tools but seems to be a HANA Studio component.

If you are already working on NetWeaver 7.50+ and HDB SPS9+ you can use the ADT AMDP Debugger by creating breakpoints within the ABAP class that contains the embedded SQLScript code. In this case you also don't have to create any debug configuration at all. More info can be found here:

If you are working with a lower release of NetWeaver or a lower SPS of HDB it might be helpful to not only update your ADT components but also the HANA Studio components (you might have to check the configuration of your update sites). Otherwise we probably need a HANA Studio expert to check this issue.

Best regards,

Armin

0 Kudos

Hi Armin,

Thanks for your reply . I have done update for HANA Studio components , still the same issue

Yes I am using ABAP 7.5 based backend system . But when I try to place debugger inside AMDP , I get another error pop up like below always

Regards

Arshad

0 Kudos

Hi Arshad,

the AMDP debugger requires that at least 3 work processes for debugging are available. By default the number of work processes for debugging should be half of the dialog work processes for the application server.


You can verify this by checking the profile parameter “rdisp/wpdbug_max_no“ via transaction RZ11. It should be set to half the number of dialog work processes (i.e.: rdisp/wp_no_dia / 2).


To check how many dialog work processes are available on the application server you can use transaction SM50. In case you allow that half of dialog work processes are used for debugging that server should have at least 6 dialog work processes overall.

Best regards,

Armin