JPH07295857A - Program debug method - Google Patents

Program debug method

Info

Publication number
JPH07295857A
JPH07295857A JP6081833A JP8183394A JPH07295857A JP H07295857 A JPH07295857 A JP H07295857A JP 6081833 A JP6081833 A JP 6081833A JP 8183394 A JP8183394 A JP 8183394A JP H07295857 A JPH07295857 A JP H07295857A
Authority
JP
Japan
Prior art keywords
program
history
function
counter
storage
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.)
Withdrawn
Application number
JP6081833A
Other languages
Japanese (ja)
Inventor
Emiko Kimura
江美子 木村
Yoko Endo
洋子 遠藤
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP6081833A priority Critical patent/JPH07295857A/en
Publication of JPH07295857A publication Critical patent/JPH07295857A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To provide a debug method which can effectively perform the debug jobs. CONSTITUTION:A history storage instruction is set to the function which constructs a program to be debugged in order to store the function and the parameter inputted to the function in a history information area (STEP 1). Then the program is run and a storage history number is given to the function including the parameter and stored in the history information area (STEP 2). If the abnormality occurs during the run of the program to be debugged, the run of this program is stopped and the count value of a storage history number counter is confirmed (STEP 3). The number obtained by subtracting the prescribed value from the count value of the counter is set at a break counter (STEP 4). Then the program is run again and then stopped when the storage history number is coincident with the value set at the break counter (STEP 5).

Description

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

【0001】[0001]

【産業上の利用分野】本発明はプログラムのデバッグ方
法に関する。近年、各種装置は処理装置を搭載し、複雑
で且つ高度な機能をソフトウェアにより実現させるよう
になってきている。このような各種装置が実際の運用状
態にはいった後に、プログラムのバグが発生した場合に
は、装置の運用停止等、その影響が大きくなる。したが
って、プログラムの開発直後のデバッグにて可能な限り
のバグを取り除くことが必要であり、このようなデバッ
グを効率良く行うことのできるデバッグ方法が要求され
ている。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program debugging method. In recent years, various devices have been equipped with a processing device, and complicated and advanced functions have been realized by software. If a program bug occurs after such various devices enter the actual operating state, the influence of the device operation stop or the like becomes large. Therefore, it is necessary to remove as many bugs as possible by debugging immediately after the program is developed, and a debugging method capable of efficiently performing such debugging is required.

【0002】[0002]

【従来の技術】図6は従来例の走行履歴の収集を説明す
る図を示す。図は履歴情報として記憶装置の履歴情報エ
リアに格納されたプログラムの例であり、プログラムを
構成する関数(Function、図中Funcとして示す)の
うち、実行されたすべての関数を実行された順に記録し
たものである。
2. Description of the Related Art FIG. 6 is a diagram for explaining the collection of traveling history in a conventional example. The figure is an example of a program stored as history information in the history information area of the storage device, and among the functions (Function, shown as Func in the figure) that make up the program, all executed functions are recorded in the order in which they were executed. It was done.

【0003】その他のプログラムの走行履歴の収集方法
としては、JUMP履歴のみを取り出して格納すること
も行われている。
As a method of collecting the travel history of other programs, it is also practiced to extract and store only the JUMP history.

【0004】[0004]

【発明が解決しようとする課題】プログラムは複数の関
数から構成され、入力されたパラメータを基に、指定の
処理を実行する。したがって、プログラムの動作異常の
原因を解析する場合、実行したすべての関数を対象とし
て解析するが、従来例での履歴情報には、それぞれの関
数に対して入力されたパラメータが記録されていないの
で、各関数がどのような動作を行ったかが不明であり、
異常が発生した原因の解析に時間がかかり効率が良くな
い。
A program is composed of a plurality of functions, and executes designated processing based on input parameters. Therefore, when analyzing the cause of the program operation abnormality, all the executed functions are analyzed, but since the history information in the conventional example does not record the parameters input for each function. , It is unknown what each function did,
It takes time to analyze the cause of the abnormality, which is not efficient.

