You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you add an option for dape-repl? When the option is not nil, and dape-repl is included in dape-start-hook, the dape-repl buffer should be created when dape is started. Additionally, the application's output will be directed to the *dape-repl* buffer instead of the *Messages* buffer.
Currently, if I remove dape-repl from dape-start-hook, it does not achieve the desired outcome. At this point, the dape-repl buffer is not created, and the output is written to the Messages buffer instead, which does not align with my expectations.
Another point is that when I execute M-x: dape-repl, I expect the dape-repl window to be displayed. However, if dape-repl is already the current buffer, I expect the dape-repl window to be hidden when I execute M-x dape-repl.
The text was updated successfully, but these errors were encountered:
Could you add an option for
dape-repl
? When the option is not nil, anddape-repl
is included indape-start-hook
, the dape-repl buffer should be created when dape is started. Additionally, the application's output will be directed to the*dape-repl*
buffer instead of the*Messages*
buffer.Currently, if I remove
dape-repl
fromdape-start-hook
, it does not achieve the desired outcome. At this point, the dape-repl buffer is not created, and the output is written to the Messages buffer instead, which does not align with my expectations.Another point is that when I execute M-x: dape-repl, I expect the dape-repl window to be displayed. However, if dape-repl is already the current buffer, I expect the dape-repl window to be hidden when I execute M-x dape-repl.
The text was updated successfully, but these errors were encountered: