cancel
Showing results for 
Search instead for 
Did you mean: 

Debug CS Print Program

Former Member
0 Kudos

We are trying to debug our print program (defined in T390-ABAPNAME). When we set a session breakpoint and preview the output in IW52 we hit the breakpoint. However, when we press "Print/Fax" we do not get to our breakpoint - yet the program does run. We have tried activating system and update debugging and the breakpoint does not hit. Instead the program breaks in some ILOA UPDATE Function which does not lead to our program. How to debug print programs?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

It seems the reason for no breakpoint was that the program was dumping !

Answers (1)

Answers (1)

aidan_black
Active Contributor
0 Kudos

Hi,

Try setting update debugging frpm Settings when you are in the ABAP debugger.

Regards,

Aidan

Former Member
0 Kudos

As I said: we have tried activating system and update debugging.

aidan_black
Active Contributor
0 Kudos

When the code stops in the UPDATE Function, check if the breakpoint is still there in the debugger settings. You may need to set it again at this point and save settings.