__GCC_ATOMIC_POINTER_LOCK_FREE=2 define: __GCC_ATOMIC_SHORT_LOCK_FREE=2 define: __GCC_ATOMIC_TEST_AND_SET_TRUEVAL=1 define: __GCC_ATOMIC_WCHAR_T_LOCK_FREE=2 define: __GCC_HAVE_DWARF2_CFI_ASM=1 define: __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1=1 define: __GCC_HAVE_SYNC_COMPARE_AND...
Note that cstdio is also not underlined so go to definition doesn't work when the file format is .cu instead of .cpp. When I go to definition with the file renamed in .cpp I don't see anything strange in it, it's really just the clangd server not recognizing cpp headers with the...
The issue must be with the debugging engine not recognizing whatever output it's expecting from GDB/MI. Perhaps the debugging engine should consider other criteria besides this before prematurely terminating the debugging session? I'd suggest re-opening this issue, or I can create a new one if ...
As you mentioned earlier - I think IntelliSense is not recognizing the -iframework arg in compile_commands.json, but when you expressly list it as an arg it correctly handles it. Here is my log diagnostics with IntelliSense working correctly --- Diagnostics - 1/11/2020, 3:07:10 PM Vers...