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

Use ABAP/SAP Debugger in Eclipse - Eclipse ADT

cmetz
Product and Topic Expert
Product and Topic Expert
0 Likes
1,135

Hi guys,

is there a opportunity to use the SAP GUI Debugger in Eclipse?

I found following blog, unfortunately its not working.

https://archive.sap.com/discussions/thread/3666198

Thanks + regards

Chris

1 ACCEPTED SOLUTION
Read only

Armin_Beil
Product and Topic Expert
Product and Topic Expert
0 Likes
904

Hi Christoph,

no, it's not possible. I guess you want to use the SAP GUI Debugger within an embedded GUI window in eclipse or you want to set BPs in eclipse natively and once such a BP is hit you want to have a GUI window popping up. Both cases or similar are not supported.

What is the main reason for you to prefer the SAP GUI Debugger over the native ABAP in Eclipse Debugger?

Best regards,
Armin

3 REPLIES 3
Read only

Armin_Beil
Product and Topic Expert
Product and Topic Expert
0 Likes
905

Hi Christoph,

no, it's not possible. I guess you want to use the SAP GUI Debugger within an embedded GUI window in eclipse or you want to set BPs in eclipse natively and once such a BP is hit you want to have a GUI window popping up. Both cases or similar are not supported.

What is the main reason for you to prefer the SAP GUI Debugger over the native ABAP in Eclipse Debugger?

Best regards,
Armin

Read only

0 Likes
904

I start to learn ABAP In eclipse .
So i try to do step back in debug and i didn't find a way.
That why i'm asking to know if there's a way.

Read only

Armin_Beil
Product and Topic Expert
Product and Topic Expert
904

Hello Eliram,

you can jump into an arbitrary code line by placing the cursor in the line where you want to go to and then choose Jump to Line (Shift-F12) from the toolbar.

Best regards,
Armin