-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
I am using latest windows 10 without any insider edition. Also are my visual code and cpp extenstion.
I have configure my launch.json as your suggestion https://github.com/Microsoft/vscode-cpptools/blob/master/Documentation/Debugger/gdb/Windows%20Subsystem%20for%20Linux.md
But still, i got a lot of errors like this :
[Switching to Thread 0x7fffd1d30700 (LWP 89)]
0x00007ffffcbb5428 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
when i am debugging my cpp projects.
And it seems that the extension can't find open raise.c: (file:///build/glibc-bfm8X4/glibc-2.23/signal/../sysdeps/unix/sysv/linux/raise.c).
jxramos, ethiy, Serhiy-Shekhovtsov and VladMomotov