Replies: 1 comment
-
最早都是 true,其他平台,是用户遇到问题后,陆陆续续提 pr 修的,mac 的一直没遇到问题,暂时没动。
这边 mac 一直能 work ,其他用户也没反馈过有问题。
没时间搞,可以翻翻 issues ,如果是 mac ,只要你装了 codelldb vscode 插件,默认就是优先用 codelldb,不用做任何配置。。 Lines 65 to 68 in 32af61d |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
https://github.com/xmake-io/xmake-vscode/blob/HEAD/src/debugger.ts#L106
这里单单对mac设置了externalconsole为true;这是为什么? microsoft/vscode-cpptools#5079 根据cpptools,mac上设置externalconsole是有问题的。
https://github.com/xmake-io/xmake-vscode/blob/HEAD/src/debugger.ts#L66
这里提到使用codelldb,但是在ReadMe里面对此没有任何说明;可否出一个教程说明一下使用codelldb进行debug的方法?
Beta Was this translation helpful? Give feedback.
All reactions