JPH05257733A - Execution position-displaying system for distributed debuggers - Google Patents
Execution position-displaying system for distributed debuggersInfo
- Publication number
- JPH05257733A JPH05257733A JP4053122A JP5312292A JPH05257733A JP H05257733 A JPH05257733 A JP H05257733A JP 4053122 A JP4053122 A JP 4053122A JP 5312292 A JP5312292 A JP 5312292A JP H05257733 A JPH05257733 A JP H05257733A
- Authority
- JP
- Japan
- Prior art keywords
- program
- program specification
- record
- debugger
- terminal
- 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
Links
Landscapes
- Debugging And Monitoring (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は分散デバッガにおける実
行位置表示方式に関し、特にホストコンピュータでソー
スプログラムのデバッグを行い実行位置を端末のプログ
ラム仕様表示上に表示する分散デバッガにおける実行位
置表示方式に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an execution position display method in a distributed debugger, and more particularly to an execution position display method in a distributed debugger in which a source program is debugged by a host computer and the execution position is displayed on a program specification display of a terminal.
【0002】[0002]
【従来の技術】従来の分散デバッガにおける実行位置表
示方式は、分散デバッガによるプログラム仕様のデバッ
グが、図5分図(B)のプログラム仕様イメージの表示
画面を示す図に示すプログラム仕様自体を直接デバッグ
するのではなく、このプログラム仕様をホストコンピュ
ータ(以下ホストと記す)においてプログラムの翻訳・
結合を行える形式に変換し作成した、図5分図(A)の
ソースプログラムイメージの表示画面を示す図に示すソ
ースプログラムを対象としてデバッグを行い、プログラ
ム仕様中での実行中の位置を知るには、ソースプログラ
ムを一度解析し、この解析結果を表示するようになって
いた。2. Description of the Related Art In the conventional execution position display method in a distributed debugger, the program specification debugging by the distributed debugger is performed by directly debugging the program specification itself shown in the diagram showing the display screen of the program specification image in FIG. 5B. This program specification is translated into a host computer (hereinafter referred to as host)
To debug the source program shown in the figure showing the display screen of the source program image of Fig. 5 (A) created by converting it into a format that can be combined, to know the position being executed in the program specification Was designed to analyze the source program once and display the analysis result.
【0003】[0003]
【発明が解決しようとする課題】上述した従来の分散デ
バッガにおける実行位置表示方式は、プログラム仕様の
デバッグ時プログラム仕様を直接デバッグすることがで
きず、プログラム仕様を変換し作成したソースプログラ
ムをデバッグするしか方法はなく、プログラム仕様を作
成したものの、ソースプログラム上で示す実行行番号が
プログラム仕様上ではどのレコード番号にあたるのか分
らないので、現在実行中のプログラム仕様の中での位置
をリアルタイムで知ることができず、もし、実行中のプ
ログラム仕様中の位置を知ろうとすればソースプログラ
ムを一度解析しなければならないので、正確にプログラ
ム仕様をデバッグすることが非常に困難であるという問
題点があった。In the above-mentioned conventional execution position display method in the distributed debugger, the program specification cannot be directly debugged at the time of debugging the program specification, and the source program created by converting the program specification is debugged. Although there is no other way, even though the program specification is created, it is not possible to know which record number the execution line number shown in the source program corresponds to in the program specification, so to know the position in the currently executing program specification in real time. However, if you want to know the position in the running program specification, you have to analyze the source program once, so it is very difficult to debug the program specification accurately. ..
【0004】本発明の目的は、プログラム仕様のデバッ
グの際、プログラム仕様中の実行位置を正確にリアルタ
イムで知り正確にプログラム仕様をデバッグすることが
ができる分散デバッガにおける実行位置表示方式を提供
することにある。It is an object of the present invention to provide an execution position display system in a distributed debugger which can accurately know the execution position in the program specification in real time and debug the program specification when debugging the program specification. It is in.
【0005】[0005]
【課題を解決するための手段】本発明の分散デバッガに
おける実行位置表示方式は、端末に接続する表示装置の
画面上において記号を利用しプログラム仕様を作成して
任意の記憶装置に格納し更にこのプログラム仕様を変換
してソースプログラムを作成しホストコンピュータに送
信し、前記ホストコンピュータで前記ソースプログラム
からロードモジュールを作成し、前記ロードモジュール
を使用して前記ホストコンピュータ内のホストデバッガ
と前記端末内の端末デバッガとによってデバッグを行う
分散デバッグ方式において、前記端末で前記プログラム
仕様を構成するレコードに与えられたレコード番号と前
記ソースプログラムの行ごとに与えられた行番号との対
応関係を示す行番号テーブルを作成し任意の記憶装置に
格納し、前記ホストデバッガの送信する実行中のソース
プログラムの行番号を前記端末の端末デバッガで受信
し、前記行番号テーブルを参照して前記実行中のソース
プログラムの行番号に対応する前記プログラム仕様のレ
コード番号を抽出し、この抽出したプログラム仕様のレ
コード番号に対応するプログラム仕様のデータを前記表
示装置に表示する構成である。The execution position display method in the distributed debugger according to the present invention uses a symbol on the screen of a display device connected to a terminal to create a program specification, which is stored in an arbitrary storage device. A program specification is converted to create a source program, which is sent to a host computer, the host computer creates a load module from the source program, and the load module is used to create a host debugger in the host computer and in the terminal. In a distributed debugging method of performing debugging with a terminal debugger, a line number table showing a correspondence relationship between a record number given to a record forming the program specification at the terminal and a line number given for each line of the source program. And store it in any storage device. The line number of the source program being executed transmitted by the debugger is received by the terminal debugger of the terminal, and the record number of the program specification corresponding to the line number of the source program being executed is extracted by referring to the line number table. Then, the data of the program specification corresponding to the extracted record number of the program specification is displayed on the display device.
【0006】本発明の分散デバッガにおける実行位置表
示方式は、抽出したプログラム仕様のレコード番号を含
む複数の連続するプログラム仕様のレコード番号群を決
定し、このプログラム仕様のレコード番号群に対応する
プログラム仕様のデータを表示してもよい。The execution position display method in the distributed debugger of the present invention determines a record number group of a plurality of consecutive program specifications including the record number of the extracted program specification, and the program specification corresponding to the record number group of this program specification. Data may be displayed.
【0007】本発明の分散デバッガにおける実行位置表
示方式は、プログラム仕様のレコード番号群に対応する
プログラム仕様のデータの中で、抽出したプログラム仕
様のレコード番号に対応するプログラム仕様のデータに
実行位置を示す修飾を行い表示してもよい。According to the execution position display method in the distributed debugger of the present invention, the execution position is set in the program specification data corresponding to the extracted program specification record number in the program specification data corresponding to the program specification record number group. It may be displayed with the modification shown.
【0008】[0008]
【実施例】次に、本発明の実施例について図面を参照し
て説明する。Embodiments of the present invention will now be described with reference to the drawings.
【0009】図1は本発明の一実施例のブロック図であ
る。本発明でのデバッグは、予め、端末1を使用し、こ
れに接続する表示装置2の画面上で、記号を利用しプロ
グラム仕様3を作成して任意の記憶装置に格納してお
く。更に端末1内でプログラム仕様3を変換し、ソース
プログラム5を作成してホスト4に送信する。ホスト4
は、受信したソースプログラム5から翻訳・結合を行っ
てロードモジュール6を作成し、ロードモジュール6を
使用してホスト4内のホストデバッガ7と端末1内の端
末デバッガ8とによって分散デバッグを行うようになっ
ている。本発明ではここでさらに、端末1でプログラム
仕様3を変換しソースプログラム5を作成する際、プロ
グラム仕様3を構成するレコードに与えられたレコード
番号とソースプログラム5の行ごとに与えられた行番号
との対応関係を示す行番号テーブル9を作成し、任意の
記憶装置に格納し、ホストデバッガ7の送信する実行中
のソースプログラム5の行番号を、端末デバッガ8で受
信し、行番号テーブル9を参照して実行中のソースプロ
グラム5の行番号に対応するプログラム仕様3のレコー
ド番号を抽出し、この抽出したレコード番号に対応する
レコードから必要なデータを取得し編集して表示装置2
に表示する。FIG. 1 is a block diagram of an embodiment of the present invention. For debugging in the present invention, the terminal 1 is used in advance, and the program specification 3 is created using symbols on the screen of the display device 2 connected to the terminal 1 and stored in an arbitrary storage device. Further, the program specification 3 is converted in the terminal 1, a source program 5 is created and transmitted to the host 4. Host 4
Translates and combines the received source program 5 to create a load module 6, and uses the load module 6 to perform distributed debugging by the host debugger 7 in the host 4 and the terminal debugger 8 in the terminal 1. It has become. In the present invention, further, when the program specification 3 is converted by the terminal 1 to create the source program 5, the record number given to the record constituting the program specification 3 and the line number given for each line of the source program 5 The line number table 9 showing the correspondence relation with is stored in an arbitrary storage device, the line number of the source program 5 being executed and transmitted by the host debugger 7 is received by the terminal debugger 8, and the line number table 9 , The record number of the program specification 3 corresponding to the line number of the source program 5 being executed is extracted, and necessary data is acquired from the record corresponding to the extracted record number and edited to edit the display device 2
To display.
【0010】図2は端末デバッガの機能を詳細に説明す
る説明図である。端末1内の端末デバッガ8の機能とし
ては、ホスト4から送信されたソースプログラム5の行
番号を取得する処理を行う行番号入力処理機能11と、
ソースプログラム5の行番号からプログラム仕様3のレ
コード番号を行番号テーブル9から取得し判定するプロ
グラム仕様レコード番号判定処理機能12と、プログラ
ム仕様3のレコード番号から表示する範囲を判定する表
示範囲判定処理機能13と、表示範囲から表示するデー
タをプログラム仕様3から取得し表示データの編集を行
う表示データ編集処理機能14と、編集された表示デー
タの現在実行中のプログラム仕様3のレコード番号の表
示データに実行中であることを示す編集を行う実行位置
表示データ編集処理機能15と、編集された表示データ
を表示装置2に出力する表示処理機能16とがある。図
3は行番号テーブルのフォーマットイメージを説明する
説明図である。図3分図(A)は1レコード目のフォー
マットイメージを示す図である。FIG. 2 is an explanatory view for explaining the function of the terminal debugger in detail. The functions of the terminal debugger 8 in the terminal 1 include a line number input processing function 11 for performing processing for acquiring the line number of the source program 5 transmitted from the host 4,
A program specification record number judgment processing function 12 for judging the record number of the program specification 3 from the line number of the source program 5 from the line number table 9, and a display range judgment processing for judging the range to be displayed from the record number of the program specification 3. Function 13 and display data edit processing function 14 that acquires data to be displayed from the display range from the program specification 3 and edits the display data, and display data of the record number of the program specification 3 that is currently being executed for the edited display data. There is an execution position display data edit processing function 15 that performs editing indicating that the display is being executed, and a display processing function 16 that outputs the edited display data to the display device 2. FIG. 3 is an explanatory diagram for explaining the format image of the line number table. FIG. 3A is a diagram showing a format image of the first record.
【0011】1レコード目は、プログラム全体の構成を
示すレコードであり、定義名、仕様リビジョン、ソース
プログラムの総行数などからなる。The first record is a record showing the structure of the entire program, and includes a definition name, a specification revision, the total number of lines of the source program, and the like.
【0012】図3分図(B)は2レコード目のフォーマ
ットイメージを示す図である。FIG. 3B is a diagram showing a format image of the second record.
【0013】2レコード目以降は、ソースプログラム5
の行番号の先頭から、1行ごとにプログラム仕様3のど
のレコード番号に対応しているかを示すプログラム仕様
3のレコード番号が、ソースプログラム5の行番号順に
1レコードあたり、30行分格納されている。図4は本
実施例の10レコード目のフォーマットイメージを示す
図である。After the second record, the source program 5
From the beginning of the line number of, the record number of the program specification 3 indicating which record number of the program specification 3 corresponds to each line is stored in order of the line number of the source program 5 for 30 lines per record. There is. FIG. 4 is a diagram showing a format image of the tenth record of this embodiment.
【0014】ソースプログラム5の行番号2410,2
420,2430,……のプログラム仕様3のレコード
番号を表示している。Line numbers 2410 and 2 of the source program 5
The record numbers of the program specifications 3 of 420, 2430, ... Are displayed.
【0015】図5はソースプログラムのイメージおよび
ソースプログラムに対応するプログラム仕様の表示イメ
ージを説明する説明図である。FIG. 5 is an explanatory view for explaining the image of the source program and the display image of the program specifications corresponding to the source program.
【0016】従来と本発明とでソースプログラムおよび
プログラム仕様のイメージには差がないが、本発明では
プログラム仕様表示イメージを表示し、現在実行中のレ
コードを強調して表示している状態を示している。Although there is no difference in the image of the source program and the program specification between the conventional method and the present invention, the present invention shows a state in which the program specification display image is displayed and the currently executed record is highlighted. ing.
【0017】次に動作について説明する。主として図2
を使用し、その他図1,図4,図5を使用する。Next, the operation will be described. Mainly Figure 2
And others, FIGS. 1, 4 and 5 are used.
【0018】端末デッバガ1の詳細な処理を、ホストデ
バッガ7が、現在ソースプログラム5の行番号2430
(図5分図(A)の強調表示参照)を実行中である場合
を例に取って説明する。ホスト4から行番号2430を
送信すると、端末デバッガ1では行番号入力処理機能1
1で行番号2430を取得し、次にプログラム仕様レコ
ード番号判定処理機能12でソースプログラム5の行番
号2430(図5分図(A))からソースプログラム5
の243行目と判定し、以下に示す計算式により、行番
号テーブル9のプログラム仕様2のプログラム仕様レコ
ード番号が格納されている位置を求める。For detailed processing of the terminal debugger 1, the host debugger 7 is currently in line number 2430 of the source program 5.
An example will be described in which (see highlighted display in FIG. 5A) is being executed. When the line number 2430 is transmitted from the host 4, the line number input processing function 1 is executed in the terminal debugger 1.
1 to obtain the line number 2430, and then the program specification record number determination processing function 12 uses the line number 2430 of the source program 5 (FIG. 5 (A)) to the source program 5
It is determined that the program specification record number of the program specification 2 of the line number table 9 is stored by the following formula.
【0019】(L−1)/P=R…N 但し L…ソースプログラム相対行番号 P…1レコードに格納される情報数 R+1…レコード番号 N+1…レコード中の相対位置 例の場合、L=243,P=30であるので、(243
−1)/30=8…2となり、レコード番号は、8+1
=9となり、先頭レコード分を加えて、レコード番号は
10レコード目であることが知れる。又、レコード中の
相対位置は、2+1=3となり、依て行番号2430に
対応するプログラム仕様3のレコード番号は、行番号テ
ーブル4の10レコード目の3番目のプログラム仕様レ
コード番号(図4参照)であることが求められ、プログ
ラム仕様3のレコード番号264を取得する。次に、表
示範囲判定処理機能13で表示装置2の表示範囲を判定
し、9行分(5図分図(B)参照)の表示を行う場合
は、実行位置のレコードを表示装置2の中央に表示する
ことにすると、プログラム仕様3の実行位置のレコード
番号が、プログラム仕様3の264レコード目より前が
4行分、後が4行分表示されるので、表示範囲は、先頭
がプログラム仕様3の260レコード目で最後がプログ
ラム仕様3の268レコード目と決定する。次に、表示
データ編集処理機能14が、プログラム仕様3の260
レコード目から268レコード目までのデータの取得を
行う。次に、表示位置表示データ編集処理機能15で
は、表示データ編集処理機能14が取得した表示データ
の中の、現在実行中の、プログラム仕様3の264レコ
ード目の表示データに実行中であることを示す編集を施
す。次に、表示処理機能16で表示位置表示データ編集
処理機能15の編集した表示データを表示装置2に出力
する。この表示データを受信した表示装置2は、分散デ
バッガの現在の実行位置を表示する。(図5分図(B)
強調表示参照)(L-1) / P = R ... N where L ... Source program relative line number P ... Number of information stored in one record R + 1 ... Record number N + 1 ... Relative position in record L = 243 in case of example , P = 30, (243
-1) / 30 = 8 ... 2 and the record number is 8 + 1
= 9, and it is known that the record number is the 10th record including the first record. Further, the relative position in the record is 2 + 1 = 3, and therefore the record number of the program specification 3 corresponding to the line number 2430 is the third program specification record number of the 10th record in the line number table 4 (see FIG. 4). ) Is obtained, and the record number 264 of the program specification 3 is acquired. Next, when the display range determination processing function 13 determines the display range of the display device 2 and displays 9 lines (see FIG. 5 (B) of FIG. 5), the record of the execution position is displayed in the center of the display device 2. , The record number at the execution position of the program specification 3 is displayed for four lines before the 264th record of the program specification 3 and for four lines after the 264th record of the program specification 3. In the 260th record of No. 3, the last is determined to be the 268th record of program specification 3. Next, the display data edit processing function 14 displays 260 of the program specification 3.
The data from the record to the 268th record is acquired. Next, the display position display data edit processing function 15 indicates that the display data acquired by the display data edit processing function 14 is being executed on the display data of the 264th record of the program specification 3 which is currently being executed. Make the edits shown. Next, the display processing function 16 outputs the display data edited by the display position display data editing processing function 15 to the display device 2. The display device 2 receiving this display data displays the current execution position of the distributed debugger. (Figure 5 minutes (B)
(See highlighting)
【発明の効果】以上説明したように、本発明は、端末で
プログラム仕様を構成するレコードに与えられたレコー
ド番号とソースプログラムの行ごとに与えられた行番号
との対応関係を示す行番号テーブルを作成し、任意の記
憶装置に格納し、ホストデバッガの送信する実行中のソ
ースプログラムの行番号を端末の端末デバッガで受信
し、行番号テーブルを参照して実行中のソースプログラ
ムの行番号に対応するプログラム仕様のレコード番号を
抽出し、この抽出したプログラム仕様のレコード番号に
対応するプログラム仕様のデータを表示装置に表示する
ことにより、プログラム仕様のデバッグの際、プログラ
ム仕様中の実行位置を正確にリアルタイムで知り正確に
プログラム仕様をデバッグすることができるという効果
が有る。As described above, according to the present invention, the line number table showing the correspondence relationship between the record numbers given to the records constituting the program specifications in the terminal and the line numbers given for each line of the source program. To the line number of the running source program by receiving the line number of the running source program sent by the host debugger and receiving it in the terminal debugger of the terminal. By extracting the record number of the corresponding program specification and displaying the data of the program specification corresponding to the extracted record number of the program specification on the display device, when debugging the program specification, the execution position in the program specification can be accurately determined. In addition, it has the effect of being able to know in real time and debug the program specifications accurately.
【図1】本発明の一実施例のブロック図である。FIG. 1 is a block diagram of an embodiment of the present invention.
【図2】端末デバッガの機能を詳細に説明する説明図で
ある。FIG. 2 is an explanatory diagram illustrating in detail the function of a terminal debugger.
【図3】行番号テーブルのフォーマットイメージを説明
する説明図である。FIG. 3 is an explanatory diagram illustrating a format image of a line number table.
【図4】本実施例の10レコード目のフォーマットイメ
ージを示す図である。FIG. 4 is a diagram showing a format image of a tenth record of the present embodiment.
【図5】ソースプログラムのイメージおよびソースプロ
グラムに対応するプログラム仕様の表示イメージを説明
する説明図である。FIG. 5 is an explanatory diagram illustrating an image of a source program and a display image of program specifications corresponding to the source program.
1 端末 2 表示装置 3 プログラム仕様 4 ホストコンピュータ(ホスト) 5 ソースプログラム 6 ロードモジュール 7 ホストデバッガ 8 端末デバッガ 9 行番号テーブル 11 行番号入力処理機能 12 プログラム仕様レコード番号判定処理機能 13 表示範囲判定処理機能 14 表示データ編集処理機能 15 実行位置表示データ編集処理機能 16 表示処理機能 1 Terminal 2 Display Device 3 Program Specification 4 Host Computer (Host) 5 Source Program 6 Load Module 7 Host Debugger 8 Terminal Debugger 9 Line Number Table 11 Line Number Input Processing Function 12 Program Specification Record Number Judgment Processing Function 13 Display Range Judgment Processing Function 14 Display data editing processing function 15 Execution position display data editing processing function 16 Display processing function
Claims (3)
て記号を利用しプログラム仕様を作成して任意の記憶装
置に格納し更にこのプログラム仕様を変換してソースプ
ログラムを作成しホストコンピュータに送信し、前記ホ
ストコンピュータで前記ソースプログラムからロードモ
ジュールを作成し、前記ロードモジュールを使用して前
記ホストコンピュータ内のホストデバッガと前記端末内
の端末デバッガとによってデバッグを行う分散デバッグ
方式において、前記端末で前記プログラム仕様を構成す
るレコードに与えられたレコード番号と前記ソースプロ
グラムの行ごとに与えられた行番号との対応関係を示す
行番号テーブルを作成し任意の記憶装置に格納し、前記
ホストデバッガの送信する実行中のソースプログラムの
行番号を前記端末の端末デバッガで受信し、前記行番号
テーブルを参照して前記実行中のソースプログラムの行
番号に対応する前記プログラム仕様のレコード番号を抽
出し、この抽出したプログラム仕様のレコード番号に対
応するプログラム仕様のデータを前記表示装置に表示す
ることを特徴とする分散デバッガにおける実行位置表示
方式。1. A program specification is created by using symbols on a screen of a display device connected to a terminal and stored in an arbitrary storage device, and the program specification is converted to create a source program and transmitted to a host computer. A distributed debug method in which a load module is created from the source program in the host computer, and debugging is performed by a host debugger in the host computer and a terminal debugger in the terminal using the load module, A line number table showing the correspondence between the record numbers given to the records that make up the program specifications and the line numbers given for each line of the source program is created, stored in an arbitrary storage device, and sent by the host debugger. The line number of the running source program of the terminal The record number of the program specification corresponding to the line number of the source program being received is extracted by referring to the line number table received by the terminal debugger, and the record number of the program specification corresponding to the record number of the extracted program specification is extracted. An execution position display method in a distributed debugger, characterized in that data is displayed on the display device.
を含む複数の連続するプログラム仕様のレコード番号群
を決定し、このプログラム仕様のレコード番号群に対応
するプログラム仕様のデータを表示することを特徴とす
る請求項1記載の分散デバッガにおける実行位置表示方
式。2. A record number group of a plurality of consecutive program specifications including the record number of the extracted program specification is determined, and the data of the program specification corresponding to the record number group of the program specification is displayed. An execution position display method in the distributed debugger according to claim 1.
するプログラム仕様のデータの中で、抽出したプログラ
ム仕様のレコード番号に対応するプログラム仕様のデー
タに実行位置を示す修飾を行い表示することを特徴とす
る請求項2記載の分散デバッガにおける実行位置表示方
式。3. The program specification data corresponding to the extracted program specification record number in the program specification data corresponding to the record number group of the program specification is modified and displayed to indicate the execution position. The execution position display method in the distributed debugger according to claim 2.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4053122A JPH05257733A (en) | 1992-03-12 | 1992-03-12 | Execution position-displaying system for distributed debuggers |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4053122A JPH05257733A (en) | 1992-03-12 | 1992-03-12 | Execution position-displaying system for distributed debuggers |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH05257733A true JPH05257733A (en) | 1993-10-08 |
Family
ID=12934004
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP4053122A Withdrawn JPH05257733A (en) | 1992-03-12 | 1992-03-12 | Execution position-displaying system for distributed debuggers |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH05257733A (en) |
-
1992
- 1992-03-12 JP JP4053122A patent/JPH05257733A/en not_active Withdrawn
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6289489B1 (en) | Method and apparatus for automatically cross-referencing graphical objects and HDL statements | |
JPH10275093A (en) | Program test support device | |
JPH05257733A (en) | Execution position-displaying system for distributed debuggers | |
US7689905B1 (en) | Containment of terminal application run-time data for viewing when disconnected from a host server | |
JP2011164786A (en) | Device, method and program for verifying operation | |
JP3214356B2 (en) | Test support equipment | |
JPH10301809A (en) | Method for automatically generating gui operation procedure | |
JPH0981415A (en) | Testing method for graphic user interface program | |
CN111448527A (en) | Vehicle diagnosis process playback method and device and readable storage medium | |
JP3430287B2 (en) | Computer-readable recording medium for recording a modular measuring instrument and a cooperative processing program of the modular measuring instrument | |
JPS6137082Y2 (en) | ||
JP2001188821A (en) | Circuit analyzer, circuit analysis method and computer readable recording medium with circuit analysis program recorded thereon | |
JPS63206084A (en) | Image display device | |
JPH05225286A (en) | Circuit element connection retrieval system | |
JPH10207923A (en) | Document preparation supporting device in design work | |
CN114139511A (en) | Method, system and storage medium for realizing responsive report | |
JP2005222528A (en) | Design review output device, design review support device, design review system, design review output method and design review support method | |
JPS62177637A (en) | Display system for simulation result | |
JPH04213725A (en) | Automatic generating system for test program | |
JPS6376054A (en) | Data flow formation control system | |
JPH05314200A (en) | Circuit element connection retrieving mechanism | |
CN113204494A (en) | Terminal remote test platform and method, electronic equipment and readable medium | |
JPH0394172A (en) | Waveform monitoring device | |
JPH06259241A (en) | Execution error message display method | |
JPH0635985A (en) | Block connecting systme |
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: 19990518 |