JPH02214946A - Debugging system - Google Patents

Debugging system

Info

Publication number
JPH02214946A
JPH02214946A JP1036613A JP3661389A JPH02214946A JP H02214946 A JPH02214946 A JP H02214946A JP 1036613 A JP1036613 A JP 1036613A JP 3661389 A JP3661389 A JP 3661389A JP H02214946 A JPH02214946 A JP H02214946A
Authority
JP
Japan
Prior art keywords
debug
instruction information
debugging
point
execution unit
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
JP1036613A
Other languages
Japanese (ja)
Inventor
Masanori Nagasawa
長澤 真紀
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 JP1036613A priority Critical patent/JPH02214946A/en
Publication of JPH02214946A publication Critical patent/JPH02214946A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To effectively and smoothly perform the tasks in a debugging process by previously setting the debugging instruction information in an instruction information store area. CONSTITUTION:An instruction information store area 2 stores the debugging instruction information at a debugging point set previously at a debugging object program. A debug executing part 4 carries out various dubugging processes based on the debugging instruction information stored in the area 2. A debug control part 3 retrieves the area 2 to take out the debugging instruction information at the corresponding debugging point when the debugging object program reaches the debugging point. Then the part 3 asks the part 4 to perform the debugging process related to the corresponding debugging instruction information. Thus the tasks in the debugging process are effectively carried out.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はデバッグ方式に関し、特に端末よりコマンドが
投入されて作業が行われる会話処理システムにおけデバ
ッグ方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a debugging method, and particularly to a debugging method in a conversation processing system in which work is performed by inputting commands from a terminal.

〔従来の技術〕[Conventional technology]

従来、この種のデバッグ方式では、デバッグ対象のプロ
グラムにあらかじめ静的に設定されているデバッグ点に
おいて(プログラムの処理がデバッグ点に達したときに
)ファイルにデバッグ点通過履歴が出力されるか、デバ
ッグ点において端末からデバッグ指示のコマンドが入力
されてそのデバッグ指示に係るデバッグ処理が行われる
かのどちらかしかできなかった。
Conventionally, in this type of debugging method, the debug point passage history is output to a file at the debug point that is statically set in advance in the program to be debugged (when the program processing reaches the debug point), or At the debug point, a debug instruction command is input from the terminal and debug processing related to the debug instruction is performed.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来のデバッグ方式では、デバッグ点における
ファイルへのデバッグ点通過履歴の出力やデバッグ点に
おける端末よりのデバッグ指示のコマンドの入力に基づ
くデバッグ処理しかできないので、デバッグ点通過履歴
以外のデバッグ対象のプログラムの動作状況を入手する
ためには、端末をデバッグ指示のコマンドが入力可能な
状態にしてから当該コマンドによってデバッグ指示を行
わなければならず、デバッグ処理における作業が煩雑に
なるという欠点がある。
In the conventional debugging method described above, debugging can only be performed based on the output of the debug point passage history to a file at the debug point or the input of debug instruction commands from the terminal at the debug point. In order to obtain the operating status of a program, it is necessary to put the terminal in a state where a debug instruction command can be input and then issue a debug instruction using the command, which has the disadvantage that the work in debug processing becomes complicated.

本発明の目的は、上述の点に鑑み、デバッグ処理におけ
る作業を効率的に行うことができるデバッグ方式を提供
することにある。
In view of the above-mentioned points, an object of the present invention is to provide a debugging method that can efficiently perform work in debugging processing.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のデバッグ方式は、端末よりコマンドが投入され
て作業が行われる会話処理システムにおけるデバッグ方
式において、デバッグ対象のプログラムにあらかじめ設
定されているデバッグ点におけるデバッグ指示情報を格
納している指示情報格納領域と、この指示情報格納領域
に格納されているデバッグ指示情報に基づいて各種のデ
バッグ処理を実行するデバッグ実行部と、デバッグ対象
のプログラムがデバッグ点に達したときに前記指示情報
格納領域を検索して当該デバッグ点におけるデバッグ指
示情報を取り出し前記デバッグ実行部に当該デバッグ指
示情報に係るデバッグ処理を依頼するデバッグ制御部と
を有する。
The debugging method of the present invention is a debugging method for a conversation processing system in which work is performed by inputting commands from a terminal. a debug execution unit that executes various debugging processes based on the debug instruction information stored in the instruction information storage area; and a debug execution unit that searches the instruction information storage area when the program to be debugged reaches a debugging point. and a debug control unit that extracts debug instruction information at the debug point and requests the debug execution unit to perform debug processing related to the debug instruction information.

