看板 C_and_CPP 關於我們 聯絡資訊
開發平台(Platform): Code::Block(Mingw4.7.1) 額外使用到的函數庫(Library Used): opencv 2.4.9 問題(Question):使用 debug 的 step into 想進入自己寫的函式 a 時, 會跑到 opencv 內跟 Mat 有關的標頭檔內 mat.hpp。需再 step out 後再 step into 才會進入自己寫的函式 a(註:a的輸入變數有Mat型態的輸入) 爬了 google 的文章依舊找不到解決方法,是可以用設中斷點的方式 但仍舊想知道有沒有方法直接 step into 函式a 謝謝各位 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.127.205.186 ※ 文章網址: https://www.ptt.cc/bbs/C_and_CPP/M.1448358535.A.9B3.html
stupid0319: 函式a打執行int3,中斷後再指定EIP位置 11/24 18:22
TobyH4cker: step有很多方法 11/26 20:59