On Wed, Apr 15, 2009 at 9:38 PM, Andreas Pakulat <apaku at gmx.de> wrote: > BTW: Did anybody check how Qt Creator handles this? Does it even have a > generic debug-framework? yes - they have engines (gdb, cdb, script). And there is a BreakHandler (QAbstractItemModel) that holds BreakpointData-objects. Both are engine independent. Niko