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?
↧