views:

178

answers:

2

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

A: 

Have you attached the services process to the Debugger?

Debug Menu > Attach to process

Kindness,

Dan

Daniel Elliott
A: 

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

Pvthesis