A blog about Identity Integration, with a very large focus on Microsoft Identity Integration Server (MMS),(MIIS),(ILM), (ILM2), (YETA) and identity in the Microsoft platform.

Friday, September 05, 2008

Grippy Debugger with VS 2008

Thanks Ahmad for the tip in getting Visual Studio 2008 to hit my breakpoints in ILM.

Turns out VS 2008 is a bit picky regarding the type of code to debug.
The default is 'Automatic' which for ILM means:
  • T-SQL Code
  • Managed Code

Choosing the option to select only 'Managed' got VS 2008 hitting my breakpoints again.

EDIT: this worked for XMA debugging, but still isn't working for Rules Extensions debugging. Arg!

EDIT: for rules extension debugging in ILM2 Beta3, you need to attach to the mmsscrpt.exe process, not the miiserver.exe process as usual. Yay!

0 Comments:

Post a Comment

<< Home