'chemirikmohamed' wrote:
Wello world, For debugging how to avoid entering procedures alphacontrols functions. Deboger just the procedures and functions that we program are mandatory to pass in the own procedures of alphacontrols. Thank you.
I always put +1 line (compiler debugging directive) into then sDefs.inc file:
…
and rebuild my project. (Project >> Build … )
Whenever you want to allow debugging again >> simply change it to D+:
Code:
{ —- Definitions by Serge V. Goncharov —- }
{$D+}
{$DEFINE ACDPIAWARE} // Comment this line if support of DPI-aware mode is not
Serge: you may put this trick to FAQ too.