JPH07104799B2 - Software debug common / specific information output method - Google Patents

Software debug common / specific information output method

Info

Publication number
JPH07104799B2
JPH07104799B2 JP63185419A JP18541988A JPH07104799B2 JP H07104799 B2 JPH07104799 B2 JP H07104799B2 JP 63185419 A JP63185419 A JP 63185419A JP 18541988 A JP18541988 A JP 18541988A JP H07104799 B2 JPH07104799 B2 JP H07104799B2
Authority
JP
Japan
Prior art keywords
information
intermediate information
file
common
unique
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.)
Expired - Lifetime
Application number
JP63185419A
Other languages
Japanese (ja)
Other versions
JPH0236433A (en
Inventor
裕子 松下
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 JP63185419A priority Critical patent/JPH07104799B2/en
Publication of JPH0236433A publication Critical patent/JPH0236433A/en
Publication of JPH07104799B2 publication Critical patent/JPH07104799B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はソフトウェアのデバッグの為の情報出力方式に
関し,特に,ソフトウェアが異常終了した場合に採集し
ておいた情報を出力するデバッグ情報出力方式に関す
る。
Description: TECHNICAL FIELD The present invention relates to an information output method for software debugging, and in particular, a debug information output method for outputting information collected when software is abnormally terminated. Regarding

〔従来の技術〕[Conventional technology]

ソフトウェアを検査するために起動するソフトウェアは
いくつかのコンパイルユニットに分かれている。そのコ
ンパイルユニットの一つ一つがフェーズと呼ばれ、ある
フェーズからそれに続く他のフェーズに渡す情報が中間
情報と呼ばれている。
The software that is launched to inspect the software is divided into several compilation units. Each of the compilation units is called a phase, and the information passed from one phase to another phase is called intermediate information.

従来,この種のデバッグ情報出力方式では,分けられて
いるフェーズごとにフェーズ各と1つ以上の必要な情報
名を出力指定情報として指定し,出力指定情報を指定し
たフェーズごとにファイルを1つずつ生成し,その各フ
ェーズの出力指定情報に対応する情報をそのフェーズ用
のファイルに生成していた。
Conventionally, in this type of debug information output method, each divided phase is specified with one or more necessary information names as output specification information, and one file is specified for each phase for which output specification information is specified. Then, the information corresponding to the output designation information of each phase was generated in the file for that phase.

〔発明が解決しようとする課題〕[Problems to be Solved by the Invention]

上述した従来のデバッグ情報出力方式では,フェーズご
とに必要な情報を指定し,指定したフェーズ単位にファ
イルを生成し,それらの各ファイルに指定した必要な情
報が採集されるので,各フェーズで同一の必要な情報を
指定していると,同一の情報を各ファイルに採集する事
になる為,多くのファイル容量を必要とするという欠点
がある。
In the conventional debug information output method described above, necessary information is specified for each phase, a file is generated for each specified phase, and the necessary information specified for each of these files is collected. If you specify the necessary information in, the same information will be collected in each file, so there is a disadvantage that a large file capacity is required.

本発明の目的は,小ファイル容量ですむデバッグ情報出
力方式を提供することにある。
An object of the present invention is to provide a debug information output method that requires a small file size.

〔課題を解決するための手段〕[Means for Solving the Problems]

本発明によれば,ソフトウェアを検査する為に起動した
ソフトウェアが異常終了した場合,異常終了時点までに
動作した部分の中間情報を出力するソフトウェア検査方
式に於て, 全フェーズにおいて採集すべきである中間情報を指定す
る共通出力指定情報と,各フェーズにおいて採集すべき
である中間情報を指定する固有出力指定情報とを情報保
持領域に登録する情報登録手段と;該情報登録手段によ
り登録された情報を解析する情報解析手段と;該情報解
析手段により解析された情報の指定に従って,採集する
中間情報を格納する為の共通中間情報ファイルと固有中
間情報ファイルを生成し,共通中間情報ファイルと固有
中間情報ファイルを開き,採集した中間情報を格納し,
共通中間情報ファイルと固有中間情報ファイルを閉じる
中間情報生成手段と;起動したソフトウェアが異常終了
した場合,異常終了した箇所を解析する異常終了解析手
段と;該異常終了解析手段による解析結果の指定に従っ
て,共通中間情報ファイルと固有中間情報ファイルに採
集された中間情報を取込み中間情報リストとして出力す
る情報出力手段と;を有することを特徴とするソフトウ
ェアデバッグ共通・固有情報出力方式が得られる。
According to the present invention, when the software started for inspecting the software is abnormally terminated, the software inspection method that outputs the intermediate information of the portion operated up to the abnormal termination time should be collected in all phases. Information registration means for registering common output designation information for designating intermediate information and unique output designation information for designating intermediate information to be collected in each phase in an information holding area; information registered by the information registration means An information analysis means for analyzing the common intermediate information file and the unique intermediate information file for storing the intermediate information to be collected according to the designation of the information analyzed by the information analysis means, and the common intermediate information file and the unique intermediate information file. Open the information file, store the collected intermediate information,
Intermediate information generation means for closing the common intermediate information file and the unique intermediate information file; an abnormal termination analysis means for analyzing the abnormally terminated portion when the activated software terminates abnormally; according to the analysis result specified by the abnormal termination analysis means , A common intermediate information file and an information output means for taking in the intermediate information collected in the unique intermediate information file and outputting it as an intermediate information list; a software debug common / unique information output method is obtained.

〔実施例〕〔Example〕

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

第1図は,本発明の一実施例を示すブロック図である。
本実施例のソフトウェアデバッグ共通・固有情報出力方
式は,情報登録手段1−3,情報解析手段1−5,異常終了
解析手段1−6,中間情報生成手段1−8,情報出力手段1
−11,及びこれらのシステム全体を制御する情報制御手
段1−13を有している。なお,1−1は,共通出力指定情
報,1−2は固有出力指定情報,1−4は共通出力指定情報
と固有出力指定情報を退避しておく情報保持領域,1−7
は異常終了した場合出力する固有中間情報のファイル番
号を退避しておく番号退避領域,1−9は共通中間情報フ
ァイル,1−10は固有中間情報ファイル,1−12は中間情報
リストである。
FIG. 1 is a block diagram showing an embodiment of the present invention.
The software debug common / unique information output method of this embodiment is the information registration means 1-3, the information analysis means 1-5, the abnormal termination analysis means 1-6, the intermediate information generation means 1-8, and the information output means 1.
-11, and information control means 1-13 for controlling the entire system. Reference numeral 1-1 is common output designation information, 1-2 is unique output designation information, 1-4 is an information holding area for saving common output designation information and unique output designation information, 1-7
Is a number save area for saving the file number of the unique intermediate information to be output when abnormally terminated, 1-9 is a common intermediate information file, 1-10 is a unique intermediate information file, and 1-12 is an intermediate information list.

次に,第1図の実施例の動作を第2図〜第6図をも参照
して説明する。
Next, the operation of the embodiment shown in FIG. 1 will be described with reference to FIGS.

アボートした時にデバッグする為に必要な情報のうち,
全フェーズにおいて必要な情報の名前と共通指定である
という情報を持った共通出力指定情報1−1と,各フェ
ーズにおいて必要な情報のうち共通出力指定情報1−1
で指定されていない必要な情報名とフェーズ名という情
報を持った固有出力指定情報1−2を,あらかじめ,情
報登録手段1−3により情報保持領域1−4に設定して
おく。共通出力指定情報1−1,固有出力指定情報1−2
としては,例えば,第2図のようなカード4枚を指定す
る。
Of the information necessary for debugging when aborted,
The common output designation information 1-1 that has the name of the information necessary for all the phases and the information that it is the common designation, and the common output designation information 1-1 of the information required in each phase
The unique output designation information 1-2 having the information of the required information and the information of the phase which are not designated by is set in the information holding area 1-4 by the information registration means 1-3 in advance. Common output specification information 1-1, Unique output specification information 1-2
For example, four cards as shown in FIG. 2 are designated.

利用者からのコンピュータ資源の利用要求に対して,情
報制御手段1−13は,第3図における情報解析手段呼び
出し部5−1により,情報解析手段1−5に制御を移
す。
The information control means 1-13 transfers control to the information analysis means 1-5 by the information analysis means calling part 5-1 in FIG.

情報解析手段1−5は,情報保持領域1−4の共通出力
指定情報1−1と固有出力指定情報1−2を以後の処理
で認識できるよう解析する。
The information analysis means 1-5 analyzes the common output designation information 1-1 and the unique output designation information 1-2 of the information holding area 1-4 so that they can be recognized in the subsequent processing.

次に,情報制御手段1−13は,第3図における中間情報
生成手段呼び出し部5−2により,中間情報生成手段1
−8に制御を移す。
Next, the information control means 1-13 causes the intermediate information generation means calling section 5-2 in FIG.
Transfer control to -8.

中間情報生成手段1−8は,第4図における中間情報フ
ァイル生成部2−1により,共通出力指定情報1−1が
指定してあれば、共通中間情報ファイル1−9を生成
し,また,固有出力指定情報1−2の数だけ固有中間情
報ファイル1−10を生成する。第4図における中間情報
ファイルオープン部2−2により,中間情報ファイル生
成部2−1で生成された共通中間情報ファイル1−9と
固有中間情報ファイル1−10を全て開き,第4図におけ
る中間情報生成部2−3により,情報保持領域1−4の
共通出力指定情報1−1に該当する情報を共通中間情報
ファイル1−9に生成し,また,情報保持領域1−4の
固有出力指定情報1−2の1つに対し,1つの固有中間情
報ファイル1−0を割り当て,固有出力指定情報1−2
に該当する情報を割り当てた固有中間情報ファイル1−
10に生成する。すべて生成し終えたならば,第4図にお
ける中間情報ファイルクローズ部2−4により全てのフ
ァイルを閉じる。
The intermediate information generation means 1-8 generates the common intermediate information file 1-9 if the common output designation information 1-1 is designated by the intermediate information file generation section 2-1 in FIG. 4, and The unique intermediate information files 1-10 are generated as many as the unique output designation information 1-2. The intermediate information file opening unit 2-2 shown in FIG. 4 opens all the common intermediate information files 1-9 and the unique intermediate information files 1-10 generated by the intermediate information file generation unit 2-1. The information generation unit 2-3 generates information corresponding to the common output specification information 1-1 of the information holding area 1-4 in the common intermediate information file 1-9, and specifies the unique output of the information holding area 1-4. One unique intermediate information file 1-0 is assigned to one of the information 1-2, and the unique output designation information 1-2
Unique intermediate information file 1-
Generate to 10. When all the files have been generated, the intermediate information file closing unit 2-4 in FIG. 4 closes all the files.

第2図の共通出力指定情報1−1と固有出力指定情報1
−2の場合,1個の共通中間情報ファイル1−9と3個の
固有中間情報ファイル1−10が生成される。生成された
全てのファイルが開かれ,共通中間情報ファイル1−9
には全フェーズが必要としている情報と情報が生成
される。第1番目の固有中間情報ファイル1−10には
フェーズが必要としている情報と情報が生成され
る。第2番目の固有中間情報ファイル1−10にはフェ
ーズが必要としている情報と情報が生成される。第
3番目の固有中間情報ファイル1−10にはフェーズが
必要としている情報と情報が生成され,ファイルが
閉じられる。
Common output designation information 1-1 and unique output designation information 1 in FIG.
-2, one common intermediate information file 1-9 and three unique intermediate information files 1-10 are generated. All the generated files are opened, and the common intermediate information file 1-9
Will generate the information and information needed by all phases. Information and information required by the phase are generated in the first unique intermediate information file 1-10. Information and information required by the phase are generated in the second unique intermediate information file 1-10. In the third unique intermediate information file 1-10, the information required by the phase and the information are generated, and the file is closed.

次に,情報制御手段1−13は,第3図の異常終了解析手
段呼び出し部5−3により,異常終了解析手段1−6に
制御を移す。
Next, the information control means 1-13 transfers control to the abnormal end analysis means 1-6 by the abnormal end analysis means calling part 5-3 in FIG.

異常終了解析手段1−6は,第5図に示したように,終
了判定部3−1により,ソフトウェアが異常終了したか
否かを判定する。異常終了した場合,出力指定判定部3
−2により異常終了したフェーズが情報保持領域1−4
に設定されている固有出力指定情報1−2のフェーズ名
と一致するか否かを判定し,一致した場合は,登録番号
確保部3−3により,一致した固有出力指定情報1−2
を情報保持領域1−4に登録した順番を番号退避領域1
−7に設定し,不一致の場合は,登録番号初期化部3−
4により,番号退避領域1−7を初期化し,また,正常
終了の場合も,不一致の場合と同様に,登録番号初期化
部3−4により,番号退避領域1−7を初期化する。
As shown in FIG. 5, the abnormal termination analysis unit 1-6 determines whether or not the software has abnormally terminated by the termination determination unit 3-1. If the process ends abnormally, output specification determination unit 3
-2 is the information holding area 1-4
It is determined whether or not it matches the phase name of the unique output specification information 1-2 set in No. 2, and if they match, the registration number securing unit 3-3 causes the matched unique output specification information 1-2.
The order of registering the information in the information holding area 1-4 is the number saving area 1
-7 is set, and if they do not match, the registration number initialization unit 3-
4, the number save area 1-7 is initialized, and in the case of normal termination, the registration number initialization unit 3-4 initializes the number save area 1-7 as in the case of a mismatch.

次に,情報制御手段1−13は,第3図における異常終了
判定部5−4により,番号退避領域1−7の状態を判定
し,初期化された状態の場合は処理を終了し,それ以外
の状態の場合,第3図の中間情報ファイル入力時オープ
ン部5−5により,共通中間情報ファイル1−9と番号
退避領域1−7の値と同じ順番で生成した固有中間情報
ファイル1−10を開く。
Next, the information control means 1-13 determines the state of the number saving area 1-7 by the abnormal termination determining section 5-4 in FIG. 3, and if it is in the initialized state, terminates the processing, In the cases other than the above, the unique intermediate information file 1-generated in the same order as the values of the common intermediate information file 1-9 and the number saving area 1-7 by the intermediate information file input open unit 5-5 in FIG. Open 10

次に,第3図の情報出力手段呼び出し部5−6により情
報出力手段1−11に制御を移す。
Next, the control is transferred to the information output means 1-11 by the information output means calling section 5-6 in FIG.

情報出力手段1−11は,第6図に示したように共通中間
情報入力部4−1により,中間情報ファイル入力時オー
プン処理部5−5で開かれた共通中間情報ファイル1−
9から1レコードずつ読み込み,共通情報終了判定部4
−2により共通中間情報ファイル1−9のデータが終了
か否かを判定し,終了でない場合は,共通中間情報出力
部4−3により,共通中間情報ファイル1−9のデータ
を中間情報リスト1−12として出力し,制御を共通中間
情報入力部4−1に移す。共通中間情報ファイル1−9
のデータが終了の場合,固有中間入力部4−4により,
中間情報ファイル入力時オープン処理部5−5(第3
図)で開かれた固有中間情報ファイル1−10から1レコ
ードずつ読み込み,固有情報終了判定部4−5により固
有中間情報ファイル1−10のデータが終了か否かを判定
し,終了でない場合は,固有中間情報出力部4−6によ
り,固有中間情報ファイル1−10のデータを中間情報リ
スト1−12として出力し,制御を固有中間情報入力部4
−4に移す。固有中間情報ファイル1−10のデータが終
了の場合,情報出力手段1−11の処理を終了する。
The information output means 1-11 is, as shown in FIG. 6, the common intermediate information input unit 4-1 used by the common intermediate information input unit 4-1 to open the common intermediate information file 1-5.
The common information end determination unit 4 reads one record at a time from 9
-2 determines whether or not the data of the common intermediate information file 1-9 ends, and if not, the common intermediate information output unit 4-3 transfers the data of the common intermediate information file 1-9 to the intermediate information list 1 It is output as -12 and the control is transferred to the common intermediate information input unit 4-1. Common intermediate information file 1-9
When the data of is ended, the unique intermediate input unit 4-4
Open processing unit 5-5 for inputting intermediate information file (3rd
(Fig.) Reads one record at a time from the unique intermediate information file 1-10 opened, and the unique information end determination unit 4-5 determines whether or not the data of the unique intermediate information file 1-10 has ended. The unique intermediate information output unit 4-6 outputs the data of the unique intermediate information file 1-10 as the intermediate information list 1-12, and the control is performed by the unique intermediate information input unit 4
Move to -4. When the data of the unique intermediate information file 1-10 is finished, the processing of the information output means 1-11 is finished.

次に情報制御手段1−13は,第3図における中間情報フ
ァイル入力時クローズ部5−7により,開いている共通
中間情報ファイル1−9と固有中間情報ファイル1−10
を閉じ,処理を終了する。
Next, the information control means 1-13 is opened by the intermediate information file input closing unit 5-7 shown in FIG. 3 and the common intermediate information file 1-9 and the unique intermediate information file 1-10 which are opened.
To close the process.

第2図の共通出力指定情報1−1と固有出力指定情報1
−2でフェーズでアボートをした場合,ソフトウェア
が異常終了をし,異常終了したフェーズが情報保持領域
1−3の固有出力指定情報1−2のフェーズと一致する
為,フェーズを登録した順番である“2"を番号退避領
域1−7に設定し,共通中間情報ファイル1−9と第2
番目の固有中間情報ファイル1−10を開き,共通中間情
報ファイル1−9のとの情報を中間情報リスト1−
12に出力し,固有中間情報ファイル1−10の情報と
情報を中間情報リスト1−12に出力し,すべてのファイ
ルを閉じる。
Common output designation information 1-1 and unique output designation information 1 in FIG.
If the phase is aborted at -2, the software terminates abnormally, and the abnormally terminated phase matches the phase of the unique output designation information 1-2 in the information holding area 1-3, so it is the order in which the phases were registered. "2" is set in the number save area 1-7, and the common intermediate information file 1-9 and the second
The second unique intermediate information file 1-10 is opened, and the information of the common intermediate information file 1-9 and the intermediate information list 1-
12 to output the information of the unique intermediate information file 1-10 and the information to the intermediate information list 1-12, and close all files.

〔発明の効果〕〔The invention's effect〕

以上説明したように本発明は,全フェーズにおいて同一
の必要な情報がある場合は,それらは,まとめて共通情
報として指定し,フェーズにより異なる必要な情報は,
各フェーズごとに指定することにより,共通情報用のフ
ァイルと各フェーズごとのファイルが生成され,全フェ
ーズで必要な情報を生成する処理が,フェーズの数から
1回に減り,ファイルの容量もフェーズの数×情報量か
ら1×情報量だけに減らすことができる効果がある。
As described above, according to the present invention, when the same necessary information is provided in all phases, these are collectively designated as common information, and the necessary information that differs depending on the phase is
By specifying for each phase, a file for common information and a file for each phase are created, and the number of processing steps to create the necessary information for all phases is reduced from one to one, and the file size is also There is an effect that it can be reduced from the number of information times the amount of information to only one information amount.

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

第1図は,本発明のソフトウェアデバッグ共通・固有情
報出力方式の一実施例を示す構成図, 第2図は,共通出力指定情報,固有出力指定情報の例を
示す図, 第3図は,第1図中に示した情報制御手段における処理
を示す流れ図, 第4図は,第1図中に示した中間情報生成手段における
処理を示す流れ図, 第5図は,第1図中に示した異常終了解析手段における
処理を示す流れ図, 第6図は,第1図中に示した情報出力手段における処理
を示す流れ図である。 第1図において, 1−1……共通出力指定情報,1−2……固有出力指定情
報,1−3……情報登録手段,1−4……情報保持領域,1−
5……情報解析手段,1−6……異常終了解析手段,1−7
……番号退避領域,1−8……中間情報生成手段,1−9…
…共通中間情報ファイル,1−10……固有中間情報ファイ
ル,1−11……情報出力手段,1−12……中間情報リスト,1
−13……情報制御手段。
FIG. 1 is a block diagram showing an embodiment of a software debug common / unique information output method of the present invention, FIG. 2 is a view showing examples of common output designation information, unique output designation information, and FIG. FIG. 4 is a flow chart showing the processing in the information control means shown in FIG. 1, FIG. 4 is a flow chart showing the processing in the intermediate information generating means shown in FIG. 1, and FIG. 5 is shown in FIG. FIG. 6 is a flowchart showing the processing in the abnormal termination analysis means, and FIG. 6 is a flowchart showing the processing in the information output means shown in FIG. In FIG. 1, 1-1 ... Common output designation information, 1-2 ... Unique output designation information, 1-3 ... Information registration means, 1-4 ... Information holding area, 1-
5 ... Information analysis means, 1-6 ... Abnormal termination analysis means, 1-7
...... Number saving area, 1-8 ...... Intermediate information generating means, 1-9 ...
... Common intermediate information file, 1-10 ... Specific intermediate information file, 1-11 ... Information output means, 1-12 ... Intermediate information list, 1
-13 ... Information control means.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】ソフトウェアを検査する為に起動したソフ
トウェアが異常終了した場合,異常終了時点までに動作
した部分の中間情報を出力するソフトウェア検査方式に
於て, 全フェーズにおいて採集すべきである中間情報を指定す
る共通出力指定情報と,各フェーズにおいて採集すべき
である中間情報を指定する固有出力指定情報とを情報保
持領域に登録する情報登録手段と;該情報登録手段によ
り登録された情報を解析する情報解析手段と;該情報解
析手段により解析された情報の指定に従って,採集する
中間情報を格納する為の共通中間情報ファイルと固有中
間情報ファイルを生成し,共通中間情報ファイルと固有
中間情報ファイルを開き,採集した中間情報を格納し,
共通中間情報ファイルと固有中間情報ファイルを閉じる
中間情報生成手段と;起動したソフトウェアが異常終了
した場合,異常終了した箇所を解析する異常終了解析手
段と;該異常終了解析手段による解析結果の指定に従っ
て,共通中間情報ファイルと固有中間情報ファイルに採
集された中間情報を取込み中間情報リストとして出力す
る情報出力手段と;を有することを特徴とするソフトウ
ェアデバッグ共通・固有情報出力方式。
1. A software inspection method for outputting intermediate information of a part operated up to the abnormal end when the software started to inspect the software ends abnormally, which should be collected in all phases. Information registration means for registering common output designation information for designating information, and unique output designation information for designating intermediate information to be collected in each phase in the information holding area; information registered by the information registration means An information analysis means for analyzing; a common intermediate information file and a unique intermediate information file for storing intermediate information to be collected according to designation of the information analyzed by the information analyzing means, and the common intermediate information file and the unique intermediate information Open the file, store the intermediate information collected,
Intermediate information generation means for closing the common intermediate information file and the unique intermediate information file; an abnormal termination analysis means for analyzing the abnormally terminated portion when the activated software terminates abnormally; according to the analysis result specified by the abnormal termination analysis means , A software debug common / unique information output method comprising: a common intermediate information file and information output means for taking in the intermediate information collected in the unique intermediate information file and outputting it as an intermediate information list.
JP63185419A 1988-07-27 1988-07-27 Software debug common / specific information output method Expired - Lifetime JPH07104799B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63185419A JPH07104799B2 (en) 1988-07-27 1988-07-27 Software debug common / specific information output method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63185419A JPH07104799B2 (en) 1988-07-27 1988-07-27 Software debug common / specific information output method

Publications (2)

Publication Number Publication Date
JPH0236433A JPH0236433A (en) 1990-02-06
JPH07104799B2 true JPH07104799B2 (en) 1995-11-13

Family

ID=16170459

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63185419A Expired - Lifetime JPH07104799B2 (en) 1988-07-27 1988-07-27 Software debug common / specific information output method

Country Status (1)

Country Link
JP (1) JPH07104799B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3467862B2 (en) * 1994-10-03 2003-11-17 富士ゼロックス株式会社 Image filling device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5827539B2 (en) * 1977-12-23 1983-06-10 富士通株式会社 How to automatically separate and process information collected by hardware monitors
JPS61290545A (en) * 1985-06-19 1986-12-20 Hitachi Ltd Automatic output device for vertification use data

Also Published As

Publication number Publication date
JPH0236433A (en) 1990-02-06

Similar Documents

Publication Publication Date Title
JPH09259003A (en) Debugging information display device
JPH07104799B2 (en) Software debug common / specific information output method
JPH03271949A (en) Automatic generation system for test environment of program test
JPH01267744A (en) System for outputting debug information
JPS6270944A (en) Collecting system for trace information
JPS62118448A (en) Detecting system of indefinite value reference
JPH1031584A (en) Automatic device for verification of software
JPH04148346A (en) Test executing system for cause-result graph technique utilization
JPH02201553A (en) System for analyzing program by row number designation
JPH06282442A (en) Compiler device
JPS63156254A (en) Control method for intermediate text by interpreter
JPH09138756A (en) Test method/system using interpreter
JPH0619731B2 (en) Program unit test method
JPH01231137A (en) Trace information output system
JPH05134852A (en) Used file information extracting system
JPH01270137A (en) System for taking over compilation variable
JPH11306005A (en) Analyzing method for patch application state
JPH03235135A (en) Automatic inspection system for program
JPH05334123A (en) Debugging method
JPH04199436A (en) Software check system
JPH01209542A (en) Logical verification device
JPH034336A (en) Program debug processor
JPH0689203A (en) Program collective test device
JPS6182242A (en) Fortran translating system
JPH03276227A (en) Automatic generation system for executing job control language