aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-flags.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-flags.ads')
-rw-r--r--src/synth/synth-flags.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/synth/synth-flags.ads b/src/synth/synth-flags.ads
index c3ef0fda3..ac5f9d072 100644
--- a/src/synth/synth-flags.ads
+++ b/src/synth/synth-flags.ads
@@ -29,5 +29,9 @@ package Synth.Flags is
Flag_Trace_Statements : Boolean := False;
+ -- True to start debugger at elaboration.
Flag_Debug_Init : Boolean := False;
+
+ -- True to start debugger on error.
+ Flag_Debug_Enable : Boolean := True;
end Synth.Flags;