JPH0695915A - Method for debugging processing - Google Patents

Method for debugging processing

Info

Publication number
JPH0695915A
JPH0695915A JP4246233A JP24623392A JPH0695915A JP H0695915 A JPH0695915 A JP H0695915A JP 4246233 A JP4246233 A JP 4246233A JP 24623392 A JP24623392 A JP 24623392A JP H0695915 A JPH0695915 A JP H0695915A
Authority
JP
Japan
Prior art keywords
breakpoint
condition
trace
setting
storage area
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
JP4246233A
Other languages
Japanese (ja)
Inventor
Yoshihiko Kinoshita
義彦 木之下
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP4246233A priority Critical patent/JPH0695915A/en
Publication of JPH0695915A publication Critical patent/JPH0695915A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To improve debugging efficiency by continuing tracing when a storage area is not changed, and stopping tracing only at the time of a brake point in a prescribed condition. CONSTITUTION:A breakpoint is set up (S1) and non-conditional setting or conditional setting is determined (S2) at the time of setting up the breakpoint. In the case of conditional setting, a condition indicating which processing requires the stop of program execution at its end is set up (S3). Then, whether the setting of the breakpoint ends or not is judged (S4). After ending the setting of the breakpoint, the execution of a source program is started (S5), a symbolic debugger is sequentially executed, and when a condition set up in each breakpoint is satisfied, the exection of the program is stopped (S6). In other cases, the continuation of program execution is judged (S7).

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、プログラムの開発時等
において該プログラムの誤りを検出して診断し、且つ修
正を行なう主としてシンボリックデバッガによるデバッ
グ処理方法に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a debug processing method mainly by a symbolic debugger for detecting and diagnosing and correcting an error in a program during development.

【0002】[0002]

【従来の技術】図6は、デバッグ処理を行なうデバッグ
システムの一般的なブロック構成を示し、ソースプログ
ラム(1)をコンパイラ(2)によりロードモジュール
(3)にコンパイルし、このロードモジュール(3)を
シンボリックデバッガ(4)によりデバッグ処理を行な
う。また、シンボリックデバッガ(4)は、デバッグ中
に使用されるモニタプログラムによって実行中のプログ
ラムを中断させる点であるブレイクポイントの設定機能
を有している。例えば、図7に示すようなフローチャー
トによって処理されるソースプログラムをシンボリック
デバッガ(4)でデバッグ処理を行なう場合において、
処理5の後の処理6でプログラムの実行を中断してシス
テムの状態を確認したいときには、処理6にブレイクポ
イントを設定して実行される。
2. Description of the Related Art FIG. 6 shows a general block configuration of a debug system for performing a debug process. A source program (1) is compiled into a load module (3) by a compiler (2), and the load module (3) is compiled. Is debugged by the symbolic debugger (4). Further, the symbolic debugger (4) has a breakpoint setting function of interrupting the program being executed by the monitor program used during debugging. For example, when the source program processed according to the flowchart shown in FIG. 7 is debugged by the symbolic debugger (4),
When it is desired to interrupt the execution of the program and confirm the system state in the process 6 after the process 5, a breakpoint is set in the process 6 and the process is executed.

【0003】[0003]

【発明が解決しようとする課題】然し乍ら、処理6のブ
レイクポイントでプログラムの実行が停止するのは、処
理5を行なった後だけでなく、処理3および処理4の何
れを行なった後の意図しない状況時においてもプログラ
ムの実行を停止してしまう。そのため、意図する状況、
つまり処理5の後の処理6の状況になるまでトレースの
停止と継続を繰り返し行ない、しかも、停止する毎にオ
ペレータがトレースを再開させるための操作を行なわな
ければならず、デバッグ処理の効率が著しく低下する欠
点がある。
However, the execution of the program stops at the breakpoint of the process 6 not only after the process 5, but also after any of the processes 3 and 4 is not intended. Even in the situation, the execution of the program is stopped. Therefore, the intended situation,
In other words, the trace must be repeatedly stopped and continued until the situation of the process 6 after the process 5 is reached, and the operator must perform an operation for restarting the trace each time the process is stopped. There is a drawback to decrease.

