Cannont Debug Extensions
HelloI have an extensions project and am having problems debuging it. It will not stop at any breakpointsVS 2008 SP1I have deleted all the PDB files and rebuilt the project. I have also made sure the build configuration is set to debug and that the debug info is set to full. I also tried changing the tools\options\debuggin "enable just my code" and it still will not work. I do not recieve the symbols not loaded error, the breakpoints look fine and it attaches fine to the miiserver it just doesn't stop at any break points.Any ideas ?The project is suppose to be built in .net 2.0 right ?
September 25th, 2009 8:48pm

Hi Kevin, Are you running this extension in separate Process ? is yes change it to in-process while debugging. also check if you enabled Metaverse Rule Extension from Tools Configure Extensions in the ILM application. www.rafieblog.com
Free Windows Admin Tool Kit Click here and download it now
September 25th, 2009 9:08pm

Have you tried to insert the following statement in your code (on an appropriate place eg. the constructor):System.Diagnostics.Debugger.Break();When this statement is executed you will get a change to get into debug mode.
September 26th, 2009 1:28pm

AhmedI do have that configured. John thanksfor the tip that worked
Free Windows Admin Tool Kit Click here and download it now
September 28th, 2009 6:14pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics