JPH04316140A - Program tracing device - Google Patents

Program tracing device

Info

Publication number
JPH04316140A
JPH04316140A JP3109728A JP10972891A JPH04316140A JP H04316140 A JPH04316140 A JP H04316140A JP 3109728 A JP3109728 A JP 3109728A JP 10972891 A JP10972891 A JP 10972891A JP H04316140 A JPH04316140 A JP H04316140A
Authority
JP
Japan
Prior art keywords
trace
identification name
trace data
data
traced
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
JP3109728A
Other languages
Japanese (ja)
Inventor
Tamotsu Kayamori
萱森 保
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co 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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP3109728A priority Critical patent/JPH04316140A/en
Publication of JPH04316140A publication Critical patent/JPH04316140A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To efficiently perform program tracing work. CONSTITUTION:An identifying name for identifying trace data 4 to be traced is registered on a identifying name registering table 5. The identifying names on the table 5 can be registered by means of an identifying name registering means 7 and canceled by means of an identifying name canceling means 8. On the other hand, a trace presence/absence discriminating means 12 discriminate the necessity of tracing the trace data 4 by referring to the table 5 at the moment a trace instruction detecting means 11 detects a trace instruction 3 in a program 1 to be traced. As a results, only trace data which are discriminated to be traced by the means 12 are stored in a trace buffer 6. Of the trace data stored in the buffer 6, in addition, those selected by their identifying names only are displayed on a trace data displaying means 9.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、プログラムの実行過程
を追跡するプログラムトレース装置に関するものである
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program tracing device for tracing the execution process of a program.

【0002】0002

【従来の技術】従来の計算機において、プログラムの実
行過程のデータをトレース(追跡)する場合は、一般的
に以下のような方法が採られていた。即ち、OS(制御
プログラム)の機能の1つとしてトレース機能を持たせ
ていた。具体的には、データをトレースするトレースマ
クロ命令から成るトレース処理手段と、トレースデータ
を表示する表示手段とを設けていた。そして、被トレー
スプログラムにトレースマクロ命令を埋め込み、被トレ
ースプログラムの実行時にすべてのトレースマクロ命令
で指定されたトレースデータをトレースバッファに格納
していた。その後、トレースバッファ内のトレースデー
タをすべて表示していた。
2. Description of the Related Art In conventional computers, the following method is generally used to trace data from the execution process of a program. That is, a trace function was provided as one of the functions of the OS (control program). Specifically, a trace processing means consisting of a trace macro instruction for tracing data, and a display means for displaying the trace data were provided. Then, trace macro instructions are embedded in the traced program, and trace data specified by all trace macro instructions is stored in a trace buffer when the traced program is executed. After that, all trace data in the trace buffer was displayed.

【0003】0003

【発明が解決しようとする課題】しかしながら、上述し
た従来の技術には、次のような問題があった。即ち、従
来は、すべてのトレースデータを表示するようにしてい
たため、トレースデータを解析するとき、関連するトレ
ースデータのみを捜し出して解析するのに時間を要して
いた。本発明は、以上の点に着目してなされたもので、
トレースデータの解析を容易にするため、関連するトレ
ースデータのみの表示もできるようにしたプログラムト
レース装置を提供することを目的とするものである。
[Problems to be Solved by the Invention] However, the above-mentioned conventional technology has the following problems. That is, conventionally, all trace data was displayed, so when analyzing trace data, it took time to find and analyze only relevant trace data. The present invention has been made focusing on the above points,
It is an object of the present invention to provide a program tracing device that can also display only related trace data in order to facilitate analysis of trace data.

【0004】0004

