JPH05334135A - Error information display system for abnormal end of program - Google Patents

Error information display system for abnormal end of program

Info

Publication number
JPH05334135A
JPH05334135A JP4162224A JP16222492A JPH05334135A JP H05334135 A JPH05334135 A JP H05334135A JP 4162224 A JP4162224 A JP 4162224A JP 16222492 A JP16222492 A JP 16222492A JP H05334135 A JPH05334135 A JP H05334135A
Authority
JP
Japan
Prior art keywords
program
exception
error information
address
user program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP4162224A
Other languages
Japanese (ja)
Inventor
Kunio Ito
邦夫 伊藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP4162224A priority Critical patent/JPH05334135A/en
Publication of JPH05334135A publication Critical patent/JPH05334135A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To support the quick detection of a cause of abnormal end by including a source line number and a data name causing the abnormal end of a user program in error information. CONSTITUTION:A code map 3 indicates correspondence between the source line address of the user program 2 and an execution address and a data map 4 indicates correspondence between a data name in the program 2 and an address of a storage area allcated at the time of executing the program 2. An exception analyzing means 5 analyzes an exception generated in the program 2, and, when the exception is the cause of abnormal end interrupting the continuation of the program 2, stores an exception generating address and an incorrect data address in a program exception information table 6. At the time of the abnormal end processing of the program 2, a program error information displaying means 7 forms error information including the source line number and the data name by referring to the maps 3, 4 and the table 6 and displays the error information on an error information display device 8.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は利用者プログラムの実行
中に発生するプログラム異常の原因を示すエラーメッセ
ージの表示方式に関し、特にオペレーティングシステム
が出力するプログラム異常終了時のエラー情報表示方式
に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method of displaying an error message indicating the cause of a program abnormality that occurs during execution of a user program, and more particularly to an error information display method that is output by an operating system when a program abnormally ends.

【0002】[0002]

【従来の技術】従来、この種のプログラム異常終了時の
エラー情報表示方式では、利用者プログラムが異常終了
した場合のエラーメッセージの表示内容としては、利用
者プログラムが異常終了した命令のアドレスが表示され
るだけであった。このため、その例外発生箇所がどのプ
ログラム単位のどのソース行番号に対応するステートメ
ントであるかをエラーメッセージの表示内容だけからで
は判断することができなかった。
2. Description of the Related Art Conventionally, in this type of error information display method at the time of abnormal termination of a program, the address of the instruction at which the user program abnormally terminated is displayed as the error message display content when the user program abnormally terminates. It was only done. For this reason, it was not possible to determine the statement corresponding to the source line number of which program unit where the exception occurred from the displayed content of the error message.

【0003】また、利用者プログラムの異常終了原因が
利用者プログラムで定義されているデータの内容に起因
している場合、どのデータ名が原因で、その内容がどの
ようなものかをエラーメッセージの表示内容だけからで
は知ることができなかった。
If the cause of the abnormal termination of the user program is due to the content of the data defined in the user program, the error message will indicate which data name is the cause and what the content is. It was not possible to know from the displayed contents alone.

【0004】[0004]

【発明が解決しようとする課題】上述した従来のプログ
ラム異常終了時のエラー情報表示方式では、利用者プロ
グラムが異常終了した場合のエラーメッセージの表示内
容としては利用者プログラムが異常終了した命令のアド
レスが表示されるだけであったので、利用者プログラム
の異常終了原因をエラーメッセージからすぐに究明する
ことができず、利用者プログラムの翻訳時のオブジェク
トリスト,リンクマップ,異常終了時のメモリダンプ等
により解析する必要があるという問題点があった。
In the above-described conventional error information display method when a program terminates abnormally, the content of the error message displayed when the user program terminates abnormally is the address of the instruction where the user program terminated abnormally. Since it was only displayed, the cause of abnormal termination of the user program could not be immediately investigated from the error message, and the object list, link map, memory dump at the time of abnormal termination of the user program, etc. There was a problem that it was necessary to analyze by.

【0005】また、その解析は専門的知識が必要であ
り、一般の利用者が簡単に解析することは困難であるの
で、プログラムのデバッグに時間および労力がかかると
いう問題点があった。
Further, the analysis requires specialized knowledge, and it is difficult for a general user to easily analyze the analysis. Therefore, there is a problem that it takes time and labor to debug the program.