【0005】また、JUMP履歴のみを対象として履歴
情報を収集した場合には、プログラムの走行ルートは解
析できるが、パラメータがないので、それぞれの関数が
どのような動作を行ったかの情報が不足し解析が困難で
ある。
Further, when the history information is collected only for the JUMP history, the traveling route of the program can be analyzed, but since there is no parameter, there is insufficient information about what operation each function has performed, and the analysis is performed. Is difficult.

【0006】さらに、異常の再現試験を行う場合には、
異常を検出した関数の、いくつか前の関数でプログラム
の実行を停止させ、そのときに入力されたパラメータ等
を含め、詳細に解析することが必要である。そのため
に、異常が発生し停止した関数の指定の数「n」だけ前
に実行された関数でプログラムを停止させるためには、
プログラムの実行ルートを解析した後、異常を検出した
関数の「n」個前の関数を求め、そこにブレークポイン
トを設定することが必要である。
Further, when performing a reproduction test of abnormality,
It is necessary to stop the execution of the program in a function that is several steps before the function in which the abnormality was detected, and to analyze it in detail, including the parameters input at that time. Therefore, in order to stop the program by the function executed before the specified number “n” of functions that have stopped due to an abnormality,
After analyzing the execution route of the program, it is necessary to find a function "n" before the function in which the abnormality is detected and set a breakpoint there.

【0007】本発明はプログラムのデバッグを効率的に
行うことのできるデバッグ方法を実現しようとする。
The present invention seeks to realize a debugging method capable of efficiently debugging a program.

【0008】[0008]

【課題を解決するための手段】図1は本発明の原理を説
明する図である。図はプログラムデバッグ方法を示し、
STEP1ではデバッグ対象のプログラムを構成する関
数に、関数およびその関数に入力されたパラメータを記
憶装置の履歴情報エリアに格納する履歴格納命令をセッ
トし、STEP2ではデバッグ対象のプログラムを走行
させ、入力パラメータ付の関数に格納履歴番号を付与し
て、履歴情報エリアに蓄積し、STEP3ではデバッグ
対象のプログラムの走行中に異常が発生したとき、該プ
ログラムの走行を停止させ、格納履歴番号カウンタのカ
ウント数を確認する。
FIG. 1 is a diagram for explaining the principle of the present invention. The figure shows the program debugging method,
In STEP 1, a function that constitutes the program to be debugged is set with a history storage instruction that stores the function and the parameters input to the function in the history information area of the storage device. In STEP 2, the program to be debugged is run and the input parameters are set. The stored history number is given to the attached function and stored in the history information area. In STEP 3, when an abnormality occurs during the running of the program to be debugged, the running of the program is stopped and the count number of the stored history number counter is increased. To confirm.

【0009】そして、STEP4では格納履歴番号カウ
ンタのカウント値から所定のカウント値を減じた数をブ
レークカウンタに設定し、STEP5でデバッグ対象の
プログラムを再度走行させ、格納履歴番号がブレークカ
ウンタに設定した値と一致したとき、該プログラムの走
行を停止させることにより、異常が発生した関数の前の
任意の関数でプログラムの走行を停止させ、プログラム
の解析を行うことができる。
Then, in STEP 4, the number obtained by subtracting a predetermined count value from the count value of the storage history number counter is set in the break counter, and in STEP 5, the program to be debugged is run again, and the storage history number is set in the break counter. By stopping the running of the program when the values match, the running of the program can be stopped by an arbitrary function before the function in which the abnormality has occurred, and the program can be analyzed.

【0010】[0010]

【作用】図2は本発明の作用を説明する図である。
(A)はデバッグ対象のプログラムを構成する複数の関
数に、関数とその関数に入力されたパラメータ(図中*
で示す)を履歴情報エリアに格納する履歴格納命令(図
中履歴格納命令をSet Call−historyと
して示す)を設定した状態を示す。
FIG. 2 is a diagram for explaining the operation of the present invention.
(A) shows a function and parameters input to the function (* in the figure) for multiple functions that make up the program to be debugged.
Is stored in the history information area (a history storage instruction in the figure is shown as Set Call-history) is set.

