Closed Zorkimer closed 5 months ago
Compiled
int main () { int testVariable = 8008; }
with the commands
call clang -v ctest.c -o c.exe -g -gcodeview call clang-cl -v ctest.c -o c_cl.exe -g -gcodeview
(I invoked vcvarsall.bat before the clang-cl call) and locals works normally in VS: but in raddbg: Both the cl and non-cl versions have this issue.
Fixed in 0b3e3228d1feaa14ca8d4653859d6dc1d1a5c2e1.
Compiled
with the commands
(I invoked vcvarsall.bat before the clang-cl call) and locals works normally in VS: but in raddbg: Both the cl and non-cl versions have this issue.