【0006】本発明の目的は、上述の点に鑑み、利用者
プログラムが異常終了した場合に表示するエラーメッセ
ージ中に、利用者プログラムの異常終了原因となったソ
ース行番号およびデータ名を含ませ、利用者プログラム
の異常終了原因の早期発見を支援するようにしたプログ
ラム異常終了時のエラー情報表示方式を提供することに
ある。
In view of the above points, an object of the present invention is to include the source line number and the data name that cause the abnormal termination of the user program in the error message displayed when the user program abnormally terminates. An object of the present invention is to provide an error information display method at the time of abnormal termination of a program so as to support early detection of the cause of abnormal termination of a user program.

【0007】[0007]

【課題を解決するための手段】本発明のプログラム異常
終了時のエラー情報表示方式は、利用者プログラムの実
行中に異常が発生したときのエラー情報表示方式におい
て、利用者プログラムのソース行番号と実行アドレスと
の対応を示すコードマップと、前記利用者プログラムの
中で定義されているデータ名とプログラム実行時に割り
当てられた記憶域のアドレスとの対応を示すデータマッ
プと、前記利用者プログラムの中で例外が発生したとき
に例外を解析する例外解析手段と、この例外解析手段に
よって例外が前記利用者プログラムの続行ができない異
常終了原因であると解析されたときに例外発生アドレス
および不正データアドレスが格納されるプログラム例外
情報テーブルと、前記利用者プログラムの異常終了処理
時に前記コードマップ,前記データマップおよび前記プ
ログラム例外情報テーブルを参照してソース行番号およ
びデータ名を含むエラー情報を作成して表示するプログ
ラムエラー情報表示手段とを有する。
According to the error information display method at the time of abnormal termination of a program of the present invention, the source line number of the user program and the source line number of the user program are used in the error information display method when an abnormality occurs during execution of the user program. In the user program, a code map showing a correspondence with an execution address, a data map showing a correspondence between a data name defined in the user program and an address of a storage area allocated when the program is executed, When an exception occurs, an exception analysis means for analyzing the exception and an exception generation address and an invalid data address when the exception analysis means analyzes the exception as the cause of abnormal termination in which the user program cannot continue. The program exception information table that is stored and the above-mentioned code exception code when the user program is abnormally terminated. Flop, and a program error information display means for creating and displaying error information including the data map and source line number and the data name by referring to the program exception information table.

【0008】[0008]

【作用】本発明のプログラム異常終了時のエラー情報表
示方式では、コードマップが利用者プログラムのソース
行番号と実行アドレスとの対応を示し、データマップが
利用者プログラムの中で定義されているデータ名とプロ
グラム実行時に割り当てられた記憶域のアドレスとの対
応を示し、例外解析手段が利用者プログラムの中で例外
が発生したときに例外を解析し、プログラム例外情報テ
ーブルが例外解析手段によって例外が利用者プログラム
の続行ができない異常終了原因であると解析されたとき
に例外発生アドレスおよび不正データアドレスが格納さ
れ、プログラムエラー情報表示手段が利用者プログラム
の異常終了処理時にコードマップ,データマップおよび
プログラム例外情報テーブルを参照してソース行番号お
よびデータ名を含むエラー情報を作成して表示する。
In the error information display method at the abnormal termination of the program of the present invention, the code map shows the correspondence between the source line number of the user program and the execution address, and the data map is the data defined in the user program. The correspondence between the name and the address of the storage area allocated when the program is executed, the exception analysis means analyzes the exception when the exception occurs in the user program, and the program exception information table shows the exception by the exception analysis means. An exception occurrence address and an invalid data address are stored when it is analyzed as the cause of abnormal termination that cannot continue the user program, and the program error information display means stores the code map, the data map, and the program during the abnormal termination process of the user program. Refer to the exception information table and include the source line number and data name. Creates and displays the error information.

【0009】[0009]

【実施例】次に、本発明について図面を参照して詳細に
説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described in detail with reference to the drawings.

