debug clang (lldb) under vscode/windows

后端 未结 0 1735
逝去的感伤
逝去的感伤 2021-02-08 07:43

I\'m trying to debug the helloworld project

#include 

int
main (void)
{
  printf ("Hello, world!\\n");
  return 0;
}

相关标签:
回答
  • 消灭零回复
提交回复
热议问题