Application Development 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: 

Background Job Processing

Former Member
0 Kudos

Hi,

While a job is in active state,when we try to debug it using an option provided in the "Job" menu button --- Capture Active Jobs ,a debugger starts.

So, is this debuggin happening in the background or using this facility u can switch to foreground from background( acitve job)??

Pls help with the same,

Answers will be rewarded,

Regards,

Rohan

1 REPLY 1

Former Member
0 Kudos

You capture the job in the foreground and process it in the foreground. If you select the continue button the job will continue to run in the background and your debuging session will disappear.