cancel
Showing results for 
Search instead for 
Did you mean: 

WD ABAP: debugging?

former_member1287623
Participant
0 Kudos

Hi,

need to know how to debug a ABAP WD prog... breakpoint is set but ignored... is there a special debug mode to run the program with?

Accepted Solutions (0)

Answers (1)

Answers (1)

Yashpal
Active Contributor
0 Kudos

Hi,

go to method or code where u want to set breakpoint and press ctrlshiftf9 u need to set a external breakpoint...hope this will solve ur problem

regards,

yash

former_member1287623
Participant
0 Kudos

already set the external breakpoint... then it should break during a normal test of the application?

Yashpal
Active Contributor
0 Kudos

Hi ,

as in wd for Java ...for a server there is a debugging port and it is to be set as debugging ON ....so find is there any debugging port in WD for ABAP .....

Regards,

Yash

former_member1287623
Participant
0 Kudos

since I use different users for testing and development I had to change the breakpoints to the test user...

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>as in wd for Java ...for a server there is a debugging port and it is to be set as debugging ON ....so find is there any debugging port in WD for ABAP .....

There is no debug port or debug setting that must be set for the ABAP engine. The ABAP Virtual Machine has the capability to dynamically switch a running process in and out of debug mode - including the ability to remotly attach a debug session to an already running process.