Application Development and Automation 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: 
Read only

breakpoint cannot be created in Eclips

Former Member
0 Likes
3,346

Hi Expert,

I create a AMDP procedure for ABAP CDS table, and try to do debugging, but when I try to create a break-point in AMDP code, there is error displaying as below. I try everywhere in the code, error happens all the time.

1 ACCEPTED SOLUTION
Read only

pokrakam
Active Contributor
0 Likes
2,624

Have you tried setting a breakpoint just before the AMDP call?

9 REPLIES 9
Read only

VijayCR
Active Contributor
0 Likes
2,624

Did you install the debugger perspective are you tring to debug in ADT or SAP GUI ??

Read only

Former Member
0 Likes
2,624

I am doing AMDP procedure for ABAP CDS table, all works are on ADT, and also debugger perpective installed, and also I can perform debugging well for non-AMDP programs, but for all AMDP procedure, I get the same error message for setting break-point. but for other AMDP procedure, I get following error:

Read only

VijayCR
Active Contributor
0 Likes
2,624
Read only

Former Member
0 Likes
2,624

unfortunately , I don't have access for sap hana modeler or development persfective, so I can't access hana procedure. I think external debugger should work, but I still want to know why I can't not use new debug approach as my system is above 7.5.

Read only

pokrakam
Active Contributor
0 Likes
2,625

Have you tried setting a breakpoint just before the AMDP call?

Read only

Former Member
0 Likes
2,624

Hi Mike, I can set breakpoint for non-AMDP code, also I create another AMDP procedure, where breakpoints can be set,

Read only

pokrakam
Active Contributor
0 Likes
2,624

OK, if it works for some but not this method that is strange.

My point was that you set a breakpoint before the procedure call for two reasons:

1. to fulfil your goal - to debug the procedure!

2. to verify whether you can actually debug it. If not, then trying to step into it may give you a clue what the problem is.

Read only

retired_member
Product and Topic Expert
Product and Topic Expert
0 Likes
2,624

Integrated AMDP debugging is available from AS ABAP 7.50 on.

How to do this before can be found here https://blogs.sap.com/2014/01/31/tutorial-how-to-debug-an-abap-managed-database-procedure/

And I found it by searching ...

Read only

0 Likes
2,624

Hi Horst, I can use this integrated AMDP debugging before, but can't do it right now for this code, but I create other AMDP, breakpoing can be set.