【課題を解決するための手段】本発明のプログラムトレ
ース装置の第1の発明は、トレース対象とするトレース
データを識別するための識別名を登録する識別名登録テ
ーブルと、当該識別名登録テーブルに前記識別名を登録
する識別名登録手段と、当該識別名登録テーブルに登録
された前記識別名を解除する識別名解除手段と、被トレ
ースプログラム中に記載されたトレース命令を検出する
トレース命令検出手段と、前記識別名登録テーブルを参
照し、前記トレースデータについてのトレースの必要性
の有無を判定するトレース有無判定手段と、前記トレー
ス命令検出手段によるトレース命令の検出時点で、前記
トレース有無判定手段によりトレースが必要と判定され
たトレースデータをトレースバッファに格納するトレー
スデータ格納手段と、当該トレースバッファ内のトレー
スデータを表示するトレースデータ表示手段とを設けた
ことを特徴とするものである。
[Means for Solving the Problems] A first aspect of the program tracing device of the present invention includes an identification name registration table for registering an identification name for identifying trace data to be traced, and a Identification name registration means for registering the identification name, identification name cancellation means for canceling the identification name registered in the identification name registration table, and trace instruction detection means for detecting a trace instruction written in the traced program. a trace presence/absence determination means that refers to the identification name registration table and determines whether or not tracing is necessary for the trace data; The present invention is characterized by providing trace data storage means for storing trace data determined to be necessary for tracing in a trace buffer, and trace data display means for displaying the trace data in the trace buffer.

【0005】本発明のプログラムトレース装置の第2の
発明は、トレースデータを格納するトレースバッファと
、被トレースプログラム中に記載されたトレース命令を
検出するトレース命令検出手段と、当該トレース命令検
出手段によるトレース命令の検出時点で前記トレースバ
ッファに前記トレースデータを格納するトレースデータ
格納手段と、識別名により選択されたトレースデータを
表示するトレースデータ表示手段とを設けたことを特徴
とするものである。
A second aspect of the program tracing device of the present invention provides a trace buffer for storing trace data, a trace instruction detecting means for detecting a trace instruction written in a traced program, and a trace instruction detecting means for detecting a trace instruction written in a traced program. The present invention is characterized by comprising trace data storage means for storing the trace data in the trace buffer at the time of detection of a trace command, and trace data display means for displaying trace data selected by an identification name.

【0006】[0006]

【作用】本発明のプログラムトレース装置の第1の発明
においては、トレース対象とするトレースデータを識別
するための識別名が識別名登録テーブルに登録されてい
る。この識別名登録テーブル内の識別名は、識別名登録
手段により登録し、識別名解除手段により解除できる。 一方、トレース命令検出手段により被トレースプログラ
ム中のトレース命令が検出された時点で、トレース有無
判定手段は、識別名登録テーブルを参照し、トレースデ
ータについてのトレースの必要性の有無を判定する。そ
して、トレースが必要と判定されたトレースデータのみ
がトレースバッファに格納され、トレースデータ表示手
段により表示される。
In the first aspect of the program tracing device of the present invention, an identification name for identifying trace data to be traced is registered in an identification name registration table. The identification name in this identification name registration table can be registered by the identification name registration means and canceled by the identification name cancellation means. On the other hand, at the time when a trace instruction in the traced program is detected by the trace instruction detection means, the trace presence/absence determination means refers to the identification name registration table and determines whether or not tracing of the trace data is necessary. Then, only the trace data determined to require tracing is stored in the trace buffer and displayed by the trace data display means.

【0007】本発明のプログラムトレース装置の第2の
発明においては、トレース命令検出手段により被トレー
スプログラム中のトレース命令が検出された時点で、ト
レースバッファにトレースデータが格納される。トレー
スバッファに格納されたトレースデータは、識別名によ
り選択されたもののみがトレースデータ表示手段に表示
される。
In the second aspect of the program tracing device of the present invention, trace data is stored in the trace buffer at the time when the trace command detection means detects the trace command in the traced program. Of the trace data stored in the trace buffer, only the trace data selected by the identification name is displayed on the trace data display means.

【0008】[0008]