【0011】(B)はプログラムのデバッグを行う装置
の記憶装置のランダムアクセスメモリ(以下RAMと称
する)のエリアを示し、RAMエリアにはデバッグ対象
のプログラムが格納されるプログラムエリア21と、プ
ログラムの走行履歴を格納する履歴情報エリア22を設
けている。
FIG. 1B shows an area of a random access memory (hereinafter referred to as a RAM) of a storage device of a device for debugging a program. The RAM area includes a program area 21 in which a program to be debugged is stored and a program area. A history information area 22 for storing traveling history is provided.

【0012】履歴情報エリア22には、デバッグ対象の
プログラムの関数が実行されるごとに、その関数とその
関数に入力されたパラメータを含めて履歴情報エリア2
2に格納するとともに、格納履歴番号カウンタ(図中格
納履歴番号カウンタのカウント値をCall−Noと示
す)を「+1」カウントし、その番号を書き込んでい
く。異常が発生したときは、プログラムの走行を停止す
るとともに、そのとき格納履歴番号カウンタの値を格納
履歴最大カウンタに設定する。
Each time the function of the program to be debugged is executed, the history information area 22 includes the history information area 2 including the function and the parameters input to the function.
While storing the data in No. 2, the storage history number counter (the count value of the storage history number counter in the figure is shown as Call-No) is counted by "+1", and the number is written. When an abnormality occurs, the running of the program is stopped and the value of the storage history number counter is set in the storage history maximum counter at that time.

【0013】プログラムの異常の解析を行うとき、格納
履歴最大カウンタの値から所定の値を減じた値をブレー
クカウンタに設定した後、二回目のプログラムの走行を
行う。このとき、ブレークカウンタと格納履歴番号カウ
ンタとを比較し、一致したときプログラムの走行を停止
させるので、任意の関数までの、プログラムの走行ルー
トおよびパラメータを容易に参照することが可能とな
り、デバッグの効率を高めることができる。
When a program abnormality is analyzed, a value obtained by subtracting a predetermined value from the value of the storage history maximum counter is set in the break counter, and then the program is run for the second time. At this time, the break counter and the stored history number counter are compared, and the program running is stopped when they match, so it is possible to easily refer to the program running route and parameters up to an arbitrary function, and to debug. The efficiency can be increased.

【0014】[0014]

【実施例】図3は本発明の実施例のデバッグシステムを
説明するブロック図である。図中の10はプログラムの
デバッグを行う処理装置、20はデバッグプログラムを
書き込んであるプログラムエリア21と履歴情報エリア
22を有する記憶装置、31は格納履歴番号カウンタ、
32は格納履歴最大カウンタ、40はブレークカウン
タ、50はキーボード、60はディスプレイ、70は各
種データを蓄積しておくディスク装置である。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 3 is a block diagram illustrating a debug system according to an embodiment of the present invention. In the figure, 10 is a processing device for debugging a program, 20 is a storage device having a program area 21 in which a debug program is written and a history information area 22, 31 is a storage history number counter,
32 is a maximum storage history counter, 40 is a break counter, 50 is a keyboard, 60 is a display, and 70 is a disk device for storing various data.

【0015】図において、デバッグ対象のプログラムは
プログラムエリア21に書き込まれている。履歴情報エ
リア22は図2で説明した構成としている。ここで、キ
ーボード50は、処理装置10に対して、デバッグを行
うためのコマンドの投入を行うものであり、格納履歴番
号カウンタ31は関数を実行するごとに、「+1」カウ
ントしていくカウンタであり、格納履歴最大カウンタ3
2は異常が発生したときの格納履歴番号カウンタ31の
カウント値を格納しておくカウンタであり、ブレークカ
ウンタ40は、プログラムの解析を行うためにプログラ
ムを停止させる停止位置を指定するカウンタであり、デ
ィスプレイ60は、そのときの状態を表示するディスプ
レイである。
In the figure, the program to be debugged is written in the program area 21. The history information area 22 has the configuration described in FIG. Here, the keyboard 50 is for inputting a command for debugging to the processing device 10, and the storage history number counter 31 is a counter for counting "+1" each time the function is executed. Yes, maximum storage history counter 3
2 is a counter that stores the count value of the storage history number counter 31 when an abnormality occurs, and the break counter 40 is a counter that specifies a stop position at which the program is stopped in order to analyze the program. The display 60 is a display that displays the state at that time.

