theHamsta / nvim-dap-virtual-text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Attempt to concatenate nil error_prefix

farbodsz opened this issue · comments

When using this configuration:

  require("nvim-dap-virtual-text").setup({
    enabled = true,
    highlight_changed_variables = true,
    highlight_new_as_changed = true,
    show_stop_reason = true,
  })

I get this error when my program stops on an error:

screenshot_20211101_013203

I am using the gdb debugger and the exception/error I get when I run this in the terminal is just a segfault:

Segmentation fault (core dumped)