about debugger

Michael.VanCanneyt at Wisa.be Michael.VanCanneyt at Wisa.be
Sat Apr 14 06:41:15 EDT 2001




On Sat, 14 Apr 2001, Sebastian [iso-8859-1] Günther wrote:

> Florian Klaempfl wrote:
> >
> > Even more, I think we should think about a common interface to libgdb
> > with some helper classes, i.e. that the non visual part is common
> > for all IDEs.
>
> Yes
>
>
> > I know the classes/objects thing is a problem but
> > maybe we can solve it.
>
> We know about the class/object issue for almost 2 years, but I still
> don't know why it is a problem at all? Is mixing both OOP models in a
> single app really a problem?

Yes and no:

- You can't derive a class from an object or vice versa.
- You can use the objects independently.

Using classes and objects intermixed is not really a beautiful programming
style, though, also it is bound to producs hard-to-understand code.

Michael.






More information about the Lazarus mailing list