【0004】また、停止する毎にオペレータがトレース
を再開させるための操作を行なうのが面倒であるため、
所要の状況が何回目のプレイクポイントであるかを予め
設定しておき、ブレイクポイントをカウントして所要の
状況におけるブレイクポイントの時のみトレースを停止
させる方法も採用されているが、所要の状況が何回目の
ブレイクポイントであるかを予め求める必要があり、煩
雑な操作を解消できてもデバッグ処理の効率が低下する
問題は解決されない。
Further, since it is troublesome for the operator to carry out an operation for restarting the tracing each time it is stopped,
It is also possible to preset how many times the required point is the break point, count the breakpoints, and stop the trace only at the breakpoint in the required situation, but the required situation is It is necessary to find in advance how many break points the breakpoints are, and the problem of reducing the efficiency of the debug processing cannot be solved even if complicated operations can be eliminated.

【0005】そこで本発明は、条件を付加したブレイク
ポイントの設定を行なえるようにして処理効率を格段に
向上させたデバッグ処理方法を提供することを技術的課
題とするものである。
Therefore, it is a technical object of the present invention to provide a debug processing method in which a breakpoint can be set with a condition added so that processing efficiency is markedly improved.

【0006】[0006]

【課題を解決するための手段】本発明は、上記した課題
を達成するための技術的手段として、デバッグ処理を次
のような方法で行なうようにした。ソースプログラムの
任意の箇所にブレイクポイントを設定した後に、トレー
スする位置が当該ブレイクポイントに来た時にトレース
を停止してシステム状態を確認するデバッグ処理方法に
おいて、ブレイクポイントと該ブレイクポイントでトレ
ースを停止させるための条件とを記憶手段に記憶し、該
条件を判定するための記憶エリアを前記記憶手段に設
け、トレースの実行中において前記条件の内容に合致す
る状況となった時に前記条件を判定するための記憶エリ
アの内容を変更し、トレース位置が前記ブレイクポイン
トに来た時に前記条件を判定するための記憶エリアの内
容を比較するとともに、この内容が変更されていない場
合にトレースを継続し、且つ該内容が変更されている時
のみトレースを停止して当該条件を判定するための記憶
エリアの内容を元に戻すよう変更する手順で行なうこと
を特徴としている。
According to the present invention, the debugging process is performed by the following method as a technical means for achieving the above-mentioned problems. After setting a breakpoint at an arbitrary point in the source program, stop the trace at the breakpoint and the trace at the breakpoint in the debug processing method that stops the trace when the trace position reaches the breakpoint. A condition for causing the condition to be stored in a memory means, and a memory area for determining the condition is provided in the memory means, and the condition is judged when a condition that matches the content of the condition is obtained during execution of a trace. For changing the contents of the storage area for, comparing the contents of the storage area for determining the condition when the trace position comes to the breakpoint, and continue tracing when the contents have not changed, And the memory to judge the condition by stopping the trace only when the contents are changed. And characterized by performing the procedure for changing to restore the rear contents.

【0007】[0007]

【作用】例えばソースプログラムの処理5の後の処理6
の時にトレースを停止させたい場合、処理6にブレイク
ポイントを設定するとともに、条件の内容として処理5
を設定する。そして、トレースの実行中において処理5
に来た時に、予めクリアされている条件を判定するため
の記憶エリアをセットする。その後にトレース位置が処
理6に来た時に、条件を判定するための記憶エリアがセ
ットされている、即ち内容がクリアからセットに変更済
みであることを比較判別してトレースが停止する。従っ
て、条件を判定するための記憶エリアの内容が変更され
る以前にトレース位置がブレイクポイントに来た時は、
条件を判定するための記憶エリアが変更されていないこ
とによりトレースを継続し、処理5から処理6に移行し
た所定の状況におけるブレイクボイントの時のみトレー
スを停止するので、デバッグの効率を格段に高めること
ができる。
For example, the processing 6 after the processing 5 of the source program
If you want to stop the trace at the time of, set a breakpoint in process 6 and process 5 as the content of the condition.
To set. Then, during the execution of the trace, processing 5
When it comes to, the storage area for judging the condition that has been cleared in advance is set. After that, when the trace position comes to the process 6, the trace is stopped by comparing and determining that the storage area for determining the condition is set, that is, the content has been changed from clear to set. Therefore, when the trace position reaches the breakpoint before the contents of the storage area for determining the condition is changed,
Tracing is continued because the storage area for determining the condition is not changed, and the tracing is stopped only at the break point in the predetermined situation where the process 5 to the process 6 is performed, so that the debugging efficiency is significantly improved. be able to.

