cancel
Showing results for 
Search instead for 
Did you mean: 

Dump -- DEBUGGING_IMPOSSIBLE

Former Member
0 Kudos

Hi,

In our ECC6.0 system, We are receing dump:

Runtime Errors DEBUGGING_IMPOSSIBLE

Short text

ABAP programs cannot currently be debugged.

What happened?

The running program is supposed to be debugged by the ABAP Debugger (for

example, by a BREAK-POINT statement).

Since you are in a production system or client (table T000), you can

only jump to the ABAP Debugger if the work process is able to switch to

debugging mode.

The maximum number or work processes in debugging mode has already been

reached, however, which means that debugging is not currently possible.

I checked in system only one work process is running in debug mode.Still I am getting this dump.

Please suggest root cause of this error and how can we come out of this issue, Do we have any parameter which defines maximim number of work process for debugging mode.

Please suggest.

Regards,

Shivam Mittal

Accepted Solutions (1)

Accepted Solutions (1)

sivakumar_kilari3
Active Contributor
0 Kudos

Hi,

By default only one workprocess will allow to debug . if you want you can increase with the following parameter.

rdisp/wpdbug_max_no

Read this note

Note 726719 - ABAP debugging in production system / DEBUGGING_IMPOSSIBLE

Thanks

Siva

Answers (0)