【0016】図4は本発明の実行の履歴格納命令のフロ
ーチャートである。以下フローチャートのSTEPにし
たがって機能を説明する。 関数およびパラメータで指定される動作を実行する
とともに、履歴格納命令がコールされ関数名およびパラ
メータの履歴情報を履歴情報エリア22に格納する。
FIG. 4 is a flow chart of the execution history storage instruction of the present invention. The function will be described below in accordance with STEP of the flowchart. The operation specified by the function and the parameter is executed, and the history storing instruction is called to store the history information of the function name and the parameter in the history information area 22.

【0017】 格納履歴番号カウンタ31(図中格納
履歴カウンタ31のカウント値をCall−Noと示
す)を「+1」カウントする。 ブレークカウンタ40に停止位置の指定があるか否
かを判定する。
The storage history number counter 31 (the count value of the storage history counter 31 in the figure is shown as Call-No) is counted by "+1". It is determined whether or not the break counter 40 has a stop position specified.

【0018】 ブレークカウンタ40に停止位置の指
定がない場合は、First−Runであり、関数を実
行した結果が正常か否かを判定し、正常の場合には終了
として、次の関数の実行を待つ。
If the stop position is not specified in the break counter 40, it is First-Run, and it is determined whether or not the result of executing the function is normal. If normal, the next function is executed and the next function is executed. wait.

【0019】 で関数を実行した結果が否の場合に
は、格納履歴最大カウンタ32にそのときの格納履歴番
号カウンタ31の値を格納する。 プログラムの走行を停止する。
If the result of executing the function is negative, the value of the storage history number counter 31 at that time is stored in the maximum storage history counter 32. Stop running the program.

【0020】 でブレークカウンタ40に停止位置
の指定がある場合には、Second−Runであり、
格納履歴番号カウンタ31の値とブレークカウンタ40
の値が一致したか否かを判定し、一致した場合には、指
定の停止位置までプログラムが進んだので、へ進みプ
ログラムの走行を停止する。格納履歴番号カウンタ31
の値とブレークカウンタ40の値が一致しない場合は、
に進み、関数の実行結果が正常の場合には終了とし
て、次の関数の実行を待つ。
If there is a designation of the stop position in the break counter 40, it is Second-Run,
Value of stored history number counter 31 and break counter 40
It is determined whether or not the values match with each other, and if they match, the program has advanced to the designated stop position, and the process advances to step 1 to stop the program running. Storage history number counter 31
If the value of and the value of break counter 40 do not match,
If the execution result of the function is normal, the process ends and the execution of the next function is waited for.

【0021】上述の履歴格納命令の機能により、Fir
st−Runでは履歴情報エリア22にパラメータを含
んだ関数を格納してゆき、Second−Runでは、
異常が発生した指定の数だけ前の関数でプログラムの走
行を停止させ、異常発生の原因を解析する。
By the function of the history storage instruction described above, the FIR
In st-Run, a function including parameters is stored in the history information area 22, and in Second-Run,
Stop the program running by the specified number of previous functions where an error occurred and analyze the cause of the error.

【0022】ここで、ブレークカウンタ40の設定は、
格納履歴最大カウンタ32のカウント値から指定の値
「n」を減算した形で設定するが、「n」が指定されな
い場合には、デフォルトとして、異常発生関数の指定の
数(例えば、「3」または「4」等、任意の数に設定可
能である)だけ前の関数でプログラムの実行を停止させ
ることができる。
Here, the setting of the break counter 40 is
The value is set by subtracting the specified value "n" from the count value of the storage history maximum counter 32. However, if "n" is not specified, the default is the specified number of abnormal function (for example, "3"). Alternatively, it is possible to set an arbitrary number such as "4"), and execution of the program can be stopped by the previous function.

【0023】図5は本発明の実施例の走行履歴を説明す
る図である。図は格納履歴カウンタ31のカウント値が
「54」で異常が発生し、その関数の2つ前の関数で、
プログラムの走行を停止し、履歴情報を収集する実施例
である。
FIG. 5 is a diagram for explaining the traveling history of the embodiment of the present invention. In the figure, the stored history counter 31 has a count value of "54" and an abnormality has occurred.
This is an example of stopping the running of the program and collecting history information.