【0008】[0008]

【実施例】以下、本発明の好適な一実施例について図面
を参照しながら詳述する。図1は本発明のデバッグ処理
方法の実施に係わるシステムの概略ブロック図を示し、
中央処理装置(5)、内部記憶装置(6)、外部記憶装
置(7)、表示装置(8)および入力装置(9)により
構成されている。内部記憶装置(6)には、ブレイクポ
イントの条件を記憶する記憶エリアと条件判定のための
記憶エリアとが存在する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS A preferred embodiment of the present invention will be described in detail below with reference to the drawings. FIG. 1 shows a schematic block diagram of a system relating to the implementation of the debug processing method of the present invention.
It is composed of a central processing unit (5), an internal storage device (6), an external storage device (7), a display device (8) and an input device (9). The internal storage device (6) has a storage area for storing breakpoint conditions and a storage area for condition determination.

【0009】先ず、図2のフローチャートにより本発明
のデバッグ処理の概略について説明する。最初にブレイ
クポイントを設定し(ステップS1)、このブレイクポ
イントの設定の際に無条件か条件付きかを決定する(ス
テップS2)。条件付きであれば、どの処理を終了した
時のみプログラムの実行を停止するかの条件を設定する
(ステップS3)。続いて、ブレイクポイントの設定が
終了したか否かを判別し(ステップS4)、ブレイクポ
イントを複数箇所に設定する場合にはステップS1にジ
ャンプして同様のブレイクポイントの設定処理を行な
う。そして、ブレイクポイントの設定が終了したなら
ば、ソースプログラムの実行を開始し(ステップS
5)、シンボリックデバッガが逐次実行して各ブレイク
ポイントにおいて前述の設定した条件が満たされた状況
の時にプログラムの実行を停止し(ステップS6)、そ
れ以外の場合にはプログラムの実行の継続であると判別
され(ステップS7)てステップS6にジャンプする。
First, an outline of the debug processing of the present invention will be described with reference to the flowchart of FIG. First, a break point is set (step S1), and it is decided whether the break point is unconditional or conditional (step S2). If it is conditional, a condition is set to stop the execution of the program only when which process is finished (step S3). Then, it is determined whether or not the setting of the break points is completed (step S4), and when the break points are set at a plurality of points, the process jumps to step S1 to perform the same break point setting process. Then, when the setting of the breakpoint is completed, the execution of the source program is started (step S
5) The symbolic debugger sequentially executes the program to stop the execution of the program when the above-mentioned set conditions are satisfied at each breakpoint (step S6), and otherwise continues the execution of the program. Is determined (step S7) and the process jumps to step S6.

【0010】尚、上述の処理を、図7のフローチャート
に示すソースプログラムに関して行なう場合には、ステ
ップS1 において処理6にブレイクポイントを設定し、
ステップS2において条件付きを選択し、ステップS3
において処理5を条件として設定する。そして、ソース
プログラムを実行し(ステップS5)、ステップS6に
おいて処理5を実行後の処理6のブレイクポイントであ
る条件が満たされた場合のみプログラムの実行を停止す
る。
If the above-mentioned processing is performed for the source program shown in the flow chart of FIG. 7, a breakpoint is set in processing 6 in step S1.
Conditional is selected in step S2, and step S3
In step 5, processing 5 is set as a condition. Then, the source program is executed (step S5), and the execution of the program is stopped only when the condition that is the breakpoint of the process 6 after the process 5 is executed is satisfied in step S6.

【0011】次に、図2のフローチャートの処理を更に
詳細に示した図3および図3の一部の処理を示した図4
並びに図5の各フローチャートについて説明する。図3
において、先ずブレイクポイントの設定を行なうか否か
の判別が行なわれ(ステップS10)、設定を行なうと
判別した場合にはブレイクポイントの設定処理を実行す
る(ステップS11)。このブレイクポイントの設定処
理を示した図4において、ブレイクポイントのアドレス
を内部記憶装置(6)の記憶エリアに登録し(ステップ
S111)、続いて、条件付きであるか否かの判別を行
ない(ステップS112)、条件付きである場合には条
件の内容を記憶エリアに記憶するとともに、条件判定の
記憶エリアを確保してこの記憶エリアの判定のためのフ
ラグをクリアしておく(ステップS113)。
Next, FIG. 3 showing the process of the flowchart of FIG. 2 in more detail and FIG. 4 showing a part of the process of FIG.
In addition, each flowchart of FIG. 5 will be described. Figure 3
First, it is determined whether or not a breakpoint is set (step S10). If it is determined that the breakpoint is set, a breakpoint setting process is executed (step S11). In FIG. 4 showing this breakpoint setting processing, the address of the breakpoint is registered in the storage area of the internal storage device (6) (step S111), and subsequently it is determined whether or not it is conditional ( In step S112), if there is a condition, the content of the condition is stored in the storage area, a storage area for condition determination is secured, and the flag for determination of this storage area is cleared (step S113).

【0012】このようにしてプレイクポイントの設定処
理を行なったならば、次に、情報の表示を行なうか否か
の判別を行ない、表示するのであれば情報表示処理を実
行し(ステップS13)た後に、トレースの実行に移行
するか否か、即ちブレイクポントの設定が終了したか否
かの判別を行ない、ブレイクポイントの設定が終了して
いなと判別された場合にはステップS10にジャンプし
てブレイクポイントの設定処理を繰り返し、この設定が
終了したと判別した時に、ソースプログラムの各ステッ
プ毎にトレースが行なわれ(ステップS15)、そのト
レース毎にブレイクポイント判定処理が行なわれる(ス
テップS16)。
If the setting process of the break point is carried out in this way, then it is judged whether or not the information is displayed, and if it is displayed, the information display process is executed (step S13). After that, it is determined whether or not to move to the execution of the trace, that is, whether or not the setting of the break point is completed. If it is determined that the setting of the break point is not completed, the process jumps to step S10. The breakpoint setting process is repeated, and when it is determined that the setting is completed, a trace is performed for each step of the source program (step S15), and a breakpoint determination process is performed for each trace (step S16).

