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: 

Profiling in Abap Eclipse

former_member196098
Participant
0 Kudos

hello all

I am doing profiling on abap eclipse with the latest changes.

I try to profile the program and modify the profile configurations with the

with the explicit  switch on and off

Expilicit means that i need to switch on and off using the command

/ron and /roff

how would i do that via eclipse?

is there a a way to send the command i could not find it..

thank you all

1 REPLY 1

Armin_Beil
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Solen,

once you started the program that you want to profile (e.g. via Alt-F9) with option "Explicitly switch on and off (e.g. within Debugger)" you should see a small red stop sign at the instruction pointer during debugging. Context menu will offer the option to start and stop.

Best regards,

Armin

Edit: If you want to profile an application that uses screens and you want to start/stop after you reached a certain screen you can also still use the /ron /roff command in the embedded SAPGUI.