【0010】図1は、本発明の一実施例に係るプログラ
ム異常終了時のエラー情報表示方式の構成を示すブロッ
ク図である。本実施例のプログラム異常終了時のエラー
情報表示方式は、オペレーティングシステムの一部を構
成しプロセスの管理を行うプロセス管理部1と、プロセ
ス管理部1から呼び出される利用者プログラム2と、利
用者プログラム2に含まれ利用者プログラム2のソース
行番号と実行アドレスとの対応を示すコードマップ3
と、利用者プログラム2に含まれ利用者プログラム2の
中で定義されているデータ名と利用者プログラム2の実
行時に割り当てられた記憶域のアドレスとの対応を示す
データマップ4と、利用者プログラム2の中で例外が発
生したときに呼び出され例外を解析する例外解析手段5
と、例外解析手段5によって作成されるプログラム例外
情報テーブル6と、プロセス管理部1によって利用者プ
ログラム2の異常終了処理時に呼び出されるプログラム
エラー情報表示手段7と、プログラムエラー情報表示手
段7により出力されたエラー情報を表示するエラー情報
表示装置8とから構成されている。
FIG. 1 is a block diagram showing the configuration of an error information display system when a program ends abnormally according to an embodiment of the present invention. The error information display method upon abnormal termination of a program according to the present embodiment includes a process management unit 1 that constitutes a part of the operating system and manages processes, a user program 2 called from the process management unit 1, and a user program. Code map 3 included in 2 and showing the correspondence between the source line number of the user program 2 and the execution address
And a data map 4 showing a correspondence between a data name included in the user program 2 and defined in the user program 2 and an address of a storage area allocated when the user program 2 is executed, and a user program Exception analysis means 5 that is called when an exception occurs in 2 and analyzes the exception
And a program exception information table 6 created by the exception analysis unit 5, a program error information display unit 7 called by the process management unit 1 at the time of abnormal termination of the user program 2, and a program error information display unit 7 The error information display device 8 displays the error information.

【0011】図2を参照すると、コードマップ3は、ア
ドレス(セグメント番号およびセグメント内相対変
位),ソース行番号およびプログラム単位名からなる複
数のエントリで構成されている。
Referring to FIG. 2, the code map 3 is composed of a plurality of entries including an address (segment number and relative displacement within a segment), a source line number and a program unit name.

【0012】同じく、図2を参照すると、データマップ
4は、アドレス(セグメント番号およびセグメント内相
対変位),データ名およびデータ属性(長さおよび型)
からなる複数のエントリで構成されている。
Similarly, referring to FIG. 2, the data map 4 has an address (segment number and relative displacement within a segment), a data name and a data attribute (length and type).
It consists of multiple entries consisting of.

【0013】同じく、図2を参照すると、プログラム例
外情報テーブル6は、例外発生アドレス,例外の種類お
よび不正データアドレスを格納する。
Similarly, referring to FIG. 2, the program exception information table 6 stores an exception occurrence address, an exception type, and an invalid data address.

【0014】同じく、図2を参照すると、エラー情報表
示装置8は、例外の種類,プログラム単位名,ソース行
番号,データ名およびその内容を含むエラーメッセージ
を表示する。
Similarly, referring to FIG. 2, the error information display device 8 displays an error message including the type of exception, program unit name, source line number, data name and its contents.

【0015】次に、このように構成された本実施例のプ
ログラム異常終了時のエラー情報表示方式の動作につい
て説明する。
Next, the operation of the error information display system at the time of abnormal termination of the program according to the present embodiment thus constructed will be described.

【0016】まず、オペレーティングシステムの一部を
構成しているプロセス管理部1から実行可能形式の利用
者プログラム2が呼び出される。
First, the user program 2 in an executable format is called from the process management section 1 which constitutes a part of the operating system.

【0017】利用者プログラム2の実行中に、利用者プ
ログラム2の不正動作により例外が発生した場合、オペ
レーティングシステムは、例外解析手段5に制御を渡
す。
When an exception occurs due to an illegal operation of the user program 2 during execution of the user program 2, the operating system transfers control to the exception analysis means 5.