【0013】このブレイクポイント判定処理のフローチ
ャートを示した図5において、先ずブレイクポイントで
あるか否かを判別し(ステップS161)、例えば、図
7に示したソースプログラムをトレース中において処理
3または処理4を行なった後に処理6においてブレイク
ポイントであると判別された場合、次に条件付きである
と判別され(ステップS162)るが、条件判定エリア
はステップS113においてクリアされたままであって
セットされていないと判別され(ステップS165)、
図3のステップS15にジャンプしてトレースが継続さ
れる。そして、図7のソースプログラムにおける条件と
して設定した処理5をトレースした時点で、条件付きブ
レイクポイントの条件ポイントであると判別され(ステ
ップS163)、条件判定エリアをセットした後に図3
のステップS15にジャンプしてトレースを継続する。
そして、処理5から処理6に移行した時に、ブレイクポ
イントであって条件付きであるとそれぞれ判別され(ス
テップS161,162)、更に条件設定エリアがセッ
トされていると判別し(ステップS165)、条件判定
エリアをクリアした後にトレースを停止する。尚、トレ
ースの終了であると判別(ステップS167)された場
合には終了処理を行なった(ステップS168)後にト
レースを停止し、また、無条件のブレイクポイントであ
ると判別された(ステップS162)場合に即座にトレ
ースを停止する。以上の何れの場合のトレースの停止時
も図3のステップS17に進んで情報表示を行なうか否
かの判別を行ない(ステップS17)、表示する場合に
は情報表示処理を実行し(ステップS18)た後に、ト
レースの継続判別を行ない(ステップS19)、継続す
る場合にステップS15にジャンプしてトレースを継続
し、それ以外はステップS17にジャンプする。
In FIG. 5, which shows a flowchart of this breakpoint determination processing, it is first determined whether or not it is a breakpoint (step S161), and, for example, processing 3 or processing during tracing the source program shown in FIG. If it is determined in step 6 that the breakpoint has been reached after step 4, the condition determination area is then determined (step S162), but the condition determination area remains cleared and set in step S113. It is determined that there is not (step S165),
Tracing is continued by jumping to step S15 in FIG. Then, when the processing 5 set as the condition in the source program of FIG. 7 is traced, it is determined to be the condition point of the conditional break point (step S163), and after setting the condition determination area, the process of FIG.
Jump to step S15 and continue tracing.
Then, when the process moves from the process 5 to the process 6, it is determined that the breakpoint is conditional and conditional (steps S161 and 162), and further it is determined that the condition setting area is set (step S165), and the condition is set. Stop the trace after clearing the judgment area. If it is determined that the trace has ended (step S167), the end processing is performed (step S168), then the trace is stopped, and it is determined that the breakpoint is an unconditional break point (step S162). If you want to stop the trace immediately. In any of the above cases, when the trace is stopped, the process proceeds to step S17 in FIG. 3 to determine whether or not to display information (step S17), and if it is displayed, the information display process is executed (step S18). After that, it is determined whether or not the trace is continued (step S19). If the trace is continued, the process jumps to step S15 to continue the trace, otherwise the process jumps to step S17.

【0014】[0014]

【発明の効果】以上のように本発明のデバッグ処理方法
によると、ブレイクポイントとこれによりトレースを停
させるための条件とを記憶手段に記憶するとともに、記
憶装置に条件を判定するための記憶エリアを設け、トレ
ースの実行中において条件の内容に合致する状況となっ
た時に条件を判定するための記憶エリアの内容を変更
し、条件を判定するための記憶エリアの内容が変更され
る以前にトレース位置がブレイクポイントに来た時は、
条件を判定するための記憶エリアが変更されていないこ
とによりトレースを継続し、条件を判定するための記憶
エリアの内容が変更済みであって所定の状況におけるブ
レイクボイントの時のみトレースを停止するようにした
ので、煩雑な操作を必要とせず且つデバッグ処理の前処
理を一切必要としないで所要の状況の時のみトレースを
停止させることができ、デバッグの効率を格段に高める
ことができる。
As described above, according to the debug processing method of the present invention, the breakpoint and the condition for stopping the trace by this are stored in the storage means, and the storage area for determining the condition in the storage device. Is provided to change the contents of the storage area for judging the condition when the situation matches the contents of the condition during execution of the trace, and trace before the contents of the storage area for judging the condition are changed. When the position comes to the break point,
Tracing is continued because the storage area for determining the condition has not been changed, and the trace is stopped only when the content of the storage area for determining the condition has been changed and a break point in a given situation has occurred. Therefore, the trace can be stopped only in a required situation without requiring a complicated operation and without any pre-processing of the debug processing, and the debugging efficiency can be remarkably improved.

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

【図1】本発明の一実施例に係わるシステムの概略ブロ
ック図である。
FIG. 1 is a schematic block diagram of a system according to an embodiment of the present invention.

【図2】同上、デバッグの概略処理を示すフローチャー
トである。
FIG. 2 is a flowchart showing a schematic process of debugging of the above.

【図3】同上、デバッグの詳細な処理を示すフローチャ
ートである。
FIG. 3 is a flowchart showing detailed debug processing of the same.

【図4】図3におけるブロックポイント設定処理のステ
ップの詳細を示すフローチャートである。
FIG. 4 is a flowchart showing details of steps of block point setting processing in FIG.

【図5】図3におけるブレイクポイント判定処理のステ
ップの詳細を示すフローチャートである。
5 is a flowchart showing details of steps of a breakpoint determination process in FIG.

【図6】本発明が適用される一般的なデバッグシステム
のブロック構成図である。
FIG. 6 is a block configuration diagram of a general debug system to which the present invention is applied.

