Skip to Content
0
Former Member
Sep 29, 2005 at 12:19 PM

Debugging parallel processes that run in background

2357 Views

Can anyone provide some insight on how to debug parallel processes that run in the background. I have a problem where an internal table is running out of space. The internal table is being filled from a custom program that is called from a parallel process in the background. When I set break points in the code that writes to the table, the debbuger does not stop.