aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
Diffstat (limited to 'debug')
-rw-r--r--debug/DebugInformation.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/DebugInformation.ml b/debug/DebugInformation.ml
index 9100e60b..6046f894 100644
--- a/debug/DebugInformation.ml
+++ b/debug/DebugInformation.ml
@@ -521,6 +521,7 @@ let add_lvar_scope f_id var_id s_id =
with Not_found -> ()
let insert_local_declaration sto id ty loc =
+ add_file (fst loc);
let ty = insert_type ty in
let var = {
lvar_name = id.name;