Add debugger alias for exec(expr) #20963
Labels
feature request
Issues that request new features to be added to Node.js.
inspector
Issues and PRs related to the V8 inspector protocol
node v9.8.0
In the debugger you can quickly inspect the value of a variable at run-time using
exec
. GivenTo more quickly debug an application it would be nice to alias exec to
e
orp
so one can doEven better if the expression could be passed without parens and quotes
This is in the same spirit as when pressing
Enter
the debugger will repeat the previous command.The text was updated successfully, but these errors were encountered: