On 11/10/20 21:11, Bo Berglund via lazarus wrote:

Type TBITBTN has no component named ENABLED.....

Enabled is a *property*

Fpc currently does not add debug-info for properties at all. You can inspect only fields and variables.

The only exception is: when the project (or package) settings specify "dwarf" debug info type *AND* the property does not have a "getter function", but instead directly accesses the field "read FEnabled".

------------
Unfortunately the debugger can not yet call functions (e.g. GetEnabled) yet.
Work for this is in progress, as part of fpdebug. But not yet use-able.
--
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to