MBPM Debugging Tool

Hi

I have a little problem trying to debug some simple map.

I cannot put breakpoint in place of my activity code, the VS says: The breakpoint will not currently be hit. No executable code is associated with this line.

 

so where should i put breakpoint to get to this line of code?

 

 

MBPM v 9.1.2.2

Visual Studio 2010

Tagged:

Comments

  • does anyone use this tool?

  • Hi Milosz,

     

    There is an open defect for this issue. It only occurs in a code activity. What you can do is put your code into a server side script and call that server side script from your code activity. You should be able to break in your server side script.

  • Since all Visual Script activities appear to be run time interpretations (ie actual 'script' that is interpreted at run time) I can't see this ever being possible until that is changed. I believe these should be generated code, and I initially though they were. It seems a shame they are not, and gives us even more impetus to use 'real' server side code functions and promote them.