cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging Wrapper mudule

Former Member
0 Kudos

Hi,

We have created a Wrapper Module for BP Interface, is there any way to debug this Wrapper module.

We set a Break point in the Wrapper module, but the program is not stopping.

Thanks in advance.

Regards,

Taylor.M

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The load function uses the Parallel Processing Framework.

Therefore the functionality runs in parallel and not reachable via debugger.

In case of need a flag can be set in the sequential part of the code to prevent the starting of other tasks.

Regards,

Phani

Former Member
0 Kudos

Could you please give some more technical details on this Debugging Wrapper module.

Thanks,

Taylor.M

Former Member
0 Kudos

Check the below steps....

1.Set the break point at the beginning of the method

2.Set another break point in your wrapper function or in the complex interface

3.Start the chain synchroniously, not in the background

Regards,

Phani