Quantcast
Channel: SCN : Popular Discussions - ABAP in Eclipse
Viewing all articles
Browse latest Browse all 1215

RFC debugging in ABAP Eclipse

$
0
0

I encountered the following problem when debugging with ABAP Eclipse: When setting a break-point within a class/method that is being called within a RFC (destination NONE), the debugger does not stop. Also setting the break-point at the RFC and trying to step into (F5) does not work. The only thing which helps is to set a break-point within the remote function module itself - then both break-points (within remote function module and within called class/module) achieve the debugger to stop. Did someone else have a similar problem?


Viewing all articles
Browse latest Browse all 1215

Trending Articles