JPH01231136A - Trace information output system - Google Patents

Trace information output system

Info

Publication number
JPH01231136A
JPH01231136A JP63057604A JP5760488A JPH01231136A JP H01231136 A JPH01231136 A JP H01231136A JP 63057604 A JP63057604 A JP 63057604A JP 5760488 A JP5760488 A JP 5760488A JP H01231136 A JPH01231136 A JP H01231136A
Authority
JP
Japan
Prior art keywords
trace information
level
program
trace
output
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
JP63057604A
Other languages
Japanese (ja)
Inventor
Hideo Matsumoto
秀男 松本
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 JP63057604A priority Critical patent/JPH01231136A/en
Publication of JPH01231136A publication Critical patent/JPH01231136A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To reduce the quantity of trace information to be outputted to the minimum after having included the trace information required for confirming the flow of a processing of a program by dividing a passing derail point for outputting the trace information into a level 1 and 2. CONSTITUTION:A trace information editing output routine registering means 1 registers a trace information editing output means 3 for outputting the trace information at the time of starting the execution of a program, in the program. Also, a trace information store part 5 stores temporarily the prescribed number of latest trace information. When said information has reached a passing derail point which is divided into a level 1 and a level 2 in advance in the course of execution of the program, a track information stack means 2 stores a passing derail point name, and the passing derail point name and processed information as the trace information in the trace information store part 5 in case of the level 1 and in case of the level 2, respectively.

Description