【実施例】以下、本発明の実施例を図面を参照して詳細
に説明する。図1は、本発明のプログラムトレース装置
の実施例のブロック図である。図示の装置では、トレー
ス対象の被トレースプログラム1をOS2がトレースす
る。
Embodiments Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram of an embodiment of a program tracing device of the present invention. In the illustrated device, an OS 2 traces a traced program 1 to be traced.

【0009】被トレースプログラム1には、トレースマ
クロ命令3が含まれている。トレースマクロ命令3は、
そのオペランドによりトレースデータ4の先頭アドレス
を示す。また、トレースデータ4は、トレースの対象と
なるデータである。被トレースプログラム1中のトレー
スデータ4は、後述する図3に示す識別名によりオペレ
ータが選択することができる。即ち、オペレータは、デ
バッグ等の際、トレースの対象をトレースデータA、B
のいずれにすべきかを識別名により選択できる。
The traced program 1 includes a trace macro instruction 3. Trace macro instruction 3 is
The operand indicates the start address of trace data 4. Further, trace data 4 is data to be traced. The trace data 4 in the traced program 1 can be selected by the operator using the identification name shown in FIG. 3, which will be described later. That is, when debugging etc., the operator selects the trace data A and B as the object of tracing.
You can select which one to use using the identification name.

【0010】OS2は、識別名登録テーブル5と、トレ
ースバッファ6と、識別名登録手段7と、識別名解除手
段8と、トレースデータ表示手段9と、スーパバイザ1
0とから成る。識別名登録テーブル5は、トレース対象
となるトレースデータ4を識別するための識別名を登録
する。トレースバッファ6は、トレースデータ4のうち
、トレースの必要なものを格納する。識別名登録手段7
は、トレースの必要なトレースデータの識別名を識別名
登録テーブル5に登録する。この識別名登録手段7は、
具体的には、図2に示すディスプレイ94及びキーボー
ド95から成る。
The OS 2 includes an identification name registration table 5, a trace buffer 6, an identification name registration means 7, an identification name cancellation means 8, a trace data display means 9, and a supervisor 1.
Consists of 0. The identification name registration table 5 registers identification names for identifying the trace data 4 to be traced. The trace buffer 6 stores the trace data 4 that needs to be traced. Identification name registration means 7
registers the identification name of the trace data that needs to be traced in the identification name registration table 5. This identification name registration means 7 is
Specifically, it consists of a display 94 and a keyboard 95 shown in FIG.

【0011】識別名解除手段8は、トレースの必要でな
いトレースデータの識別名を識別名登録テーブル5から
削除する。この識別名解除手段8も、具体的には、図2
に示すディスプレイ94及びキーボード95から成る。 トレースデータ表示手段9は、CRT等から成り、トレ
ースバッファ6内のトレースデータを表示する。このト
レースデータ表示手段9も、具体的には、図2に示すデ
ィスプレイ94及びキーボード95から成る。
Identification name cancellation means 8 deletes from the identification name registration table 5 the identification name of trace data that does not require tracing. This identification name cancellation means 8 is also specifically shown in FIG.
It consists of a display 94 and a keyboard 95 shown in FIG. The trace data display means 9 consists of a CRT or the like, and displays the trace data in the trace buffer 6. This trace data display means 9 also specifically includes a display 94 and a keyboard 95 shown in FIG.

【0012】スーパバイザ10は、タスク管理等の中核
処理を行なう制御プログラムである。これには、トレー
ス命令検出手段11と、トレース有無判定手段12と、
トレースデータ格納手段13とが含まれている。トレー
ス命令検出手段11は、被トレースプログラム1中のト
レースマクロ命令3を検出する。トレース有無判定手段
12は、識別名登録テーブル5内の識別名とトレースデ
ータ4内の識別名との比較により、トレースデータがト
レース対象となっているか否かを判定する。トレースデ
ータ格納手段13は、トレース有無判定手段12により
判定されたトレースデータをトレースバッファ6に格納
する。
The supervisor 10 is a control program that performs core processing such as task management. This includes a trace command detection means 11, a trace presence/absence determination means 12,
Trace data storage means 13 is included. The trace instruction detection means 11 detects the trace macro instruction 3 in the traced program 1 . The trace presence/absence determination means 12 determines whether or not the trace data is a trace target by comparing the identification name in the identification name registration table 5 and the identification name in the trace data 4. The trace data storage means 13 stores the trace data determined by the trace presence/absence determination means 12 in the trace buffer 6.