〔作用〕[Effect]

本発明のデバッグ方式では、指示情報格納領域がデバッ
グ対象のプログラムにあらかじめ設定されているデバッ
グ点におけるデバッグ指示情報を格納し、デバッグ実行
部が指示情報格納領域に格納されているデバッグ指示情
報に基づいて各種のデバッグ処理を実行し、デバッグ制
御部がデバッグ対象のプログラムがデバッグ点に達した
ときに指示情報格納領域を検索して当該デバッグ点にお
けるデバッグ指示情報を取り出しデバッグ実行部に当該
デバッグ指示情報に係るデバッグ処理を依頼する。
In the debugging method of the present invention, the instruction information storage area stores debug instruction information at debugging points preset in the program to be debugged, and the debug execution unit is configured based on the debug instruction information stored in the instruction information storage area. When the program to be debugged reaches a debug point, the debug control unit searches the instruction information storage area, retrieves the debug instruction information at the debug point, and sends the debug instruction information to the debug execution unit. Request debug processing related to.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は、本発明のデバッグ方式の一実施例の構成を示
すブロック図である。本実施例のデバッグ方式は、プロ
グラム(第3図参照。本実施例のデバッグ方式における
デバッグ対象のプログラム)のデバッグ点(あらかじめ
プログラムの開発者により静的に設定されているデバッ
グ点)より制御が渡されデバッグ処理の実行を制御する
デバッグ実行制御部1 (指示情報格納領域2.デバッ
グ制御部3およびデバッグ実行部4はこのデハソグ実行
制御部1の制御下にある)と、デバッグ点におけるデバ
ッグ指示情報を格納する指示情報格納領域2(デバッグ
指示情報はプログラムの開発者によりあらかじめ作成さ
れ格納されている。この場合に任意のデバッグ点に対し
て複数のデバッグ指示情報を格納しておくことが可能で
ある)と、指示情報格納領域2を検索して所定のデバッ
グ指示情報を取り出しデバッグ実行部4にそのデバッグ
指示情報に基づくデバッグ処理を依頼するデバッグ制御
部3と、デバッグ指示情報に基づく各種のデバッグ処理
を実行するデバッグ実行部4と、本実施例のデバッグ方
式が適用される会話処理システムにおける端末である端
末10と、デバ・7グ処理の過程でトレース結果を出力
するトレース結果ファイル11とを含んで構成されてい
る。
FIG. 1 is a block diagram showing the configuration of an embodiment of the debugging method of the present invention. The debugging method of this embodiment allows control from the debugging point (debugging point statically set in advance by the program developer) of the program (see Figure 3; the program to be debugged in the debugging method of this embodiment). A debug execution control unit 1 (instruction information storage area 2; debug control unit 3 and debug execution unit 4 are under the control of this debug execution control unit 1) that controls the execution of debugging processing) and debug instructions at debug points Instruction information storage area 2 for storing information (Debug instruction information is created and stored in advance by the program developer. In this case, it is possible to store multiple pieces of debug instruction information for any debug point. ), a debug control unit 3 that searches the instruction information storage area 2 to retrieve predetermined debug instruction information and requests the debug execution unit 4 to perform debugging processing based on the debug instruction information, and A debug execution unit 4 that executes debugging processing, a terminal 10 that is a terminal in a conversation processing system to which the debugging method of this embodiment is applied, and a trace result file 11 that outputs trace results in the process of debugging processing. It is composed of:

デバッグ実行部4は、メモリ (図示せず)の内容を書
き換えるパンチ処理を行うバッチ実行部5と、デバッグ
指示情報に基づく他のデバッグ処理の実行後に端末IO
をデバッグ指示のコマンドが入力可能な状態にする端末
入出力実行部6と、トレース範囲の指示および出力光の
指示(端末10またはトレース結果ファイル11をトレ
ース結果の出力光として指定する指示)に基づいてトレ
ースを採集するトレース実行部7と、デバッグ点通過履
歴を採集するデバッグ点通過履歴実行部8と、プログラ
ムをアポートさせメモリダンプを採集するアボート実行
部9とを含んで構成されている(デバッグ実行部4には
、以上の各実行部以外にも他の各種のデバッグ処理に対
応する実行部が存在しうる)。
The debug execution unit 4 includes a batch execution unit 5 that performs punch processing to rewrite the contents of a memory (not shown), and a terminal IO after executing other debug processing based on debug instruction information.
Based on the terminal input/output execution unit 6 which makes it possible to input debug instruction commands, and the trace range instruction and output light instruction (instruction to specify the terminal 10 or the trace result file 11 as the output light of the trace result). The debug point passage history execution unit 8 collects a debug point passage history, and the abort execution unit 9 aborts a program and collects a memory dump. In addition to the above-mentioned execution units, the execution unit 4 may include execution units corresponding to various other debugging processes).

第2図を参照すると、デバッグ制御部3の処理は、デバ
ッグ指示情報検索ステップ21と、デバッグ指示情報有
無判定ステップ22と、デバッグ処理依頼ステップ23
と、デバッグ指示情報残存判定ステップ24とからなる
Referring to FIG. 2, the processing of the debug control unit 3 includes a debug instruction information search step 21, a debug instruction information presence/absence determination step 22, and a debug processing request step 23.
and a debug instruction information remaining determination step 24.

第3図は、本実施例のデバッグ方式が適用されてデバッ
グ処理が行われるプログラムの一例と、そのプログラム
に対する指示情報格納領域2の構成(そのプログラムの
デバッグ点におけるデバ・ノブ指示情報の構成)とを示
す図である。
FIG. 3 shows an example of a program to which the debugging method of the present embodiment is applied and debugging is performed, and the configuration of the instruction information storage area 2 for the program (configuration of the debug knob instruction information at the debugging point of the program). FIG.

このプログラムには、デバッグ点が5箇所設定されてい
て(デバッグ点は、任意の地点にあらかじめコーディン
グされて静的に設定されている)、それらのデバッグ点
におけるラベル(デバッグ点ラベル)はrAJ、rBJ
、rcJおよびrDJと付けられている(デバッグ点ラ
ベルAに係るデバッグ点は2箇所ある)。
This program has five debug points set (debug points are pre-coded and statically set at arbitrary points), and the labels (debug point labels) at these debug points are rAJ, rBJ
, rcJ, and rDJ (there are two debug points related to debug point label A).

