summaryrefslogtreecommitdiff
path: root/simulate/debugger.adb
diff options
context:
space:
mode:
Diffstat (limited to 'simulate/debugger.adb')
-rw-r--r--simulate/debugger.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/simulate/debugger.adb b/simulate/debugger.adb
index 0a65b91..37419bb 100644
--- a/simulate/debugger.adb
+++ b/simulate/debugger.adb
@@ -1237,7 +1237,8 @@ package body Debugger is
| Iir_Kind_Exit_Statement
| Iir_Kind_Procedure_Call_Statement
| Iir_Kind_If_Statement
- | Iir_Kind_While_Loop_Statement =>
+ | Iir_Kind_While_Loop_Statement
+ | Iir_Kind_Case_Statement =>
Foreach_Scopes (Get_Parent (N), Handler);
when Iir_Kind_For_Loop_Statement