【0018】例外解析手段5は、利用者プログラム2の
例外を解析するとともに、利用者プログラム2の続行が
できない異常終了原因の場合には、プログラム例外情報
テーブル6にその異常終了原因となった命令の実行アド
レス(例外発生アドレス)およびその例外の種類を書き
出し、さらにデータ名の内容が不正なために例外が発生
した場合には、そのデータ名の記憶域上のアドレス(不
正データアドレス)を書き出し、制御をプロセス管理部
1に戻す。
The exception analysis means 5 analyzes the exception of the user program 2 and, if the cause of the abnormal termination is that the user program 2 cannot be continued, the instruction that caused the abnormal termination is stored in the program exception information table 6. Execution address (exception occurrence address) and the type of the exception. If an exception occurs because the content of the data name is incorrect, the address in the storage area of the data name (incorrect data address) is written out. , Control is returned to the process management unit 1.

【0019】プロセス管理部1は、利用者プログラム2
が異常終了した場合、利用者プログラム2の異常終了処
理時にプログラムエラー情報表示手段7を呼び出す。
The process management section 1 uses the user program 2
Is abnormally terminated, the program error information display means 7 is called during the abnormal termination processing of the user program 2.

【0020】プログラムエラー情報表示手段7は、プロ
グラム例外情報テーブル6から例外発生アドレスを取り
出し、例外発生アドレスでコードマップ3を検索して利
用者プログラム2の異常終了原因となったソース行番号
およびプログラム単位名を取り出す。さらに、プログラ
ムエラー情報表示手段7は、プログラム例外情報テーブ
ル6の例外の種類を見てデータ名の内容が不正なために
発生した例外であれば、プログラム例外情報テーブル6
から不正データアドレスを取り出し、不正データアドレ
スでデータマップ4を検索してデータ名およびデータ属
性を取り出す。次に、プログラムエラー情報表示手段7
は、例外の種類,プログラム単位名,ソース行番号,デ
ータ名およびその内容(値およびデータ属性)を含むエ
ラー情報を作成してエラー情報表示装置8に出力する。
The program error information display means 7 retrieves the exception occurrence address from the program exception information table 6, searches the code map 3 with the exception occurrence address, and searches for the source line number and the program that caused the abnormal termination of the user program 2. Get the unit name. Further, the program error information display means 7 looks at the type of the exception in the program exception information table 6 and, if the exception occurs because the content of the data name is incorrect, the program exception information table 6
The illegal data address is taken out from, the data map 4 is searched by the illegal data address, and the data name and the data attribute are taken out. Next, the program error information display means 7
Creates error information including the type of exception, program unit name, source line number, data name and its contents (value and data attribute) and outputs it to the error information display device 8.

【0021】次に、本実施例のプログラム異常終了時の
エラー情報表示方式の動作を、図2に示す具体例をもと
により詳しく説明する。
Next, the operation of the error information display system at the time of abnormal program termination of this embodiment will be described in detail with reference to the specific example shown in FIG.

【0022】いま、利用者プログラム2“AP01”の
ソース行番号36行目のMOVE命令において、データ
名“A”の内容が10進数として不正な場合、プログラ
ム例外が発生し、オペレーティングシステムは例外解析
手段5に制御を渡す。
In the MOVE instruction at the source line number 36 of the user program 2 "AP01", if the content of the data name "A" is invalid as a decimal number, a program exception occurs and the operating system analyzes the exception. Pass control to means 5.

【0023】例外解析手段5は、プログラム例外が発生
した機械語命令を解析し、利用者プログラム2“AP0
1”の続行ができない不正10進例外であるので、プロ
グラム例外情報テーブル6に例外発生アドレス“8.
5.254”と、例外の種類“不正10進例外”と、例
外原因となった不正データアドレス“8.23.12
0”とを書き込む。
The exception analysis means 5 analyzes the machine language instruction in which the program exception occurred, and the user program 2 "AP0
1 ”is an illegal decimal exception that cannot be continued, so the exception occurrence address“ 8.
5.254 ", the type of exception" illegal decimal exception ", and the illegal data address" 8.23.12. "
Write 0 ".

【0024】プロセス管理部1は、利用者プログラム2
が異常終了すると、利用者プログラム2の異常終了処理
時にプログラムエラー情報表示手段7を呼び出す。
The process management unit 1 uses the user program 2
Is abnormally terminated, the program error information display means 7 is called during the abnormal termination processing of the user program 2.