指示情報格納領域2の各エントリには、デバ・ノブ点う
ベルA、DおよびCに対するデバッグ指示情報が格納さ
れている(デバッグ点ラベルBに対するデバッグ指示情
報は格納されていない。全てのデバッグ点に対するデバ
ッグ指示情報を格納する必要はない)。
Each entry in the instruction information storage area 2 stores debug instruction information for debug knob bells A, D, and C (debug instruction information for debug point label B is not stored. All debug points (There is no need to store debug instruction information for

各デバッグ指示情報には、デバッグ点ラベルと、次指示
情報ポインタ(次のデバッグ指示情報のエントリを指す
ポインタ)と、指示ビット情報と、指示情報とが存在す
る。
Each debug instruction information includes a debug point label, a next instruction information pointer (a pointer pointing to the next debug instruction information entry), instruction bit information, and instruction information.

指示ビット情報は、どのデバッグ処理を行うかを各デバ
ッグ処理に対応させた各指示ビット(デバッグ点通過履
歴指示ビット トレース(端末)指示ビット、トレース
(ファイル)指示ビット。
The instruction bit information includes each instruction bit (debug point passage history instruction bit, trace (terminal) instruction bit, trace (file) instruction bit) that corresponds to each debug process to perform which debug process.

端末入出力指示ビットおよびアボート指示ビア)等)で
示す情報であり(例えば、rlJが設定されている指示
ビットに対応するデバッグ処理が行われることを示す)
、各ビットの位置等で各デバッグ処理間の優先度を示し
ている(これにより、デバッグ点通過履歴の採集、バッ
チ処理またはトレースの採集等が実行された後に、アボ
ート指示または端末10に対するコマンドの人出力を可
能にする指示(端末入出力指示)等が実行されることが
保証される)。
terminal input/output instruction bits, abort instruction vias), etc.) (for example, indicates that debug processing corresponding to the instruction bit for which rlJ is set is to be performed)
, the position of each bit indicates the priority between each debug process (this allows an abort instruction or a command to the terminal 10 to be issued after collection of debug point passage history, batch processing, trace collection, etc. Instructions that enable human output (terminal input/output instructions, etc.) are guaranteed to be executed).

指示情報は、パンチ指示やトレース指示等の内容を示す
情報を有しており、バッチアドレスおよびバッチイメー
ジならびにトレース開示アドレスおよびトレース終了ア
ドレス等を含んでいる(第3図中のrPJはパンチ指示
を示しており、「T」はトレース指示を示している)。
The instruction information has information indicating the contents of punch instructions, trace instructions, etc., and includes a batch address, a batch image, a trace disclosure address, a trace end address, etc. (rPJ in FIG. 3 indicates the punch instruction. (the "T" indicates a trace instruction).

次に、このように構成された本実施例のデバッグ方式の
動作について説明する。
Next, the operation of the debugging method of this embodiment configured as described above will be explained.

プログラムのデバッグ点(例えば、第3図中のデバッグ
点うヘルAのデバッグ点)より制御が渡されたデバッグ
実行制御部1によって、デバッグ制御部3が起動される
(以後の動作におけるデバッグ実行制御部1による制御
については言及しない)。
The debug control unit 3 is activated by the debug execution control unit 1 to which control is passed from the debug point of the program (for example, the debug point of the debug point A in FIG. 3). Control by section 1 is not mentioned).

デバッグ制御部3は、以下に示すような処理を行う。The debug control unit 3 performs the following processing.

まず、現デバッグ点ラベル(デバッグ点ラベルA)をキ
ーとして指示情報格納領域2を参照して検索する(ステ
ップ21)。
First, the instruction information storage area 2 is searched using the current debug point label (debug point label A) as a key (step 21).

この検索において、現デバッグ点ラベルに対するデバッ
グ指示情報が存在するか否かを判定する(ステップ22
)。
In this search, it is determined whether debug instruction information for the current debug point label exists (step 22
).

この判定で現デバッグ点うヘルに対するデバッグ指示情
報が存在しなければ、デバッグ処理の指示(デバッグ実
行部4に対するデバッグ処理の依頼)を行うことなくプ
ログラムの実行を再開する。
If it is determined in this judgment that there is no debug instruction information for the current debug point, execution of the program is resumed without instructing the debug process (requesting the debug execution unit 4 to perform the debug process).

ステップ22の判定で現デバッグ点ラベルに対するデバ
ッグ指示情報が存在すれば、そのデバッグ指示情報に係
るデバッグ処理(デバッグ指示情報中に複数のデバッグ
処理に関する指示が存在する場合にはその中の1つのデ
バッグ処理)の実行をデバッグ実行部4に依頼する(ス
テップ23)。
If debug instruction information exists for the current debug point label in step 22, the debug process related to the debug instruction information (if the debug instruction information includes instructions regarding multiple debug processes, one of the debug process instructions) The debug execution unit 4 is requested to execute (process) (step 23).

