Skip to main content

Questions tagged [debugging]

Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program.

0 votes
2 answers
73 views

How to pass BODY argument ? (defun with-test (&rest body) "Execute BODY in current buffer '*Test*', saving and restoring current context." (interactive) (let ((cb (current-buffer)) ...
STyx's user avatar
  • 1
0 votes
1 answer
100 views

I just installed GNU Emacs 30.1 on my computer at work that runs on Windows 11 but I'm getting this message ■ Warning (initialization): An error occurred while loading ‘c:/Users/jdioses/.emacs.d/...
JorgeXD's user avatar
0 votes
0 answers
47 views

I'm trying to setup dap-mode with dap-lldb but when i select my defined configuration I got the error: dap--create-session: Wrong type argument: stringp, nil. Below the code for registration of ...
MirkoBanchi's user avatar
1 vote
1 answer
139 views

I often get error in my config file and sometimes it displays the char number or line number, but sometimes it doesn't, like now: *Backtrace* Debugger entered--Lisp error: (invalid-read-syntax ")&...
Jason Hunter's user avatar
  • 1,234
1 vote
1 answer
44 views

For an error in a timer there is Error running timer: (text-read-only "Attempt to change text outside editable field") Sadly it does not give a hint which function in which buffer has the ...
Harald's user avatar
  • 404
0 votes
1 answer
66 views

Why is my eval-expression output being truncated despite setting all the print-level and print-length variables to a very high value? (setf print-level 99999999999999 print-length ...
erjoalgo's user avatar
  • 895
0 votes
1 answer
76 views

I start my desktop using .xinitrc: emacs --daemon -f exwm-enable exec emacsclient -c Now I'm required to run emacs -q in order to debug image display issues How should I achieve that since ...
jjk's user avatar
  • 786
0 votes
1 answer
128 views

Actually, sending mails works fine. But the error is annoying because it causes mu4e to keep the compose buffer open. Normally, it would close the buffer and save the mail to the sent folder. So I ...
durgaBahadur's user avatar

15 30 50 per page
1
2 3 4 5
38