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
I set the breakpoint in the setupCommands (i.e., break main) solely to test the setupCommands parameter. However, when I start the debugger, it does not appear to be executing the commands in setupCommands. Additionally, I have noticed that the REPL is not functioning properly, as shown in the output below:
*** Welcome to Dap-Ui ***
>> n
-var-create: unable to create variable object
>> s
-var-create: unable to create variable object
>> q
-var-create: unable to create variable object
>> r
-var-create: unable to create variable object
>>
Here is the version of Emacs I am using:
$ emacs --version
GNU Emacs 30.0.91
Development version 9a1c76bf7ff4 on HEAD branch; build date 2024-10-14.
Copyright (C) 2024 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
I am using the Doom Emacs configuration with the following relevant packages:
I would like to clarify whether the setupCommands parameter is supported in this context. Additionally, having full access to the debugger using the REPL during debugging is very useful in certain situations, and I would appreciate any guidance on resolving these issues.
Thank you for your help!
The text was updated successfully, but these errors were encountered:
I am configuring debugging using
dap-mode
inEmacs
, and here is my configuration:I set the breakpoint in the
setupCommands
(i.e., break main) solely to test thesetupCommands
parameter. However, when I start the debugger, it does not appear to be executing the commands insetupCommands
. Additionally, I have noticed that theREPL
is not functioning properly, as shown in the output below:Here is the version of
Emacs
I am using:I would like to clarify whether the
setupCommands
parameter is supported in this context. Additionally, having full access to the debugger using theREPL
during debugging is very useful in certain situations, and I would appreciate any guidance on resolving these issues.Thank you for your help!
The text was updated successfully, but these errors were encountered: