When I use Nvim with codelldb, to debug swift, there will be a error report: [debug-adapter stderr] [ERROR codelldb::debug_session] Received invalid thread id in stack trace request. [ERROR codelldb::debug_session] Internal debugger error: Invalid thread id. #1047
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I use Nvim with codelldb, to debug swift, there will be a error report:
Attached to process 98302
[debug-adapter stderr] [ERROR codelldb::debug_session] Received invalid thread id in stack trace request.
[ERROR codelldb::debug_session] Internal debugger error: Invalid thread id.
[debug-adapter stderr] [ERROR codelldb::debug_session] Received invalid thread id in stack trace request.
[ERROR codelldb::debug_session] Internal debugger error: Invalid thread id.
But it doesn't seem to affect my debugging.
the report <Attached to process 98302>, the pid is relate to apple' simulators, because I run this command: ps -T -p 98302, and get:
~ ps -T -p 98302
PID TTY TIME CMD
98302 ?? 0:00.24 /Users/nofoot/Library/Developer/CoreSimulator/Devices/D74CBC54-9903-4F52-A1FF-C95712A8533E/data/Conta
1120 ttys003 0:00.23 zsh
1428 ttys003 0:00.01 ps -T -p 98302
73337 ttys003 0:00.13 -zsh
73376 ttys003 0:00.14 joshuto
93262 ttys003 0:00.41 zsh
94345 ttys003 0:00.62 joshuto
My codelldb' port is 23000, so I run :lsof -i :23000, and get
~ lsof -i :23000
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
nvim 97268 nofoot 46u IPv4 0xec6ab291179ca60f 0t0 TCP localhost:59643->localhost:inovaport1 (ESTABLISHED)
codelldb 98241 nofoot 9u IPv4 0xec6ab29107bfd84f 0t0 TCP localhost:inovaport1 (LISTEN)
codelldb 98241 nofoot 10u IPv4 0xec6ab291109d73bf 0t0 TCP localhost:inovaport1->localhost:59643 (ESTABLISHED)
I just know that all, I can't fix this error or hide it, and don't know how it came about.
Beta Was this translation helpful? Give feedback.
All reactions