‎2017 Jun 22 4:12 PM
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
‎2017 Jun 23 7:11 AM
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
‎2017 Jun 23 7:11 AM
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
‎2017 Aug 10 12:29 PM
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.
‎2017 Aug 10 1:14 PM
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