mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Remove support of function arguments debugging from spec
This commit is contained in:
parent
8dc1dd8346
commit
84b932845a
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ The following debugging features are supported:
|
|||
\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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue