開發平台(Platform): (Ex: Win10, Linux, ...)
Linux
編譯器(Ex: GCC, clang, VC++...)+目標環境(跟開發平台不同的話需列出)
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
我在vscode debug時,查了其他資料說碰到scanf時要在terminal端輸入所要的值才會繼續debug
但我到terminal端數入數值後便沒反應了,響請問是launch檔哪裡設置出了問題?
餵入的資料(Input):
預期的正確結果(Expected Output):
錯誤結果(Wrong Output):
程式碼(Code):(請善用置底文網頁, 記得排版,禁止使用圖檔)
補充說明(Supplement):
這是debug到scanf那行的情況
https://imgur.com/a/cbhH90R
到terminal輸入數值後卻沒反應
https://imgur.com/a/FssHxxA
這邊是我的launch檔,請問是哪裡設置不對嘛?
https://imgur.com/a/Z2EOQuq