【図7】本発明によりデバッグ処理できるソースプログ
ラムの一例のフローチャートである。
FIG. 7 is a flowchart of an example of a source program that can be debugged according to the present invention.

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

1 ソースプログラム 4 シンボリックデバッガ 5 中央処理装置 6 内部記憶装置 1 Source Program 4 Symbolic Debugger 5 Central Processing Unit 6 Internal Storage Device

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 ソースプログラムの任意の箇所にブレイ
クポイントを設定した後に、トレースする位置が当該ブ
レイクポイントに来た時にトレースを停止してシステム
状態を確認するデバッグ処理方法において、ブレイクポ
イントと該ブレイクポイントでトレースを停止させるた
めの条件とを記憶手段に記憶し、該条件を判定するため
の記憶エリアを前記記憶手段に設け、トレースの実行中
において前記条件の内容に合致する状況となった時に前
記条件を判定するための記憶エリアの内容を変更し、ト
レース位置が前記ブレイクポイントに来た時に前記条件
を判定するための記憶エリアの内容を比較するととも
に、この内容が変更されていない場合にトレースを継続
し、且つ該内容が変更されている時のみトレースを停止
して当該条件を判定するための記憶エリアの内容を元に
戻すよう変更することを特徴とするデバッグ処理方法。
1. A debug processing method for setting a breakpoint at an arbitrary position of a source program and then stopping the trace to check the system state when the position to be traced reaches the breakpoint, the breakpoint and the breakpoint. The condition for stopping the trace at the point is stored in the storage means, and the storage area for determining the condition is provided in the storage means, and when the condition of the trace condition is met during execution of the trace. The contents of the storage area for determining the condition are changed, and the contents of the storage area for determining the condition are compared when the trace position comes to the breakpoint, and when the contents are not changed, Continue the trace and stop the trace only when the contents are changed to judge the condition. A debug processing method characterized in that the contents of the storage area for saving are changed so as to be restored.
JP4246233A 1992-09-16 1992-09-16 Method for debugging processing Pending JPH0695915A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4246233A JPH0695915A (en) 1992-09-16 1992-09-16 Method for debugging processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4246233A JPH0695915A (en) 1992-09-16 1992-09-16 Method for debugging processing

Publications (1)

Publication Number Publication Date
JPH0695915A true JPH0695915A (en) 1994-04-08

Family

ID=17145496

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4246233A Pending JPH0695915A (en) 1992-09-16 1992-09-16 Method for debugging processing

Country Status (1)

Country Link
JP (1) JPH0695915A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014146358A (en) * 2008-04-07 2014-08-14 International Business Maschines Corporation Debugger data processing system, debugging method and computer program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014146358A (en) * 2008-04-07 2014-08-14 International Business Maschines Corporation Debugger data processing system, debugging method and computer program

Similar Documents

Publication Publication Date Title
JPH0695915A (en) Method for debugging processing
JPH04286001A (en) Programming method and device for programmable controller
JPH0581070A (en) Programmable controller and user program execution method in programmable controller
JPH03113648A (en) Program debug system
JP2653412B2 (en) How to set breakpoints
JPH04145544A (en) Debugging device
JPH0465729A (en) Symbolic debugger
JP2800577B2 (en) Debug device
JP2659366B2 (en) Debugging method and device
JPH07191876A (en) Program testing device and using method for the same
JPH11306042A (en) Software development support device and debugging method
JPH0227447A (en) Debugging system
JPH05282175A (en) Program debugger
JPH0253148A (en) Debugging method for test program for input/output device
JPS63129431A (en) Program trace processing system
JPH01244547A (en) Program development debugging backup system
JPH01274253A (en) Software break system
JPH01114945A (en) Tracing system for data processor
JPS6292034A (en) Program debugging device
JPH07319730A (en) Test debugging method
JPH03246734A (en) Method and device for checking jump destination address of debugger
JPH03263129A (en) Compiler/debugger method
JPH01205348A (en) Program debugging system
JPH0764819A (en) Debugger
JPH07134665A (en) Information processor