【0013】図2は、本発明が適用可能な標準的なシス
テムの構成図である。図示のシステムは、CPU91の
バスライン90に接続された、メモリ92と、プリンタ
93と、ディスプレイ94と、キーボード95と、ディ
スク96とから成る。CPU91は、メモリ92に格納
されたプログラムに従って各種のデータを処理する。メ
モリ92は、ランダム・アクセス・メモリ等から成り、
図1に示す被トレースプログラム1やOS2等の各種の
プログラムやデータを一時的に格納している。
FIG. 2 is a block diagram of a standard system to which the present invention is applicable. The illustrated system includes a memory 92, a printer 93, a display 94, a keyboard 95, and a disk 96 connected to a bus line 90 of a CPU 91. The CPU 91 processes various data according to programs stored in the memory 92. The memory 92 consists of random access memory, etc.
Various programs and data such as the traced program 1 and the OS 2 shown in FIG. 1 are temporarily stored.

【0014】プリンタ93は、データ処理結果等を出力
するためのものである。ディスプレイ94及びキーボー
ド95は、オペレータが図示のシステムを直接操作する
ためのものである。これらにより、図1に示す識別名登
録手段7、識別名解除手段8及びトレースデータ表示手
段9が構成される。ディスク96は、磁気ディスク等か
ら成り、図1に示す被トレースプログラム1やOS2等
の各種のプログラムやデータを格納している。
The printer 93 is for outputting data processing results and the like. A display 94 and keyboard 95 are provided for direct operation of the illustrated system by an operator. These constitute the identification name registration means 7, the identification name cancellation means 8, and the trace data display means 9 shown in FIG. The disk 96 is made of a magnetic disk or the like, and stores various programs and data such as the traced program 1 and the OS 2 shown in FIG.

【0015】図3は、トレースデータ形式を示す図であ
る。図示のように、トレースデータ4は、識別名21と
、データサイズ22と、トレース対象データ23とから
成る。識別名21は、識別名登録手段7により識別名登
録テーブル5に登録される識別名に対応した識別名であ
る。例えば、トレースデータAについてトレースが必要
な場合は、識別名“#1”が識別名登録テーブル5に登
録されている。この識別名登録テーブル5内の識別名と
、トレースデータ4内の識別名21とをトレース有無判
定手段により比較した結果、両者が一致するか否かによ
り、トレース対象となるトレースデータが識別される。 データサイズ22は、トレースデータ4のサイズを示す
。トレース対象データ23は、OS2によりトレースの
対象となり得るデータである。
FIG. 3 is a diagram showing the trace data format. As illustrated, the trace data 4 includes an identification name 21, a data size 22, and trace target data 23. The identification name 21 is an identification name corresponding to the identification name registered in the identification name registration table 5 by the identification name registration means 7. For example, if tracing is required for trace data A, the identification name “#1” is registered in the identification name registration table 5. As a result of comparing the identification name in the identification name registration table 5 and the identification name 21 in the trace data 4 by the trace presence/absence determination means, the trace data to be traced is identified depending on whether the two match or not. . Data size 22 indicates the size of trace data 4. The trace target data 23 is data that can be traced by the OS 2.

【0016】図4は、識別名登録テーブル形式を示す図
である。図示のように、識別名登録テーブル5には、ト
レース対象のトレースデータを示す識別名“#1”〜“
#m”が登録される。
FIG. 4 is a diagram showing the format of the identification name registration table. As shown in the figure, the identification name registration table 5 includes identification names "#1" to "#1" indicating trace data to be traced.
#m” is registered.

