I have a problem and I don't know how to "around it".
I have:
* 1 DataModule with:
+-- PgConnection (Debug = true).
+-- PgSQLMonitor (Active = true, Options = all true except moHandled).
* 1 form with:
+-- TPgQuery (Debug = true, associated with datamodule.PgConnection).
+-- I have included PgDacVcl in the uses clause (interface).
After that, I start dbMonitor and AFTER my application.... But I cannot debug that Query. Nothing is showed in the DbMonitor window, only:
* Processes:
+-- My App. name.
* Events:
+-- PgDAC monitoring is started.
+-- PgDAC monitoring is finished.

I don't know what more I must to do to get it to run. I have tried to emulate environment in a simple project and all runs fine and dbmonitor show SQL information.
But I cannot reproduce my real-application behaviour.
Any idea ? Any clue ?
PS: In this application, I have a PgSQLMonitor and PgConnection in a datamodule and another datamodule with its own PgSQLMonitor and PgConnection. I mean, I have two datamodules and this form has both of them in its uses clauses....
But nothing runs