Scope Index optimized

This commit is contained in:
Michael Schimmel
2025-09-15 10:39:39 +02:00
parent d731048b41
commit c913f9dbc5
4 changed files with 35 additions and 69 deletions
+1
View File
@@ -22,6 +22,7 @@ type
procedure Unindent;
procedure AppendLine(const S: string);
procedure ShowScope;
protected
// Overridden to provide the debug-specific visitor factory.
function CreateVisitorFactory: TVisitorFactory; override;