aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-flags.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-23 07:18:00 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-23 07:18:00 +0100
commitf62d39352714682081c1d91b5b0cbb746e1ce1ab (patch)
treea74474a5363e4bd88a8a572163db50e97824c8b4 /src/synth/synth-flags.ads
parent495ac69c30e4fa0704cb3f6b7dc8f1cb9f654c67 (diff)
downloadghdl-f62d39352714682081c1d91b5b0cbb746e1ce1ab.tar.gz
ghdl-f62d39352714682081c1d91b5b0cbb746e1ce1ab.tar.bz2
ghdl-f62d39352714682081c1d91b5b0cbb746e1ce1ab.zip
synth-context: add source_scope (for debugger).
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;