source language debugger 中文意思是什麼

source language debugger 解釋
源語言排錯程序
  • source : n 1 源頭,水源,源泉。2 根源,本源;來源。3 原因;出處;原始資料。4 提供消息的人。5 血統。vt 〈美...
  • language : n 1 語言;(某民族,某國的)國語;語調,措詞。2 (談話者或作者所使用的)言語,語風,文風,文體。3...
  • debugger : 除錯程序
  1. Your ability to debug may be limited by whether the code was built with debug information, whether the debugger has access to the source code, and whether the common language runtime jit compiler is tracking debug information

    調試能力可能受到限制,限制因素包括:生成代碼時是否包含調試信息、調試器是否有權訪問源代碼,以及公共語言運行庫jit編譯器是否正在跟蹤調試信息。
  2. Your ability to inspect the program may be limited by whether the program was built with debug information, whether the debugger has access to the source code, and whether the common language runtime just - in - time compiler is tracking debug information

    檢查程序的能力可能會受以下幾種情況的限制:是否使用調試信息生成程序、調試器是否有權訪問源代碼以及公共語言運行庫just - in - time ( jit )編譯器是否正在跟蹤調試信息。
  3. Allows source code debugging when the program is started in the debugger, but displays assembly language code only when the running program is attached to the debugger

    值允許在調試器中啟動程序的時候進行源代碼調試,但是,只有當將正在運行的程序附加到調試器時,才顯示匯編語言代碼。
分享友人