【0017】図5は、トレースバッファ形式を示す図で
ある。図示のように、トレースバッファ6には、実際に
トレースされたトレースデータ“#1”〜“#n”が格
納される。
FIG. 5 is a diagram showing the trace buffer format. As shown in the figure, the trace buffer 6 stores trace data “#1” to “#n” that are actually traced.

【0018】次に、図1に示す装置の動作について説明
する。図6は、本発明のスーパバイザの処理手順を示す
フローチャートである。即ち、トレースは、以下の手順
で行なわれる。まず、被トレースプログラム1を実行す
る。これにより、トレースマクロ命令3が実行される。 すると、トレースマクロ命令3内のソフトウェア割込み
命令によりソフトウェア割込みが発生し、スーパバイザ
10に制御が移行する(ステップS61)。スーパバイ
ザ10では、トレース命令検出手段11でトレースマク
ロ命令3からの割込みか否かを判定する(ステップS6
2)。トレースマクロ命令3からの割込みであるときは
、トレース有無判定手段12が起動される。
Next, the operation of the apparatus shown in FIG. 1 will be explained. FIG. 6 is a flowchart showing the processing procedure of the supervisor according to the present invention. That is, tracing is performed in the following procedure. First, the traced program 1 is executed. As a result, trace macro instruction 3 is executed. Then, a software interrupt is generated by the software interrupt instruction in the trace macro instruction 3, and control is transferred to the supervisor 10 (step S61). In the supervisor 10, the trace instruction detection means 11 determines whether or not the interrupt is from the trace macro instruction 3 (step S6).
2). When the interrupt is from the trace macro instruction 3, the trace presence/absence determining means 12 is activated.

【0019】トレース有無判定手段12では、トレース
データ4の識別名21が識別名登録テーブル5に登録さ
れているか否かを調べる(ステップS64)。登録され
ていれば、トレース格納手段13でトレースデータ4を
トレースバッファ6に格納する(ステップS65)。識
別名登録テーブル5の先頭の識別名が“ALL”のとき
は、すべてのトレースデータ4を無条件にトレースバッ
ファ6に格納する(ステップS63)。尚、トレースバ
ッファ6は、サイクリックバッファである。
The trace presence/absence determining means 12 checks whether the identification name 21 of the trace data 4 is registered in the identification name registration table 5 (step S64). If registered, the trace storage means 13 stores the trace data 4 in the trace buffer 6 (step S65). When the first identification name of the identification name registration table 5 is "ALL", all trace data 4 is unconditionally stored in the trace buffer 6 (step S63). Note that the trace buffer 6 is a cyclic buffer.

【0020】次に、識別名の登録・解除とトレースデー
タの表示の手順を以下に示す。図7は、識別名登録の処
理手順を示すフローチャートである。識別名登録手段7
は、キーボード等から識別名を入力し(ステップS71
)、入力された識別名を、識別名登録テーブル5に登録
する(ステップS73)。入力された識別名が“ALL
”のときは(ステップS72)、識別名登録テーブル5
の先頭に“ALL”を登録する(ステップS74)。
Next, the procedure for registering/cancelling an identification name and displaying trace data will be described below. FIG. 7 is a flowchart showing the procedure for registering an identification name. Identification name registration means 7
input the identification name from the keyboard etc. (step S71).
), the input identification name is registered in the identification name registration table 5 (step S73). If the entered identification name is “ALL”
” (step S72), the identification name registration table 5
``ALL'' is registered at the beginning of ``ALL'' (step S74).

【0021】図8は、識別名解除の処理手順を示すフロ
ーチャートである。識別名解除手段8は、キーボード等
から識別名を入力し(ステップS81)、入力された識
別名を、識別名登録テーブル5から削除する(ステップ
S82)。
FIG. 8 is a flowchart showing the processing procedure for canceling an identification name. The identification name cancellation means 8 inputs an identification name from a keyboard or the like (step S81), and deletes the input identification name from the identification name registration table 5 (step S82).

