Skip to content
This repository was archived by the owner on Feb 23, 2025. It is now read-only.

Errors running debugger (found cause) #290

@Fedreg

Description

@Fedreg

Error running debugger (found cause)

A few months ago I reported #208 showing that the debugger window was not displaying at the correct spot in the screen.
I determined that this happens when "let g:iced_enable_default_key_mappings = v:true"
if false, the debugger worked as expected.

I hadn't dug deeper on this since I usually have Emacs open as well and just jumped into that for Debugger use.

However, was really not in the mood to open up Emacs today so jumped in more and found the cause.

It's related to the 2 backticks on the end of this binding:

<Leader>ee <Plug>(iced_eval)<Plug>(sexp_outer_list)``

With those 2 backticks included the debugger behaves oddly, as in #208

If I undo the default mappings, explicitly set nmap <Leader>ee <Plug>(iced_eval)<Plug>(sexp_outer_list) (no backticks), it works as expected.

Sadly I know very little vimscript so don't want to poke around the source and attempt a PR. If this info gives any idea as to the cause and it is a very simple fix, that would be greatly appreciated when you find the time.

No rush and no expectations on my end.

As always, thanks for all your work on this awesome tool.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions