descriptionDisplay edebug every step value result in popup.
ownernumbchild@gmail.com
last changeSat, 20 Aug 2022 22:40:18 +0000 (21 06:40 +0800)
content tags
add:
README.org
* Intro

Display edebug every step value result in popup.

* Screenshot

[[file:screenshot.png]]

* Install & Usage

#+begin_src emacs-lisp
(use-package edebug-inline-result
  :ensure t
  :defer t
  :custom (edebug-inline-result-backend 'posframe)
  :hook (edebug-mode . edebug-inline-result-mode))
#+end_src
shortlog
2022-08-20 stardivinerSpecify the max posframe height & width to avoid mass... master
2022-02-10 stardivinerUpdate library homepage
2021-02-13 stardivinerFix #1 don't use default edebug group
2021-02-13 stardivinerFix #1 defcustom choice values don't need to be quoted
2021-02-11 stardivinerdeclare not required functions
2021-02-08 stardivinerDon't quote function in declare-function
2021-02-07 stardivinerFix compiler error: (setf quote)
2021-02-07 stardivinerFix external library functions invoke in compiler warnings
2021-01-25 stardivinerPrefer https over http
2021-01-25 stardivinerFix Commentary
2021-01-25 stardivinerAdd a custom option and helper function to control...
2021-01-25 stardivinerFix helper function edebug-inline-result--below-position
2021-01-25 stardivinerDrop optional args argument in docstring.
2021-01-25 stardivinerAdd lexical-binding
2021-01-18 stardivinerPass byte-compile warnings
2021-01-18 stardivinerload popup function required libraries
...
heads
20 months ago master