【0022】図9は、トレースデータ表示の処理手順を
示すフローチャートである。トレースデータ表示手段9
は、キーボード等から識別名を入力し(ステップS91
)、識別名が“ALL”のときは(ステップS92)、
トレースバッファ6のすべてのトレースデータをディス
プレイに表示し(ステップS93)、その他のときは、
指定された識別名のトレースデータのみを表示する(ス
テップS94)。即ち、トレースデータ表示手段9は、
識別名を基にトレースバッファ6からトレースデータを
選択して表示する。
FIG. 9 is a flowchart showing the processing procedure for displaying trace data. Trace data display means 9
input the identification name from the keyboard etc. (step S91).
), when the identification name is "ALL" (step S92),
All trace data in the trace buffer 6 is displayed on the display (step S93), and in other cases,
Only trace data with the specified identification name is displayed (step S94). That is, the trace data display means 9
Trace data is selected from the trace buffer 6 based on the identification name and displayed.

【0023】[0023]

【発明の効果】以上説明したように、本発明のプログラ
ムトレース装置によれば、識別名により、必要なトレー
スデータのみをトレースし、必要なトレースデータのみ
を表示できる。従って、トレースデータの解析を容易且
つ効率的に行なうことができる。
As described above, according to the program tracing device of the present invention, only the necessary trace data can be traced and only the necessary trace data can be displayed based on the identification name. Therefore, trace data can be analyzed easily and efficiently.

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

【図1】本発明のプログラムトレース装置の実施例のブ
ロック図である。
FIG. 1 is a block diagram of an embodiment of a program tracing device of the present invention.

【図2】本発明が適用可能な標準的なシステムの構成図
である。
FIG. 2 is a configuration diagram of a standard system to which the present invention is applicable.

【図3】本発明のトレースデータ形式を示す図である。FIG. 3 is a diagram showing a trace data format of the present invention.

【図4】本発明の識別名登録テーブル形式を示す図であ
る。
FIG. 4 is a diagram showing an identification name registration table format of the present invention.

【図5】本発明のトレースバッファ形式を示す図である
FIG. 5 is a diagram illustrating a trace buffer format of the present invention.

【図6】本発明のスーパバイザの処理手順を示すフロー
チャートである。
FIG. 6 is a flowchart showing a processing procedure of a supervisor according to the present invention.

【図7】識別名登録の処理手順を示すフローチャートで
ある。
FIG. 7 is a flowchart showing a processing procedure for registering an identification name.

【図8】識別名解除の処理手順を示すフローチャートで
ある。
FIG. 8 is a flowchart showing a processing procedure for canceling an identification name.

【図9】トレースデータ表示の処理手順を示すフローチ
ャートである。
FIG. 9 is a flowchart showing a processing procedure for displaying trace data.

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