【0025】プログラムエラー情報表示手段7は、プロ
グラム例外情報テーブル6から例外発生アドレス“8.
5.254”を取り出し、例外発生アドレス“8.5.
254”でコードマップ3を検索してプログラム単位名
“AP01”およびソース行番号“0036”を取り出
す。次に、プログラムエラー情報表示手段7は、プログ
ラム例外情報テーブル6の例外の種類を見て“不正10
進例外”であるので、プログラム例外情報テーブル6の
不正データアドレス“8.23.120”を取り出し、
不正データアドレス“8.23.120”でデータマッ
プ4を検索してデータ名“A”ならびにデータ属性であ
る長さ“6”および型“UNPAC”を取り出す。続い
て、プログラムエラー情報表示手段7は、エラーメッセ
ージ“SE020”のテキスト中に、例外の種類“不正
10進例外”と、異常終了原因となったプログラム単位
名“AP01”と、ソース行番号“36”と、データ名
“A”ならびにその内容である値“001A23”およ
び型“UNPAC”とを埋め込み、エラー情報表示装置
8に出力する。
The program error information display means 7 uses the exception address "8.
5.254 "is taken out and the exception occurrence address" 8.5.
Then, the code map 3 is searched with "254" to retrieve the program unit name "AP01" and the source line number "0036". Next, the program error information display means 7 looks at the exception type in the program exception information table 6 Cheating 10
Since it is a "base exception", the illegal data address "8.23.120" of the program exception information table 6 is taken out,
The data map 4 is searched for the illegal data address “8.23.120”, and the data name “A” and the data attribute length “6” and type “UNPAC” are retrieved. Then, the program error information display means 7 includes in the text of the error message "SE020" the type of exception "illegal decimal exception", the program unit name "AP01" that caused the abnormal termination, and the source line number " 36 ", the data name" A ", the value" 001A23 "and the type" UNPAC ", which are the contents, are embedded and output to the error information display device 8.

【0026】なお、上記実施例では、エラー情報に例外
の種類,プログラム単位名,ソース行番号,データ名お
よびその内容を含めるようにしたが、エラー情報には少
なくともソース行番号およびデータ名を含めることによ
って本発明の目的を達成することができる。
In the above embodiment, the error information includes the exception type, the program unit name, the source line number, the data name and its contents, but the error information includes at least the source line number and the data name. Thus, the object of the present invention can be achieved.

【0027】[0027]

【発明の効果】以上説明したように本発明は、コードマ
ップ,データマップ,例外解析手段,プログラム例外情
報テーブルおよびプログラムエラー情報表示手段を設
け、利用者プログラムの異常終了原因となったソース行
番号およびデータ名を含むエラー情報を自動的に作成し
て表示するようにしたことにより、利用者はエラーメッ
セージを見るだけで利用者プログラムの異常終了原因の
究明を容易に行うことができ、プログラムのデバッグに
伴う時間および労力を軽減することができるという効果
がある。
As described above, the present invention is provided with the code map, the data map, the exception analysis means, the program exception information table and the program error information display means, and the source line number that causes the abnormal termination of the user program. By automatically creating and displaying the error information including the data name and the data name, the user can easily find the cause of the abnormal termination of the user program just by looking at the error message. There is an effect that the time and labor required for debugging can be reduced.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例に係るプログラム異常終了時
のエラー情報表示方式の構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of an error information display system when a program ends abnormally according to an embodiment of the present invention.

【図2】本実施例のプログラム異常終了時のエラー情報
表示方式の動作を具体的に説明する図である。
FIG. 2 is a diagram for specifically explaining the operation of the error information display method when a program ends abnormally in the present embodiment.

【符号の説明】[Explanation of symbols]