次に、デバッグ指示情報の残り(デバッグ指示情報中に
複数のデバッグ処理に関する指示が存在する場合の未終
了のデバッグ処理に関する指示)が存在するか否かを判
定する(ステップ24)。
Next, it is determined whether there is any remaining debugging instruction information (instructions related to unfinished debugging processing when a plurality of instructions related to debugging processing exist in the debugging instruction information) (step 24).

この判定でデバッグ指示情報の残りが存在しなければ、
プログラムの実行を再開する。
If the rest of the debug instruction information does not exist in this judgment,
Resume program execution.

ステップ24の判定でデバッグ指示情報の残りが存在す
れば、ステップ23の処理に制御を戻す(こうして、デ
バッグ指示情報に係る全てのデバッグ処理の実行が終了
するまで上述の処理を繰り返す)。
If it is determined in step 24 that there is any remaining debugging instruction information, control is returned to step 23 (thus, the above-described processing is repeated until all debugging processing related to the debugging instruction information is completed).

デバッグ制御部3からデバッグ処理の依頼(第2図ステ
ップ23参照)を受けたデバッグ実行部4は、当該デバ
ッグ処理の依頼の内容に適合するようにパンチ実行部5
.端末入出力実行部6.トレース実行部7.デハソグ点
通過履歴実行部8またはアボート実行部9を起動してそ
れぞれのデバッグ処理を実行する。
The debug execution unit 4 receives a request for debug processing from the debug control unit 3 (see step 23 in FIG. 2), and the punch execution unit 4
.. Terminal input/output execution unit6. Trace execution unit 7. The debugging point passage history execution unit 8 or the abort execution unit 9 is activated to execute the respective debugging processes.

ここで、端末入出力実行部6は他のデバッグ処理の実行
後に端末10をデハソグ指示のコマンドが入力可能な状
態にし、トレース実行部7は端末10またはトレース結
果ファイル11を出力光とするトレースの採集を行う。
Here, the terminal input/output execution unit 6 puts the terminal 10 in a state where a dehasog instruction command can be input after executing other debug processing, and the trace execution unit 7 performs a trace operation using the terminal 10 or the trace result file 11 as the output light. Collect.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、デハソグ指示情報を指示
情報格納領域にあらかじめ設定しておくこと等により、
デバッグ対象のプログラムのデハソグ点において端末か
らコマンドを入力しなくてもパンチ処理(メモリ書換え
)、トレース範囲を指定したトレースの採集、アボート
指示等の多数のデバッグ処理の指示が可能になり (デ
ハソグ点通過履歴の採集の指示ができることはいうまで
もない)、デバッグ対象のプログラムの動作の確認等を
自動的に定型的に行うことができ、デバッグ対象のプロ
グラムに対するデバッグ処理におけるアドレスの指定誤
り等の間違いがなくなり、デバッグ処理における作業を
効率的にかつ円滑に行うことができるという効果がある
As explained above, the present invention provides dehasing instruction information by setting in advance in the instruction information storage area, etc.
It is now possible to instruct many debugging processes such as punch processing (memory rewriting), collection of traces with a specified trace range, and abort instructions without having to input commands from the terminal at the debugging point of the program to be debugged. It goes without saying that it is possible to instruct the collection of the passage history), automatically check the operation of the program to be debugged, etc., and prevent mistakes in address specification during debug processing for the program to be debugged. This has the effect of eliminating mistakes and allowing debugging work to be performed efficiently and smoothly.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例の構成を示すブロック図、 第2図は第1図中のデハソグ制御部の処理を示す流れ図
、 第3図は第1図に示すデハソグ方式が適用されてデバッ
グ処理が行われるプログラムの一例とそのプログラムに
対する第1図中の指示情報格納領域の構成とを示す図で
ある。 図において、 1・・・デバッグ実行制御部、 2・・・指示情報格納領域、 3・・・デハソグ制御部、 4・・・デバッグ実行部、 5・・・パンチ実行部、 6・・・端末入出力実行部、 トレース実行部、 デハソグ点通過履歴実行部、 アボート実行部、 端末、 トレース結果ファイルである。
Fig. 1 is a block diagram showing the configuration of an embodiment of the present invention, Fig. 2 is a flowchart showing the processing of the dehasogging control section in Fig. 1, and Fig. 3 is a diagram showing the dehasogging method shown in Fig. 1. 2 is a diagram showing an example of a program to be debugged and the configuration of an instruction information storage area in FIG. 1 for the program; FIG. In the figure, 1...Debug execution control unit, 2...Instruction information storage area, 3...Dehasog control unit, 4...Debug execution unit, 5...Punch execution unit, 6...Terminal These are the input/output execution section, the trace execution section, the dehasog point passage history execution section, the abort execution section, the terminal, and the trace result file.

