Aeceon

Results 2 comments of Aeceon

I think the issue might be here in [session.lua](https://github.com/mfussenegger/nvim-dap/blob/master/lua/dap/session.lua#LL417C1-L427C6): ```lua function switchbuf_fn.uselast() if vim.bo[cur_buf].buftype == '' or vim.bo[cur_buf].filetype == filetype then api.nvim_win_set_buf(cur_win, bufnr) set_cursor(cur_win, line, column) else local win =...

@bret-walda, if you try it without [nvim-dap-ui](https://github.com/rcarriga/nvim-dap-ui), does the error still occur?