Skip to content

Commit

Permalink
Remove support of function arguments debugging from spec
Browse files Browse the repository at this point in the history
  • Loading branch information
e2e4b6b7 committed Jul 11, 2024
1 parent 8dc1dd8 commit 84b9328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/07.debugging.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ \chapter{Debugging Support}
\end{itemize}
\item stepping over/into;
\item inspecting the values of global variables by their source names;
\item inspecting the values of function arguments and local variables (include those in nested scopes) by their source names;
\item inspecting the values of local variables (include those in nested scopes) by their source names;
\item inspecting the values in closures by their indices; the indices for closure elements can be found in stack machine
program dump (option "\texttt{-ds}", see Section~\ref{sec:driver}).
\end{itemize}
Expand Down

0 comments on commit 84b9328

Please sign in to comment.