高等電腦輔助除錯工具

No Thumbnail Available

Date

2004

Authors

Journal Title

Journal ISSN

Volume Title

Publisher

Abstract

除錯器是現今寫程式環境中標準的部分,典型的除錯流程包括設定中斷點,逐步前進,觀看變數值等等。大部分的除錯器還包括了圖形使用者介面可以讓使用者用滑鼠並呼叫一些基本的功能。然而,其基本的除錯技術流程還是很少改變,典型的流程是重複相同的步驟像設定中斷點,程式執行到此中斷點,然後印出變數值直到程式的錯誤找到。 本研究實作了一新系統叫HILCADT,它是一個先進的除錯工具並用JAVA實作,HILCADT提供了一比以往更具意義及更具彈性的高階除錯語言。HILCADT能夠根據使用者所下的查詢來自動設定中斷點並自動繼續執行程式,所以HILCADT可以收集一段時間內變數的變化以作為分析。此外,HILCADT可以把除錯的結果的資料顯示在版面上或者使用DIVINE[11]把結果用3D的環境顯示出來,這個可以幫助使用者更能夠了解複雜的資料結構。
Nowadays, debuggers are a standard part of every programming environment. Typically debugging functionality includes setting breakpoints, stepping line by line, watching variable values, etc.. Moreover, most debuggers also provide graphical user interface (GUI) which allows users to use mouse and invoke these functionalities. However, the basic of debugging techniques have changed little. A typical routine is to repeat steps such as set breakpoints, run the program to hit the breakpoints, and print variable values until the cause of defect is found. HILCADT is a state-of–the–art debugging tool which is implemented in java. It provides a high-level debugging language that is more expressive and flexible than the primitive language of debuggers. HILCADT sets breakpoints and continues programs automatically according to a given expressive query. HILCADT can be used to explore the temporal relation of variable’s values in a period of time and for further analysis. In addition, HILCADT can displays the debugging information on the HILCADT’s panel or uses DIVINE[11] to display debugging information in a 3D environment, which helps users to understand complicated data structure easily.

Description

Keywords

高階除錯技術, HILCADT

Citation

Collections

Endorsement

Review

Supplemented By

Referenced By