中文字幕 另类精品,亚洲欧美一区二区蜜桃,日本在线精品视频免费,孩交精品乱子片免费

<sup id="3hn2b"></sup>

    1. <sub id="3hn2b"><ol id="3hn2b"></ol></sub><legend id="3hn2b"></legend>

      1. <xmp id="3hn2b"></xmp>

      2. "); //-->

        博客專欄

        EEPW首頁 > 博客 > ubuntu vscode gdb 配置注意事項(xiàng)

        ubuntu vscode gdb 配置注意事項(xiàng)

        發(fā)布人:電子禪石 時(shí)間:2023-09-06 來源:工程師 發(fā)布文章
        {
            // Use IntelliSense to learn about possible attributes.
            // Hover to view descriptions of existing attributes.
            // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
            "version": "0.2.0",
            "configurations": [
        
                {
                    "name": "(gdb) 啟動(dòng)",
                    "type": "cppdbg",
                    "request": "launch",
                    "program": "${workspaceFolder}/build/build_linux32/test_v2x",
                    "args": ["test_msg_digest_id","1"],//程序運(yùn)行輸入的參數(shù)。
                    "stopAtEntry": false,
                    "cwd": "${workspaceFolder}/build/build_linux32",#程序運(yùn)行的目錄
                   // "cwd": "${workspaceFolder}",
        
                    "environment": [],
                    "externalConsole": false,
                    "MIMode": "gdb",
                    "additionalSOLibSearchPath":"${workspaceFolder}/build/build_linux32/lib",
                    //庫的路徑
                    "setupCommands": [
                        {
                            "description": "為 gdb 啟用整齊打印",
                            "text": "-enable-pretty-printing",
                            "ignoreFailures": true
                        }
                    ]
                }
            ]
        }

        之前出現(xiàn)過調(diào)試進(jìn)不了斷點(diǎn),因?yàn)榫幾g時(shí)候CMAKE 編譯版本時(shí)Release,改成Debug 就可以了。

        DCMAKE_BUILD_TYPE=Debug


        *博客內(nèi)容為網(wǎng)友個(gè)人發(fā)布,僅代表博主個(gè)人觀點(diǎn),如有侵權(quán)請(qǐng)聯(lián)系工作人員刪除。



        關(guān)鍵詞: gdb

        相關(guān)推薦

        技術(shù)專區(qū)

        關(guān)閉