調試程序命令 的英文怎麼說

中文拼音 [diàoshìchéngmìnglìng]
調試程序命令 英文
debugger command
  • 調 : Ⅰ動詞1 (配合得均勻合適) harmonize; suit well; fit in perfectly 2 (使配合得均勻合適) mix; adju...
  • : 名詞(古代占卜用的器具) astrolabe
  • : 名詞1 (規章; 法式) rule; regulation 2 (進度; 程序) order; procedure 3 (路途; 一段路) journe...
  • 調試 : shakedown test; debug; debugging
  • 程序 : 1 (進行次序) order; procedure; course; sequence; schedule; ground rule; routing process 2 [自動...
  1. Gdb is run from the shell with the command gdb with the program name as a parameter, for example gdb eg, or you can use the file command once inside gdb to load a program for debugging, for example file eg

    在shell中,可以使用gdb並指定名作為參數來運行gdb ,例如gdb eg ;或者在gdb中,可以使用file來裝入要調,例如file eg 。
  2. The dsp - pc system running result shows that pci9054 device driver work well and fulfill the data communication task of pci interface module

    從整個系統的調運行結果來看, pci9054驅動很好的完成了系統上下層控制通信與數據傳輸任務。
  3. Before the connectting between moden and other equipments, it works at the cammand mode, the cammand that is send to moden is used to set or manipulate the mode, after the connectting between moden and other equipments, it works at connectting mode, at that time, the cammand send from the computer is send to another computer which will pass the moden and telephone line. the moden control cammand is called " at " cammand, all the control manipulation is realized by sending the ascii character to moden, after the moden received the " at " cammand, it firstly judges the cammand, secondly, it analyses and executes the cammand, finnally, it executes a response by sending back a ascii character, during the deseign of below - computer, we introduce in detail the deseign of system hardware and system software, below - computer system hardware and system software, below - computer is made up of microchip collecting and controlling system, which finish the strobe and water level data collection, display and disposal, deal with the communication with the above - computer, the microchip is the centre of data dealing with, the peripheral equipments are made up of data collecttion module, control cammand input module, display module, execute output module, and long - distance communication module

    在moden控制軟體的設計中,詳細敘述了moden正常工作時的幾個重要函數:初始化函數、撥號處理函數、應答處理函數、掛機處理函數,設計並調了四個函數的通信,數據機工作時存在兩種模式,模式與連線模式,模式是針對功能設置的模式,連線模式是數據傳輸的模式。當數據機未與其他設備連接時,其處于模式,這時候下達給數據機的指是作為數據機本身設置或操作用的;當數據機已經與其他設備連接時,其處于連線模式,所有在此時由計算機送至數據機的信息都將經由電話線傳送到另一部計算機上。專門使用於控制數據機的指集被稱為「 at指集」 ,對moden的所有操作(如撥號、應答、掛機等)都可以通過給moden發送ascii字元串來實現, moden在收到at后,先對進行判斷,接著分析和執行緩沖區中的,最後以自身的ascii字元對作出響應。
  4. This command is useful for continuing a program when a class load event, exception, or breakpoint stops the debugger

    對于在類加載事件、異常或斷點停止調器時繼續很有用。
  5. Jumps to script debugger before next script statement is executed

    在執行下一個腳本之前跳轉到腳本調
  6. Chapter 4 introduces emphatically at command of gsm module, the communication protocols of the system and debug measure, furthermore the procedure is programmed to simulate supervise center

    第四章著重探討了gsm模塊的at,系統的通信協議,車載臺的軟體實現和調方法,並創造性地編寫了一個監控中心模擬調使用。
  7. Select the start without debugging command ctrl f5 to build the assembly and deploy it to the database

    選擇「開始執行(不調) 」( ctrl + f5 )可生成集並將其部署到數據庫。
  8. The cross debugger has four components : user interface, debugging module, communication module and operating system supporting module. the monitor programs of the target are composed of executive module of debugging command, communication module and code control module

    交叉調器可以分成四部分:用戶介面、調功能模塊、通信模塊和操作系統支持模塊;目標機端的監控主要是由調執行模塊、通信模塊、代碼控制模塊組成。
  9. If you use the command line and run your applications on your development workstation, you will see that a dialog box to run the visual studio debugger is displayed when your code encounters a memory access violation, unhandled exception, or other unrecoverable errors

    如果使用行並在開發工作站上運行應用,則當代碼遇到內存訪問沖突、未處理的異常或其他不可恢復的錯誤時,將顯示用於運行visual studio調器的對話框。
  10. All debug menu execution commands affect the active program

    所有的「調」菜單執行都會影響活動
  11. Once you have attached to a program, you can use debugger execution commands, inspect the program state, and so on

    一旦附加到某個,就可以使調器執行、檢查狀態,等等。
  12. Integration services includes graphical tools and wizards for building and debugging packages ; tasks for performing workflow functions such as sql command execution, ftp operations, and e - mail messaging ; data sources and destinations for extracting and loading data ; transformations for cleaning, aggregating, merging, and copying data ; a management service for administering integration services ; and application programming interfaces apis for programming the integration services object model

    Integration services包括用於生成和調包的圖形工具和向導;用於執行工作流函數(如sql執行、 ftp操作和電子郵件消息處理)的任務;用於提取和加載數據的數據源和目標;用於清除、聚合、合併和復制數據的轉換;用於管理integration services的管理服務;以及用於對integration services對象模型進行編的應用介面( api ) 。
  13. When debugging program compiled from the command line, dgbclr rereads the compiled program each time you start debugging

    調行編譯的時, dgbclr在您每次開始調時都會重新讀取編譯的
  14. When debugging program compiled from the command line, visual studio rereads the compiled program each time you start debugging

    調行編譯的時, visual studio在您每次開始調時都會重新讀取編譯的
  15. If the program that you ' re testing comes with an application programmer interface ( api ) or a macro language, perhaps the function can call a single command and send it the file name and path as parameters

    如果你的測涉及到一個應用編介面( api )或宏語言,那麼該函數或許能調用一個單獨的,並把文件名和路徑作為參數傳遞給它。
  16. This command instructs visual studio to run the application in the debugger

    指示visual studio在調器中運行該應用
  17. This command instructs visual studio to run the web application in the debugger

    指示visual studio在調器中運行web應用
  18. Start debugging. this command instructs visual studio to run the application in the debugger

    指示visual studio在調器中運行該應用
分享友人