【0024】(A)はFirst−Runでの履歴情報
エリア22に格納された履歴情報を示し、履歴格納命令
が実行されるごとに、関数およびその関数に入力された
パラメータが履歴情報エリア22に格納されて、格納履
歴番号カウンタ31のカウント値が更新されていく。
(A) shows the history information stored in the history information area 22 in the First-Run. The function and the parameters input to the function are stored in the history information area 22 every time the history storage command is executed. After being stored, the count value of the storage history number counter 31 is updated.

【0025】ここでは、54番目の関数で異常が発生し
た例であり、この時点でプログラムの走行を停止させ、
First−Runにおける履歴情報の収集が終了し、
格納履歴番号カウンタ31のカウント値「54」を格納
履歴最大カウンタ32に格納する。
Here is an example in which an abnormality occurs in the 54th function. At this point, the running of the program is stopped,
Collection of history information in First-Run is completed,
The count value “54” of the storage history number counter 31 is stored in the maximum storage history counter 32.

【0026】(B)はSecond−Runでの履歴情
報エリア22に格納された履歴情報を示す。ここでは、
停止位置指定数n=2を指定した例であり、ブレークカ
ウンタ40には「54−2」=「52」が設定されてい
る。
(B) shows history information stored in the history information area 22 in Second-Run. here,
This is an example in which the stop position designation number n = 2 is designated, and “54-2” = “52” is set in the break counter 40.

【0027】ここで、プログラムを走行させると、Fi
rst−Runと同じく、履歴格納命令が実行されるご
とに、関数およびその関数に入力されたパラメータが履
歴情報エリア22に格納されて、格納履歴番号カウンタ
31のカウント値が「+1」ずつ更新されていく。この
とき、ブレークカウンタ40には「52」が設定されて
いるので、Second−Runはブレークカウンタ4
0が「52」となったところで停止する。
When the program is run, Fi
As with rst-Run, each time a history storage instruction is executed, the function and the parameters input to the function are stored in the history information area 22, and the count value of the storage history number counter 31 is updated by "+1". To go. At this time, since "52" is set in the break counter 40, the Second-Run is set to the break counter 4
It stops when 0 becomes "52".

【0028】このようにして、履歴情報エリア22に格
納された走行履歴を、例えば、ディスプレイ60に表示
することにより、異常発生の原因を効率的に解析するこ
とができる。
In this way, by displaying the travel history stored in the history information area 22 on the display 60, for example, the cause of the abnormality can be efficiently analyzed.

【0029】[0029]

【発明の効果】本発明によれば、プログラムのデバッグ
を行うとき、異常発生以前のプログラムの走行ルート、
各関数への入力パラメータの内容と、異常が発生した関
数の実行以前の任意の関数でプログラムの実行を停止す
ることができ、異常が発生した関数までの詳細な動作を
確認していくことができ、プログラムデバッグの効率を
高めることができる。
According to the present invention, when the program is debugged, the running route of the program before the occurrence of the abnormality,
The contents of the input parameters to each function and the execution of the program can be stopped in any function before the execution of the function in which the error occurred, and the detailed operation up to the function in which the error occurred can be checked. Therefore, the efficiency of program debugging can be improved.

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

【図1】 本発明の原理を説明する図FIG. 1 is a diagram illustrating the principle of the present invention.

【図2】 本発明の作用を説明する図FIG. 2 is a diagram for explaining the operation of the present invention.

【図3】 本発明の実施例のデバッグシステムを説明す
るブロック図
FIG. 3 is a block diagram illustrating a debug system according to an embodiment of the present invention.

【図4】 本発明の実施例の履歴格納命令のフローチャ
ート
FIG. 4 is a flowchart of a history storage command according to the embodiment of this invention.

【図5】 本発明の実施例の走行履歴を説明する図FIG. 5 is a diagram illustrating a travel history according to the embodiment of this invention.

【図6】 従来例の走行履歴の収集を説明する図FIG. 6 is a diagram illustrating collection of traveling history in a conventional example.

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

