Hi,
I'm writing because I'm trying to change an extension rule in one of my MA’s. To do some tests, I add some breaking points and some logging lines:
Logging.Log("*** LOG TEST ***");
In order to test my code, I went to the Debug menu and then to the Attach option. After selecting miiserver.exe, Visual Studio asks me to restart as an Admin user.
After the restart, I repeat the process above and the debug starts. I then go to FIM console and launch my MA, but nothing happens, I don’t see any log lines and any of my breakpoints are reached….
I check the process window and the debugger seems to be attached, so I don’t understand why my code or my breakpoints doesn’t have any effect.
Does anyone already have this kind of issue? How can I solve it?
Thanks in advance for all your help,
Marc