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: 

ADT debug - Create breakpoint at FM or Class method

LokeshNaik
Explorer
0 Kudos
203

Hi,

How can  set breakpoint at function module or class method or Program forms in ADT debugger, like below debugger in GUI?

is it not supported?

ABAP Testing and Analysis 

LokeshNaik_0-1726214760567.png

@Armin_Beil 

1 REPLY 1

Armin_Beil
Product and Topic Expert
Product and Topic Expert
176

Correct, this is not supported in ADT.

The quickest way to achieve a similar result in ADT would be this:

  • Use Ctrl-Shift-A (on Windows, I'm not sure about the shortcut on Mac) and enter the class name / report name / etc. in order to open the source code in the editor
  • Then use Ctrl-O and enter/select the method name / form name / etc. in order to jump to the relevant code block
  • Then double click on the left side of a code line to create a normal line breakpoint

In general ADT shows other breakpoint types (besides normal line breakpoints) in the breakpoints view: 

further_breakpoint_types.png

Best regards,
Armin