1 プロセス管理部 2 利用者プログラム 3 コードマップ 4 データマップ 5 例外解析手段 6 プログラム例外情報テーブル 7 プログラムエラー情報表示手段 8 エラー情報表示装置 DESCRIPTION OF SYMBOLS 1 Process management section 2 User program 3 Code map 4 Data map 5 Exception analysis means 6 Program exception information table 7 Program error information display means 8 Error information display device

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 利用者プログラムの実行中に異常が発生
したときのエラー情報表示方式において、 利用者プログラムのソース行番号と実行アドレスとの対
応を示すコードマップと、 前記利用者プログラムの中で定義されているデータ名と
プログラム実行時に割り当てられた記憶域のアドレスと
の対応を示すデータマップと、 前記利用者プログラムの中で例外が発生したときに例外
を解析する例外解析手段と、 この例外解析手段によって例外が前記利用者プログラム
の続行ができない異常終了原因であると解析されたとき
に例外発生アドレスおよび不正データアドレスが格納さ
れるプログラム例外情報テーブルと、 前記利用者プログラムの異常終了処理時に前記コードマ
ップ,前記データマップおよび前記プログラム例外情報
テーブルを参照してソース行番号およびデータ名を含む
エラー情報を作成して表示するプログラムエラー情報表
示手段とを有することを特徴とするプログラム異常終了
時のエラー情報表示方式。
1. A code map showing correspondence between a source line number of a user program and an execution address in an error information display method when an abnormality occurs during execution of the user program, and in the user program, A data map showing the correspondence between the defined data name and the address of the storage area allocated during program execution, exception analysis means for analyzing the exception when an exception occurs in the user program, and this exception A program exception information table in which an exception occurrence address and an invalid data address are stored when an exception is analyzed as an abnormal termination cause by which the user program cannot continue, and an abnormal termination process of the user program Refer to the code map, the data map and the program exception information table Program terminates abnormally error information display system and having a program error information display means for creating and displaying error information including the source line number and data name Te.
JP4162224A 1992-05-28 1992-05-28 Error information display system for abnormal end of program Pending JPH05334135A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4162224A JPH05334135A (en) 1992-05-28 1992-05-28 Error information display system for abnormal end of program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4162224A JPH05334135A (en) 1992-05-28 1992-05-28 Error information display system for abnormal end of program

Publications (1)

Publication Number Publication Date
JPH05334135A true JPH05334135A (en) 1993-12-17

Family

ID=15750334

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4162224A Pending JPH05334135A (en) 1992-05-28 1992-05-28 Error information display system for abnormal end of program

Country Status (1)

Country Link
JP (1) JPH05334135A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6484959B1 (en) 2001-06-22 2002-11-26 Derik Grammenz Dental tubing and cable retraction apparatus
JP2004524596A (en) * 2000-09-08 2004-08-12 ネットワーク・アプライアンス・インコーポレイテッド Panic message analyzer

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004524596A (en) * 2000-09-08 2004-08-12 ネットワーク・アプライアンス・インコーポレイテッド Panic message analyzer
US6484959B1 (en) 2001-06-22 2002-11-26 Derik Grammenz Dental tubing and cable retraction apparatus

Similar Documents

Publication Publication Date Title
US6003143A (en) Tool and method for diagnosing and correcting errors in a computer program
EP0785510B1 (en) Program debugging system for debugging a program having a graphical user interface
US6077312A (en) Apparatus, program product and method of debugging utilizing a context sensitive breakpoint
US20030217354A1 (en) Scope-based breakpoint selection and operation
US7086033B2 (en) Software debugger having a monitor for monitoring conditional statements within a software program
JPH05334135A (en) Error information display system for abnormal end of program
JP2570593B2 (en) Debug device
JP3058050B2 (en) Source program modification support device
JPH0926897A (en) Program analyzer and program analyzing method
JP2001202272A (en) Debugging method, debugging device using this method and recording medium with debugging method recorded thereon
JP3011115B2 (en) Debug system
JPH0244269A (en) System for analyzing trouble of lsi
JP2853667B2 (en) Program trace device with hardware function guide
JP2002318712A (en) Program running history analyzing method
JPH11191072A (en) Debug break processing method and debug processor
JPS6292034A (en) Program debugging device
JP2000122896A (en) Method for supporting debug
JPH0581388A (en) Graphic information display function insepcting system
JPH05197538A (en) Exception generation line number display system of precompiler system
JPH06222950A (en) Exception cause message output device
JPH06250876A (en) Interactive debugging supporting system
JPS6292033A (en) Program debugging device
JPH04236635A (en) Identification name retrieval processing system
JP2001067245A (en) Simulation method and simulation device
JPH06214828A (en) Interactive debug controller