branch: externals/inspector commit b782644bbbd84dbf67ca45e339f9c7664372eb42 Author: Mariano Montone <marianomont...@gmail.com> Commit: GitHub <nore...@github.com>
README: evaluate with inspected object --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c0dd28c72..ce27aeb330 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ This is the [el-get](https://www.emacswiki.org/emacs/el-get "el-get") recipe: Also, `M-x forward-button` and `M-x backward-button` are conveniently bound to `n` and `p`. They can be used for fast navigation through the buttons that the inspector displays. +Finally, you can use `M-x eval-expression` bound to letter `e`, to evaluate an elisp expression using the object currently being inspected (it is bound to `*`). + ### From the Emacs debugger When on an Emacs debugging backtrace, press letter `i` to inspect the pointed frame and its local variables.