aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/src/dbg_ieval.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debugger/src/dbg_ieval.hrl')
-rw-r--r--lib/debugger/src/dbg_ieval.hrl8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/debugger/src/dbg_ieval.hrl b/lib/debugger/src/dbg_ieval.hrl
index a344748f48..ea6189ad02 100644
--- a/lib/debugger/src/dbg_ieval.hrl
+++ b/lib/debugger/src/dbg_ieval.hrl
@@ -21,6 +21,8 @@
module, % MFA which called the currently
function, % interpreted function
arguments, %
- last_call = false % True if current expression is
- }). % the VERY last to be evaluated
- % (ie at all, not only in a clause)
+
+ %% True if the current expression is at the top level
+ %% (i.e. the next call will leave interpreted code).
+ top = false
+ }).