Remove support of function arguments debugging from spec

This commit is contained in:
Roman Venediktov 2024-07-10 19:34:35 +02:00
parent 8dc1dd8346
commit 84b932845a

View file

@ -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}