Arith

Results 11 comments of Arith

I wonder is this feature under development?

this feature seems exactly what I want.

is this issue still under discussing?

@ssarl Yeah, I also found this issue recently, I was working on my dissertation recently, and I will look into this issue. Thanks for reporting. Sorry for late reply. :)

files may be an important information of docs. Apple Notes has this feature, which I often attach related files in notes.

@IngoHeimbach sorry, how can I do that?

As I can debug the binary in the shell with lldb, so I tried to debug this binary in neovim, when I call this, I get the python crash

I tried `:VBGtoggleTerminalBuffer` before I run `call vebugger#lldb#start('test.out',{'args':['hello','world']})` no buffers were opened.

I got exactly the following output. ``` settings set target.run-args "hello" "world" breakpoint set --name main process launch err: Fatal Python error: PyThreadState_Get: no current thread == DEBUGGER TERMINATED ==...