How to prevent tracing into DBMonitorMessages when Step Over

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Justmade
Posts: 108
Joined: Sat 16 Aug 2008 03:51

How to prevent tracing into DBMonitorMessages when Step Over

Post by Justmade » Wed 12 Jan 2011 03:10

When debugging and Stepping over code, it always traced into DBMonitorMessages unit which is very troublesome.

Is there any way to stop this behaviour except setting the MySQL Monitor component to inactive?

Off topic :
Is there any way to install MyDAC help into delphi 2010 help when using the manual source code build?

Thanks in advance for your help.

AndreyZ

Post by AndreyZ » Thu 13 Jan 2011 08:56

Hello,

We had a similar request. Please read this topic: http://www.devart.com/forums/viewtopic.php?t=19734

You should install MyDAC in the following way:
- install MyDAC Professional Edition;
- unpack MyDAC sources;
- add MyDAC Source path to "Library Path".
This way MyDAC Reference Manual will be installed and you will still work with sources.

Post Reply