Skip to main content

Like debugging using breakpoints is available in visual studion. I am developing processing in blackpearl using VS 2010 plug in. I am using custom code in destination rule of activity. Can i debug that code using breakpoints ? like we debug .NET code ? Can anyone point me to any documentation for reference where it is explained ?

You could with attaching the process to server's exe but that'll lock up the entire BP service while you are debugging.


http://help.k2.com/en/k2devref.aspx


search for 'debug' then select 'debugging a process' there is an article on this.


Reply