Since edebug-pop-to-buffer simply splits the last selected window before the minibuffer was popped up, the window it picks to display a edebug buffer does not respect window-purpose as all. This advice reimplements it by replacing the window spliting logic with pop-to-buffer."
Since
edebug-pop-to-buffer
simply splits the last selected window before the minibuffer was popped up, the window it picks to display a edebug buffer does not respectwindow-purpose
as all. This advice reimplements it by replacing the window spliting logic withpop-to-buffer
."