【発明の詳細な説明】 (産業上の利用分野〕 本発明はトレース情報出力方式に関し、特にトレース情
報として通過ディレールポイント名と処理済情報とを編
集して出力することによりプログラムの処理の流れを確
認するプログラムのデバッグ手法においてトレース情報
の出力量を最小限に絞り込むトレース情報出力方式に関
する。
[Detailed Description of the Invention] (Field of Industrial Application) The present invention relates to a trace information output method, and in particular, the present invention relates to a trace information output method, and in particular, the processing flow of a program is improved by editing and outputting passing delay point names and processed information as trace information. This invention relates to a trace information output method that minimizes the amount of trace information output in a program debugging method for checking.

〔従来の技術〕[Conventional technology]

従来、この種のトレース情報出力方式には、−般に次の
ような方式がある。
Conventionally, this type of trace information output method generally includes the following methods.

まず、第1の方法として、通常使用されている方式で、
全てのトレース情報を無条件に編集して出力する方式が
ある。
First, the first method is the commonly used method,
There is a method that edits and outputs all trace information unconditionally.

第2の方式として、全てのトレース情報をディスク等の
中間媒体上にファイルとして一時的に蓄えておき、プロ
グラムの実行終了後に中間媒体上に蓄えられたトレース
情報から必要なトレース情報を別途の手段により検索し
て出力する方式がある。
The second method is to temporarily store all the trace information as a file on an intermediate medium such as a disk, and then extract the necessary trace information from the trace information stored on the intermediate medium after the execution of the program by a separate means. There is a method of searching and outputting.

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

上述した従来の第1のトレース情報出力方式では、全て
のトレース情報を無条件に編集して出力していたので、
トレース情報の量によって出力量が膨大になるという欠
点がある。特に、通常のデバッグ時においては必要なト
レース情報のほとんどはプログラムの異常終了直前のト
レース情報であるにもかかかわらず必要なトレース情報
が出力されるまでに不要なトレース情報が数多く出力さ
れることになり、トレース情報の出力量と出力時間との
無駄が生じるという欠点がある。
In the first conventional trace information output method described above, all trace information was edited and outputted unconditionally.
The drawback is that the amount of output becomes enormous depending on the amount of trace information. In particular, even though most of the necessary trace information during normal debugging is the trace information immediately before the program terminates abnormally, a lot of unnecessary trace information is output before the necessary trace information is output. This has the drawback that the output amount of trace information and the output time are wasted.

また、従来の第2のトレース情報出力方式では、中間媒
体上に蓄えられたトレース情報から必要なトレース情報
を検索して編集し出力していたので、必要なトレース情
報の検索のための処理手順が追加され、処理手順が煩雑
になるという欠点がある。
In addition, in the conventional second trace information output method, the necessary trace information was searched for, edited, and output from the trace information stored on the intermediate medium, so the processing procedure for searching for the necessary trace information was This has the disadvantage that the processing procedure becomes complicated.

また、中間媒体上に蓄えられたトレース情報の量によっ
ては必要なトレース情報の検索処理に時間がかかるとい
う欠点がある。
Another drawback is that it takes time to search for necessary trace information depending on the amount of trace information stored on the intermediate medium.

本発明の目的は、上述の点に鑑み、トレース情報をyi
羅したうえで必要最小限に絞り込んだトレース情報を出
力するトレース情報出力方式を提供することにある。
In view of the above-mentioned points, an object of the present invention is to
The object of the present invention is to provide a trace information output method that outputs trace information that has been narrowed down to the necessary minimum after all the information has been analyzed.

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

本発明のトレース情報出力方式は、トレース情報として
通過ディレールポイント名と処理済情報とをkiA集し
て出力することによりプログラムの処理の流れを確認す
るプログラムのデバッグ手法において、プログラムの実
行開始時にトレース情報を出力するトレース情報編集出
力手段をプログラムに登録するトレース情報編集出力ル
ーチン登録手段と、一定数の最新のトレース情報を一時
的に格納するトレース情報格納部と、プログラムの実行
中に予めレベル1とレベル2とにレベル分けされた通過
ディレールポイントに到達したときにトレース情報とし
てレベルlでは通過ディレールポイント名をレベル2で
は通過ディレールポイント名と処理済情報とを前記トレ
ース情報格納部にそれぞれ格納するトレース情報スタッ
ク手段と、前記トレース情報編集出力ルーチン登録手段
による前記トレース情報編集出力手段の登録時に前記ト
レース情報格納部を確保し前記トレース情報格納部のト
レース情報の格納アドレスを前記トレース情報スタック
手段および前記トレース情報編集出力手段に対して引き
継ぐトレース情報スフソファドレス引継ぎ手段とを有す
る。
The trace information output method of the present invention is a program debugging method that checks the processing flow of a program by outputting a kiA collection of passing delay point names and processed information as trace information. a trace information editing output routine registration means for registering a trace information editing output means for outputting trace information in a program; a trace information storage section for temporarily storing a certain number of the latest trace information; When reaching a passing delay point divided into levels 1 and 2, the trace information storage section stores the passing delay point name at level 1 and the passing delay point name and processed information at level 2 as trace information. and a trace information stack means for storing the trace information in the trace information storage section when registering the trace information edit output means by the trace information edit output routine registration means and store the trace information storage address of the trace information storage section in the trace information storage section. It has an information stacking means and a trace information transfer means for taking over the trace information editing and outputting means.

〔作用〕・ 本発明のトレース情報出力方式では、トレース情報kM
集出カルーチン登録手段がプログラムの実行開始時にト
レース情報を出力するトレース情報編集出力手段をプロ
グラムに登録し、トレース情報格納部が一定数の最新の
トレース情報を一時的に格納し、トレース情報スタック
手段がプログラムの実行中に予めレベル1とレベル2と
にレベル分けされた通過ディレールポイントに到達した
ときにトレース情報としてレベルlでは通過ディレール
ポイント名をレベル2では通過ディレールポイント名と
処理済情報とをトレース情報格納部にそれぞれ格納し、
トレース情報スフソファドレス引継ぎ手段がトレース情
報編集出力ルーチン登録手段によるトレース情報編集出
力手段の登録時にトレース情報格納部を確保しトレース
情報格納部のトレース情報の格納アドレスをトレース情
報スタック手段およびトレース情報編集出力手段に対し
て引き継ぐ。
[Operation]- In the trace information output method of the present invention, the trace information kM
The collection/output routine registration means registers in the program a trace information editing/output means that outputs trace information at the start of program execution, and the trace information storage section temporarily stores a certain number of the latest trace information, and the trace information stack means When reaching a passing delay point that has been divided into levels 1 and 2 in advance during program execution, the trace information is processed as the passing delay point name at level l and the passing delay point name at level 2. information and are respectively stored in the trace information storage section,
When the trace information editing and outputting means is registered by the trace information editing and outputting routine registration means, the trace information storage address takeover means secures the trace information storage section and transfers the trace information storage address of the trace information storage section to the trace information stacking means and the trace information editing. Take over for output means.

〔実施例〕 次に、本発明について図面を参照して詳細に説明する。〔Example〕 Next, the present invention will be explained in detail with reference to the drawings.

第1図は、本発明の一実施例のトレース情報出力方式が
適用されたプログラムの構成を示すブロック図である。
FIG. 1 is a block diagram showing the configuration of a program to which a trace information output method according to an embodiment of the present invention is applied.

このプロゲラ°ムは、トレース情報編集出力ルーチン登
録手段lと、トレース情報スタック手段2と、トレース
情1m集出力手段3と、トレース情報スタックアドレス
引継ぎ手段4と、トレース情報格納部5とを含んで構成
されている。
This program includes trace information editing output routine registration means 1, trace information stack means 2, trace information 1m collection output means 3, trace information stack address inheritance means 4, and trace information storage section 5. It is configured.

トレース情報スタック手段2は、プログラムの実行中に
予めプログラマ(プログラムの作成者)によってレベル
lとレベル2とにレベル分けされた通過ディレールポイ
ントに到達したときに、トレース情報としてレベルlの
通過ディレールポイントの通過ディレールポイント名を
スタックするレベル1トレース情報スタツク手段21と
、トレース情報としてレベル2の通過ディレールポイン
トの通過ディレールポイント名と処理済情報とをスタッ
クするレベル2トレース情報スタツク手段22とからな
る。
The trace information stack means 2 stores a passing delay point of level l as trace information when a passing delay point, which is divided into level l and level 2 by the programmer (program creator) in advance, is reached during program execution. Level 1 trace information stacking means 21 for stacking passing delay point names of rail points, and level 2 trace information stacking means 21 for stacking passing delay point names and processed information of level 2 passing delay points as trace information. It consists of 22.

第2図は、トレース情報格納部5の詳細を示す図である
。トレース情報格納部5は、レベルlトレース情報格納
部51と、レベル2トレース情報格納部52とから構成
される。
FIG. 2 is a diagram showing details of the trace information storage section 5. As shown in FIG. The trace information storage section 5 includes a level I trace information storage section 51 and a level 2 trace information storage section 52.

レベル1トレース情報格納部51は、レベル1トレース
情報先頭アドレス領域511 と、レベルlトレース情
報スタックアドレス領域512と、レベル1トレース情
報領域サイズ碩域513と、レベルlトレース情報格納
領域514 とからなる。
The level 1 trace information storage section 51 consists of a level 1 trace information start address area 511 , a level 1 trace information stack address area 512 , a level 1 trace information area size area 513 , and a level 1 trace information storage area 514 . .

レベル2トレース情fl 格納部52は、レベル2トレ
ース情報先頭アドレス領域521 と、レベル2トレー
スtil!スタツクアドレス領域522と、レベル2ト
レース情報fiJl域サイズ領域523と、レベル2ト
レース情報格納領域524とからなる。
The level 2 trace information fl storage unit 52 includes a level 2 trace information start address area 521 and a level 2 trace til! It consists of a stack address area 522, a level 2 trace information fiJl area size area 523, and a level 2 trace information storage area 524.

次に、このように構成された本実施例のトレース情報出
力方式の動作について説明する。
Next, the operation of the trace information output method of this embodiment configured as described above will be explained.

トレース情報の編集出力処理を開始するときには、プロ
グラム(図示せず)は、プログラムが異常終了した場合
にオペレーティングシステム(図示せず)によりトレー
ス情報編集出力手段3に自動的に制御を移すことができ
るように、トレース情報編集出力手段3を登録するトレ
ース情報編集出力ルーチン登録手段lをコールする。
When starting the trace information editing and outputting process, the program (not shown) can automatically transfer control to the trace information editing and outputting means 3 by the operating system (not shown) if the program terminates abnormally. Thus, the trace information editing output routine registration means 1 for registering the trace information editing output means 3 is called.

プログラムからコールされたトレース情報編集出力ルー
チン登録手段lは、トレース情flI&I集出力手段3
の登録処理を行う。
The trace information editing output routine registration means 1 called from the program is the trace information flI&I collection output means 3.
Performs the registration process.

次に、トレース情報スタックアドレス引継ぎ手段4によ
り、トレース情報格納部5内にレベルlトレース情報格
納部51およびレベル2トレース情報格納部52を確保
し、レベル1トレース情報格納部51内にレベル1トレ
ース情報先頭アドレス領域511、レベル1トレース情
報スタツクアドレス領域512およびレベルlトレース
情報領域サイズ領域513をそれぞれ初期設定し、レベ
ル2トレース情報格納部52内にレベル2トレース情報
先頭アドレス%l域521.  レベル2トレース情報
スタツクアドレス領域522およびレベル2トレース情
報領域サイズ領域523をそれぞれ初期設定する。
Next, the trace information stack address takeover means 4 secures the level I trace information storage section 51 and the level 2 trace information storage section 52 in the trace information storage section 5, and stores the level 1 trace information storage section 51 in the level 1 trace information storage section 51. The information start address area 511, the level 1 trace information stack address area 512, and the level l trace information area size area 513 are each initialized, and the level 2 trace information start address %l area 521. The level 2 trace information stack address area 522 and the level 2 trace information area size area 523 are each initialized.

なお、レベル1トレース情報格納領域514およびレベ
ル2トレース情報格納領域524のサイズ(大きさ)は
出力するトレース情報の量との兼ね合いで決定すればよ
い。
Note that the size of the level 1 trace information storage area 514 and the level 2 trace information storage area 524 may be determined in consideration of the amount of trace information to be output.

次に、トレース情報のスタック処理について説明する。Next, the stacking process of trace information will be explained.

プログラマは、必要と認めた通過ディレールポイントを
モジュールの入り口および出口に対応するレベル1とモ
ジュール内の途中通過ディレールポイントに相当するレ
ベル2とにレベル分けしておき、設定されたプログラム
の各通過ディレールポイントにおいてトレース情報スタ
ック手段2内のレベル1トレース情帳スタツク手段21
またはレベル2トレース情報スタツク手段22をコール
する手順を組み込む。
The programmer divides the passing delay points recognized as necessary into level 1, which corresponds to the entrance and exit of the module, and level 2, which corresponds to the intermediate passing delay points within the module. Level 1 trace information stacking means 21 in the trace information stacking means 2 at the passing delay point
Alternatively, a procedure for calling the level 2 trace information stack means 22 is incorporated.

プログラムの実行中に例えば予め定められたレベル1の
通過ディレールポイントに到達すると、プログラムは、
レベルlトレース情報スタック手段21をコールし、通
過ディレールポイント名を渡す。
For example, when a predetermined level 1 passing delay point is reached during program execution, the program:
Call the level l trace information stack means 21 and pass the passing delay point name.

プログラムからコールされて通過ディレールポイント名
を渡されたレベルlトレース情報スタック手段21は、
トレース情報スタックアドレス引継ぎ手段4によりレベ
ル1トレース情報格納部51のレベルlトレース情報ス
タックアドレス8N 域5120レベルlトレース情報
スタックアドレスを得て、プログラムから渡された通過
ディレールポイント名をレベル1トレース情報格納領域
514に格納し、レベルlトレース情報スタックアドレ
ス領域512のレベルlトレース情報スタックアドレス
ヲ更新する。
The level l trace information stack means 21 which is called by the program and passed the passing delay point name,
The trace information stack address transfer means 4 obtains the level l trace information stack address 8N area 5120 level l trace information stack address of the level 1 trace information storage unit 51, and transfers the passing delay point name passed from the program to the level 1 trace information. The level I trace information stack address in the level I trace information stack address area 512 is updated.

レベル1トレース情報スタツクアドレスがレベル1トレ
ース情報格納領域514の範囲を超える場合には、レベ
ル1トレース情報スタツクアドレス領域512にレベル
1トレース情報スタツクアドレスとしてレベルlトレー
ス情報先頭アドレス領域511ルヘル1トレース情報先
頭アドレスを設定する。
If the level 1 trace information stack address exceeds the range of the level 1 trace information storage area 514, it is stored in the level 1 trace information stack address area 512 as a level 1 trace information stack address in the level 1 trace information start address area 511. 1 Set the trace information start address.

同様にして、レベル2の通過ディレールポイントに到達
し、プログラムからレベル2トレース情報スタツク手段
22がコールされたときには、通過ディレールポイント
名と処理済情報とがトレース情報格納部5のレベル2ト
レース情報格納部52内のレベル2トレース情報格納領
域524に格納され、レベル2トレース情報スタツクア
ドレスBUA522のレベル2トレース情報スタツクア
ドレスが更新される。
Similarly, when a level 2 passing delay point is reached and the level 2 trace information stack means 22 is called from the program, the passing delay point name and processed information are stored in the level 2 trace in the trace information storage unit 5. It is stored in the level 2 trace information storage area 524 in the information storage unit 52, and the level 2 trace information stack address of the level 2 trace information stack address BUA 522 is updated.

以上のようにして、トレース情報格納部5には最新の一
定数のトレース情報がラウントロピン方式で格納される
As described above, a certain number of the latest pieces of trace information are stored in the trace information storage unit 5 in a round-robin manner.

プログラムが何等かの理由により途中終了した場合には
、オペレーティングシステムは途中終了の原因に従って
対応するルーチンをコールする。
When a program terminates prematurely for some reason, the operating system calls a corresponding routine according to the cause of the premature termination.

この場合、対応するルーチンとしてトレース情報&g集
出カルーチン9.録手段lによってトレース情報編集出
力手段3が登録されているので、自動的にトレース情報
編集出力手段3がコールされる。
In this case, the corresponding routine is trace information &g collection routine 9. Since the trace information editing/outputting means 3 is registered by the recording means 1, the tracing information editing/outputting means 3 is automatically called.

オペレーティングシステムからコールされたトレース情
報編集出力手段3は、トレース情報スタックアドレス引
継ぎ手段4により、レベルlトレース情報格納部51の
レベル1トレース情報スタツクアドレス領域512のレ
ベル1トレース情報スタツクアドレスを得てラウントロ
ピンの順にレベル1トレース情報格納領域514に格納
された通過ディレールポイント名を編集して出力する。
The trace information editing output means 3 called by the operating system obtains the level 1 trace information stack address of the level 1 trace information stack address area 512 of the level 1 trace information storage section 51 by the trace information stack address inheritance means 4. The passing delay point names stored in the level 1 trace information storage area 514 are edited and output in the order of round tropins.

結果として、一定数の最新の通過ディレールポイント名
が通過順に出力される。
As a result, a certain number of latest passed delay point names are output in the order of passing.

トレース情報編集出力手段3が同様な手順でレベル2ト
レース情a格納部52のレベル2トレース情報格納領域
524に格納された通過ディレールポイント名と処理済
情報とを編集して出力することにより、一定数の最新の
通過ディレールポイント名と処理済情報とが通過順に出
力される。
The trace information editing/outputting means 3 edits and outputs the passing delay point name and processed information stored in the level 2 trace information storage area 524 of the level 2 trace information a storage section 52 using the same procedure. A certain number of latest passed delay point names and processed information are output in the order of passing.

以上により、出力されるトレース情報の量は少ないなが
ら、全体的な処理の流れと最新の詳細なトレース情報と
を得ることができる。
As described above, although the amount of output trace information is small, it is possible to obtain the overall processing flow and the latest detailed trace information.

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

以上説明したように本発明は、トレース情報を出力すべ
き通過ディレールポイントをレベルlとレベル2とにレ
ベル分けした各レベルに対応して一定サイズのトレース
情報をトレース情報格納部に一時的に格納しておき格納
された一定数のトレース情報をプログラムの異常終了時
にラウントロピンの順に編集して出力するようにしたこ
とにより、プログラムの処理の流れをf+iLWするた
めに必要なトレース情報を網羅したうえで出力するトレ
ース情報の量を最小限に絞り込むことができるという効
果がある。
As explained above, the present invention temporarily stores trace information of a certain size in a trace information storage unit corresponding to each level in which passing delay points to which trace information is to be output are divided into level 1 and level 2. By editing and outputting a certain number of stored trace information in the order of round tropin when the program terminates abnormally, we have covered the trace information necessary to f+iLW the program processing flow. This has the effect that the amount of trace information to be output can be minimized.

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

第1図は本発明の一実施例のトレース情報出力方式が適
用されたプログラムの構成を示すブロック図、 第2図は第1図中のトレース情報格納部の詳細を示す図
である。 図において、 1・・・トレース情報編集出力ルーチン登録手段、 2・・・トレース情報スタック手段、 3・・・トレース情報編集出力手段、 4・・・トレース情報スタックアドレス引継ぎ手段、 5・・・トレース情報格納部、 21・・・レベル1トレース情報スタツク手段、22・
・・レベル2トレース情報スタツク手段、51・・・レ
ベルlトレース情報格納部、52・・・レベル2トレー
ス情報格納部、511  ・・レベル1トレース情報先
頭アドレス頑域、 512  ・・レベル1トレース情報スタツクアドレス
領域、 513  ・・レベルlトレース情報領域サイズ領域、
521  ・・レベル2トレース情報先頭アドレス領域
、 522  ・・レベル2トレース情報スタツクアドレス
領域、 523  ・・レベル2トレース↑存報領域サイズ領域
である。
FIG. 1 is a block diagram showing the configuration of a program to which a trace information output method according to an embodiment of the present invention is applied, and FIG. 2 is a diagram showing details of the trace information storage section in FIG. 1. In the figure, 1...Trace information editing output routine registration means, 2...Trace information stacking means, 3...Trace information editing and outputting means, 4...Trace information stack address inheritance means, 5...Trace Information storage unit, 21...Level 1 trace information stack means, 22.
...Level 2 trace information stack means, 51...Level I trace information storage unit, 52...Level 2 trace information storage unit, 511...Level 1 trace information start address robust range, 512...Level 1 trace information Stack address area, 513...Level l trace information area size area,
521: Level 2 trace information start address area, 522: Level 2 trace information stack address area, 523: Level 2 trace ↑ existing information area size area.

Claims (1)

【特許請求の範囲】 トレース情報として通過ディレールポイント名と処理済
情報とを編集して出力することによりプログラムの処理
の流れを確認するプログラムのデバッグ手法において、 プログラムの実行開始時にトレース情報を出力するトレ
ース情報編集出力手段をプログラムに登録するトレース
情報編集出力ルーチン登録手段と一定数の最新のトレー
ス情報を一時的に格納するトレース情報格納部と、 プログラムの実行中に予めレベル1とレベル2とにレベ
ル分けされた通過ディレールポイントに到達したときに
トレース情報としてレベル1では通過ディレールポイン
ト名をレベル2では通過ディレールポイント名と処理済
情報とを前記トレース情報格納部にそれぞれ格納するト
レース情報スタック手段と、 前記トレース情報編集出力ルーチン登録手段による前記
トレース情報編集出力手段の登録時に前記トレース情報
格納部を確保し前記トレース情報格納部のトレース情報
の格納アドレスを前記トレース情報スタック手段および
前記トレース情報編集出力手段に対して引き継ぐトレー
ス情報スタックアドレス引継ぎ手段と、 を有することを特徴とするトレース情報出力方式。
[Claims] In a program debugging method for checking the processing flow of a program by editing and outputting passing delay point names and processed information as trace information, the trace information is output at the start of program execution. a trace information editing output routine registration means for registering trace information editing and outputting means to the program; a trace information storage section for temporarily storing a certain number of the latest trace information; When a passing delay point classified into levels is reached, the passing delay point name is stored in the trace information storage section at level 1, and the passing delay point name and processed information are stored in the trace information storage section at level 2. information stacking means; securing the trace information storage section when the trace information editing output routine registration means registers the trace information editing and outputting means; A trace information output method comprising: a trace information stack address taking over means for taking over a trace information editing output means.
JP63057604A 1988-03-11 1988-03-11 Trace information output system Pending JPH01231136A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63057604A JPH01231136A (en) 1988-03-11 1988-03-11 Trace information output system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63057604A JPH01231136A (en) 1988-03-11 1988-03-11 Trace information output system

Publications (1)

Publication Number Publication Date
JPH01231136A true JPH01231136A (en) 1989-09-14

Family

ID=13060461

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63057604A Pending JPH01231136A (en) 1988-03-11 1988-03-11 Trace information output system

Country Status (1)

Country Link
JP (1) JPH01231136A (en)

Similar Documents

Publication Publication Date Title
JPH01231136A (en) Trace information output system
JPH05314073A (en) Partial transfer system for program specification data
JPH01231137A (en) Trace information output system
JP2001125793A (en) Compiler system, compile method and recording medium
JP2533532B2 (en) Online test method
JPH03209542A (en) System and device for automatic production of interlocking test data on communication control program
JPS60178795A (en) Condition transition processing system
JPH0667942A (en) Log extraction system
JPH04199337A (en) Information collection optimization output processing system
JPS6341948A (en) Symbolic debug system
JPS62127942A (en) Integration processing system for programs parts
JPH02260042A (en) Data reference resolving system
JPH05127885A (en) Processing flow chart conversion system
JPH0695309B2 (en) Reuse method of intermediate language text
JPH0368417B2 (en)
JPH0575841U (en) Program converter
JPH0668744B2 (en) NCP load module update processing method
JPH08234995A (en) Program conversion device
JPS62180437A (en) File input/output system
JPH0619710A (en) Call processing method for routine in other translation unit
JPH01270153A (en) Program interruption information collecting system
JPS6341950A (en) Branch instruction execution measurement controlling system
JPH01320547A (en) Program execution information collecting system
JPS63298542A (en) Analysis information collecting system after ending abnormality of system
JPH01309133A (en) Function call processing method