Mac vscode C 除錯 無法輸入問題

2021-10-08 22:01:35 字數 507 閱讀 7345

最近折騰vscode,除錯c++打斷點卡住,類似

scanf(.

..);

getch()

;

無法接收除錯控制台的輸入,這裡需要改乙個地方:

launch.json

"configurations":[

]

使得除錯會新開控制台,但某些時候會出現新開控制台後卡住不動的問題,因為vscode沒拿到控制台許可權,這個時候需要:

devtoolssecurity -enable
"midebuggerargs"

:***

"midebuggerpath"

:***

執行一次open terminal即可

參考: unable to debug with 『externalconsole』: true

mac vscode c 自動編譯除錯執行

vscode拓展包 新建cpp檔案 配置編譯檔案tasks.json 快捷鍵 b 配置內容如下 其中注意label,與之後的自動除錯執行launch.json的prelaunchtask有關 o out problemmatcher pattern debug配置 新增 launch.json 檔案...

g 無法除錯

問題描述 在gcc4.9,gdb7.0環境下,啟動gdb時出現了如下錯誤 dwarf error wrong version in compilation unit header is 4,should be 2 in module dawnfs users 出現此錯誤的原因主要是gcc4.9生成的...

linux下sublime無法使用中文輸入法

儲存下面的 到檔案sublime imfix.c 位於 目錄 include void gtk im context set client window gtkimcontext context,gdkwindow window 將上一步的 編譯成共享庫libsublime imfix.so,命令 ...