10 処理装置 20 記憶装置 21 プログラムエリア 22 履歴情報エリア 31 格納履歴番号カウンタ 32 格納履歴最大カウンタ 40 ブレークカウンタ 50 キーボード 60 ディスプレイ 70 ディスク装置 10 Processor 20 Storage Device 21 Program Area 22 History Information Area 31 Storage History Number Counter 32 Storage History Maximum Counter 40 Break Counter 50 Keyboard 60 Display 70 Disk Device

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 プログラムのデバッグを行う方法であっ
て、 デバッグ対象のプログラムを構成する関数に、関数およ
び該関数に入力されたパラメータを記憶装置の履歴情報
エリアに格納する履歴格納命令をセットし(STEP
1)、 デバッグ対象の前記プログラムを走行させ、入力パラメ
ータ付の関数に格納履歴番号を付与して、履歴情報エリ
アに格納し(STEP2)、 デバッグ対象のプログラムの走行中に異常が発生したと
き、該プログラムの走行を停止させ、格納履歴番号カウ
ンタのカウント数を確認し(STEP3)、 前記格納履歴番号カウンタのカウント値から所定の値を
減じた数をブレークカウンタに設定し(STEP4)、 デバッグ対象のプログラムを再度走行させ、格納履歴番
号が前記ブレークカウンタに設定した値と一致したと
き、該プログラムの走行を停止させる(STEP5)こ
とを特徴とするプログラムデバッグ方法。
1. A method for debugging a program, wherein a history storing instruction for storing a function and a parameter input to the function in a history information area of a storage device is set in a function constituting a program to be debugged. (STEP
1), the program to be debugged is run, a storage history number is given to a function with an input parameter and stored in the history information area (STEP 2), and when an error occurs during running of the program to be debugged, The running of the program is stopped, the count number of the storage history number counter is confirmed (STEP 3), the number obtained by subtracting a predetermined value from the count value of the storage history number counter is set to the break counter (STEP 4), and the debug target 2. The program debugging method, wherein the program is run again, and when the stored history number matches the value set in the break counter, the running of the program is stopped (STEP 5).
JP6081833A 1994-04-20 1994-04-20 Program debug method Withdrawn JPH07295857A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6081833A JPH07295857A (en) 1994-04-20 1994-04-20 Program debug method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6081833A JPH07295857A (en) 1994-04-20 1994-04-20 Program debug method

Publications (1)

Publication Number Publication Date
JPH07295857A true JPH07295857A (en) 1995-11-10

Family

ID=13757482

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6081833A Withdrawn JPH07295857A (en) 1994-04-20 1994-04-20 Program debug method

Country Status (1)

Country Link
JP (1) JPH07295857A (en)

Similar Documents

Publication Publication Date Title
US6658649B1 (en) Method, apparatus and article of manufacture for debugging a user defined region of code
JP2749528B2 (en) Tracer system for error analysis
US6598181B1 (en) Method and system for debugging multiple function calls
JPH07295857A (en) Program debug method
JP3645452B2 (en) Program debugging apparatus and recording medium recording program
JPH0341528A (en) Diagnostic device in computer
JPH05324402A (en) Test state measuring system for program
JP2936170B2 (en) Failure handling method
JPH06195242A (en) Comfirmation method for travel step of program
JPH0410139A (en) Dynamic bug detecting system using knowledge base
JP2500385B2 (en) Input data management method
CN116594750A (en) Function call collection method, device, equipment, storage medium and product
JPH02122352A (en) Diagnostic method for input/output operation
JPH02219136A (en) Bug inspection method in program modification
JPH0468446A (en) Debugging supporting device
JPH03100738A (en) Program debugging system
JPS6240550A (en) Program debug device
JPH10289124A (en) Data flow abnormality check device
JPH02242447A (en) Memory dump collecting system
JPS59161736A (en) Program analyzer
JPS6292033A (en) Program debugging device
JPH0667942A (en) Log extraction system
JP2001265619A (en) Data tracing system
JPH0535704A (en) Operating state analyzer for parallel computer
JPH0391845A (en) Automation system for analysis of duplicated fault

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20010703