Application Development and Automation 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: 
Read only

Debugging off from SM50

Former Member
0 Likes
2,103

HI,

I pulled the background job to debugging session from SM50 transaction. Now I ahve to again put the debugging session back to background job. If I do F8 session gets terminates becasue program is running in foreground mode and Dialogue mode has linitataion.

Can anyone suggest me as to how do I put the debugging session to background job in SM50?

Thanks in advance.

Regards,

sanjay

4 REPLIES 4
Read only

Former Member
0 Likes
913

In menu program/session got to program->debugging.

Read only

Former Member
0 Likes
913

Hi Sanjay,

It depends of which version of debugger you are using :

1 - with old debugger (before SAP netweaver), choose "Debugging" then "Debugging Off";

2 - with new debugger, you simply exit debugger by choosing in menu "Debugger" -> "Exit debugging", since it is in another mode, it let your program continue...

Best regards,

Samuel

Read only

Former Member
0 Likes
913

Hi sanjay kulkarni ,

Since the transaction SM37, select the job to debug and enter "JDBG" on the command line. Press enter,

and the system opens a debugging session for the selected job.

Hope this information is help to you.

Regards,

José

Read only

former_member182114
Active Contributor
0 Likes
913

Hi Sanjay,

When I debug like you said I finish the debugging with the steps below:

- Delete all break-points (breakpoints - Delete all)

- Click F6 (just one step)

- Click F8 (back to background)

On classic debug, the GUI debug close itself on F8, on the new debug I need Debug - Exit.

BTW: What is the dump that you are facing ?

Regards, Fernando Da Ros