1  被トレースプログラム 2  OS 3  トレースマクロ命令 4  トレースデータ 5  識別名登録テーブル 6  トレースバッファ 7  識別名登録手段 8  識別名解除手段 9  トレースデータ表示手段 10  スーパバイザ 11  トレース命令検出手段 12  トレース有無判定手段 13  トレースデータ格納手段 21  識別名 22  データサイズ 23  トレースデータ 1 Traced program 2 OS 3 Trace macro instruction 4 Trace data 5 Identification name registration table 6 Trace buffer 7 Identification name registration means 8 Identification name release means 9 Trace data display means 10 Supervisor 11 Trace instruction detection means 12 Trace presence/absence determination means 13 Trace data storage means 21 Identification name 22 Data size 23 Trace data

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】  トレース対象とするトレースデータを
識別するための識別名を登録する識別名登録テーブルと
、当該識別名登録テーブルに前記識別名を登録する識別
名登録手段と、当該識別名登録テーブルに登録された前
記識別名を解除する識別名解除手段と、被トレースプロ
グラム中に記載されたトレース命令を検出するトレース
命令検出手段と、前記識別名登録テーブルを参照し、前
記トレースデータについてのトレースの必要性の有無を
判定するトレース有無判定手段と、前記トレース命令検
出手段によるトレース命令の検出時点で、前記トレース
有無判定手段によりトレースが必要と判定されたトレー
スデータをトレースバッファに格納するトレースデータ
格納手段と、当該トレースバッファ内のトレースデータ
を表示するトレースデータ表示手段とを設けたことを特
徴とするプログラムトレース装置。
[Claim 1] An identification name registration table for registering an identification name for identifying trace data to be traced; an identification name registration means for registering the identification name in the identification name registration table; and an identification name registration table for registering the identification name in the identification name registration table. an identification name cancellation means for canceling the identification name registered in the traced program; a trace instruction detection means for detecting a trace instruction written in the traced program; trace data for storing in a trace buffer trace data for which tracing is determined to be necessary by the trace instruction detecting means at the time when the trace instruction detecting means detects a trace instruction; A program tracing device comprising a storage means and a trace data display means for displaying trace data in the trace buffer.
【請求項2】  トレースデータを格納するトレースバ
ッファと、被トレースプログラム中に記載されたトレー
ス命令を検出するトレース命令検出手段と、当該トレー
ス命令検出手段によるトレース命令の検出時点で前記ト
レースバッファに前記トレースデータを格納するトレー
スデータ格納手段と、識別名により選択されたトレース
データを表示するトレースデータ表示手段とを設けたこ
とを特徴とするプログラムトレース装置。
2. A trace buffer for storing trace data; a trace instruction detection means for detecting a trace instruction written in a traced program; and a trace instruction detection means for detecting a trace instruction written in a traced program; A program tracing device comprising trace data storage means for storing trace data and trace data display means for displaying trace data selected by an identification name.
JP3109728A 1991-04-15 1991-04-15 Program tracing device Pending JPH04316140A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3109728A JPH04316140A (en) 1991-04-15 1991-04-15 Program tracing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3109728A JPH04316140A (en) 1991-04-15 1991-04-15 Program tracing device

Publications (1)

Publication Number Publication Date
JPH04316140A true JPH04316140A (en) 1992-11-06

Family

ID=14517730

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3109728A Pending JPH04316140A (en) 1991-04-15 1991-04-15 Program tracing device

Country Status (1)

Country Link
JP (1) JPH04316140A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08137716A (en) * 1994-11-07 1996-05-31 Nec Corp Program operation history management system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08137716A (en) * 1994-11-07 1996-05-31 Nec Corp Program operation history management system

Similar Documents

Publication Publication Date Title
WO2021010390A1 (en) Automatic determination process device, automatic determination process method, inspection system, program, and recording medium
JPH04316140A (en) Program tracing device
JP2821300B2 (en) Function call and return detection method
JPH11143743A (en) Message classifying method and device therefor
JP2795332B2 (en) Loop processing error detection device
JPS60238948A (en) Device for measuring processing time of computer system
JPH03294934A (en) Debugger for high level program lenguage
CN118276926A (en) Workflow engine function expansion method and device, storage medium and electronic equipment
JP2853667B2 (en) Program trace device with hardware function guide
JPH05181702A (en) Soft debugger
JPH05250221A (en) Simulator execution system
JPH0193812A (en) System for displaying help screen
JP2515333B2 (en) System dynamic information collection processor
JP2746180B2 (en) Program test support management device and program test support management method
JP2003263340A (en) Debug device
JP2618982B2 (en) Information processing apparatus and information processing method
JP3055271B2 (en) Task identification method
JPH01145740A (en) Emulator for multi-process
JPH04236635A (en) Identification name retrieval processing system
JPH04242455A (en) Inter-processor communication trace circuit
JPH0772908A (en) Programmable controller
JPH0778095A (en) Program abnormality cause analytic device
JPH07146782A (en) Device driver registering state detection system
JPS58169262A (en) Method and device for collecting data on execution state of structured program
JPH06222950A (en) Exception cause message output device