dbmonitor in mac

Discussion of open issues, suggestions and bugs regarding LiteDAC (SQLite Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
vitaldj
Posts: 1
Joined: Mon 08 Aug 2016 14:26

dbmonitor in mac

Post by vitaldj » Mon 08 Aug 2016 14:32

Is there a version for Mac dbmonitor?

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: dbmonitor in mac

Post by MaximG » Wed 10 Aug 2016 07:16

Unfortunately, dbMonitor is available only for Windows platform. However, you can actually use it as a remote debug tool. For this, use the LiteSQLMonitor.DBMonitorOptions.Host property. In this property, specify the IP address of the machine, on which dbMonitor is running, and run your project on MacOS. Now queries executed in MacOS environment will be displayed in dbMonitor on the machine with the address you have specified in the property.

Post Reply