To debug a piece of .NET code called by the BRE you must first attach the Visual Studio debugger to the BRE process. To accomplish this, open the debug menu and select “attach to process…” and select the Microsoft.RuleComposer process. Now you can put breakpoints on the desired lines of .NET code and when the rule executes from the BRE, the execution will catch at the first breakpoint.
Print | posted on Saturday, March 15, 2008 5:11 PM