slow debugging with Mysqldirect.net and vs05?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
shutterstock
Posts: 27
Joined: Sat 28 May 2005 20:37

slow debugging with Mysqldirect.net and vs05?

Post by shutterstock » Thu 22 Dec 2005 17:56

Anybody having a problem with debugging with VS05 and mysqldirect.net?

I get the balloon popup that MS visual studio is working hard in the background..... and it literally takes 20-30 seconds to get to the breakpoint... then if i try to step (F11) - the thread just exists..

I haven't had this problem without using mysqldirect.net in a debug environ.

also - no exceptions are thrown before i reach this breakpoint - and no exceptions are thrown when i step (i have the debugger set to break on ALL even catched ones)

anybody else?

Jon

Serious

Post by Serious » Mon 26 Dec 2005 09:16

We did not encounter such problem.
The problem might be in your project configuration (check for instance if you have 'Enable unmanaged code debugging' turned on in your project - this can seriously slow debugging).

Post Reply