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!
No comments:
Post a Comment