Claims (1)

【特許請求の範囲】 端末よりコマンドが投入されて作業が行われる会話処理
システムにおけるデバッグ方式において、デバッグ対象
のプログラムにあらかじめ設定されているデバッグ点に
おけるデバッグ指示情報を格納している指示情報格納領
域と、 この指示情報格納領域に格納されているデバッグ指示情
報に基づいて各種のデバッグ処理を実行するデバッグ実
行部と、 デバッグ対象のプログラムがデバッグ点に達したときに
前記指示情報格納領域を検索して当該デバッグ点におけ
るデバッグ指示情報を取り出し前記デバッグ実行部に当
該デバッグ指示情報に係るデバッグ処理を依頼するデバ
ッグ制御部と を有することを特徴とするデバッグ方式。
[Scope of Claims] In a debugging method for a conversation processing system in which work is performed by inputting commands from a terminal, an instruction information storage area stores debug instruction information at debugging points preset in a program to be debugged. a debug execution unit that executes various debugging processes based on the debug instruction information stored in the instruction information storage area; and a debug execution unit that searches the instruction information storage area when the program to be debugged reaches a debug point. and a debug control unit that extracts debug instruction information at the debug point and requests the debug execution unit to perform debug processing related to the debug instruction information.
JP1036613A 1989-02-16 1989-02-16 Debugging system Pending JPH02214946A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1036613A JPH02214946A (en) 1989-02-16 1989-02-16 Debugging system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1036613A JPH02214946A (en) 1989-02-16 1989-02-16 Debugging system

Publications (1)

Publication Number Publication Date
JPH02214946A true JPH02214946A (en) 1990-08-27

Family

ID=12474653

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1036613A Pending JPH02214946A (en) 1989-02-16 1989-02-16 Debugging system

Country Status (1)

Country Link
JP (1) JPH02214946A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04318633A (en) * 1991-04-18 1992-11-10 Fujitsu Ltd Debugging method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04318633A (en) * 1991-04-18 1992-11-10 Fujitsu Ltd Debugging method

Similar Documents

Publication Publication Date Title
US5737521A (en) Tracer system for analyzing errors in running real-time systems
JPH02214946A (en) Debugging system
JPH0410081B2 (en)
JPH07182404A (en) Designing support device
JPH02220145A (en) Program tracing system
JP2887488B2 (en) Multi-process processing equipment
JPH11143743A (en) Message classifying method and device therefor
JPH04260943A (en) Trace output system
JPS63163543A (en) Information processor
JPH04361328A (en) Processing mode switching system
JPH05241890A (en) Data trace system
JPS61156339A (en) Trace processing system
KR100576006B1 (en) Efficient online debugging processing of real-time operating system and process scheduling method for it
JPH06103110A (en) Breakpoint setting system
JPH07152578A (en) Detection of maximum stack usage quantity
JPS61180344A (en) Step execution system for high level language
JPH0193812A (en) System for displaying help screen
JPH01259431A (en) Bit map management method for task
JPH064216A (en) Information processor
JPH0581336A (en) Data base arithmetic processor
JPS61147335A (en) Parameter registration system of job
JPH04343689A (en) Numerically controlled device for robot
JPS63189948A (en) Batch type debugging system in interactive debugger
JPH06202892A (en) Program restart system
JPH0520089A (en) Assembly system