Results 233 comments of Fabian

> receive: ~"darwin-nat.c:1354: internal-error: void darwin_interrupt(struct target_ops *, ptid_t): Assertion `!inf->priv->no_ptrace' failed.\nA problem internal to GDB has been detected,\nfurther debugging may prove unreliable.\nQuit this debugging session? " > receive: ~"(y...

I just tried and unfortunately, gdb seems to be quite broken on OSX. I'll update the readme accordingly. I also installed llvm from brew in order to get `lldb-mi` (OSX...

@cpitclaudel What's the output of `gdb --version`? If possible, could you let me know which program you're profiling?

I like these changes. I've tested them and they work well (no crashes on vim 8). Now that a `b:_jedi_callsig_orig` is used to store and restore the original buffer, couldn't...

> The conceal stuff is used to make things bold etc also, isn't it? Indeed, it's also used for the background colour. Still, the buffer replacement can be simplified by...

I found a small issue: When the line with the call signature contains a backslash, it is duplicated (sometimes more than once). For example: ```py import sys \ sys.get_asyncgen_hooks( ```...

Install this driver: https://bearwindows.zcm.com.au/vbemp.htm

Adding it on a floppy disk image should work.

I can reproduce this. Do you happen to know which old version had this issue?

@mikaku Thanks for the confirmation! Probably fixed as a side-effect of 236e7ada27c8d6890983d8b17f1b7352e58274b8 and aee82bb83b8091f84dbd02bc732c6971004a9826. I added some test to make sure it stays that way. HD + CDROM is still...