Hi everyone,
I try to debug my windows service using Debugger.Break() on Visual Studio 2010 beta 2 Ultimate on Vista 64 bits. Nothing is happening when I execute my code...
Someone have a idea ?
Thanks in advance.
Best regards
Hi everyone,
I try to debug my windows service using Debugger.Break() on Visual Studio 2010 beta 2 Ultimate on Vista 64 bits. Nothing is happening when I execute my code...
Someone have a idea ?
Thanks in advance.
Best regards
Have you attached the services process to the Debugger?
Debug Menu > Attach to process
Kindness,
Dan
I haven't tried that. I try now and it works but i'm not at the right piece of code that I want to debug...
Normally Debugger.Break create an exception and show you a windows with the available debuggers. It's not the case here...
Another idea ?
Thanks in advance