‎2009 Sep 11 4:01 AM
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
‎2009 Sep 11 7:53 AM
‎2009 Sep 11 8:05 AM
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
‎2009 Sep 22 4:40 PM
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é
‎2009 Sep 24 6:33 AM
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