JPH0981418A - Program error analysis supporting system - Google Patents

Program error analysis supporting system

Info

Publication number
JPH0981418A
JPH0981418A JP7241331A JP24133195A JPH0981418A JP H0981418 A JPH0981418 A JP H0981418A JP 7241331 A JP7241331 A JP 7241331A JP 24133195 A JP24133195 A JP 24133195A JP H0981418 A JPH0981418 A JP H0981418A
Authority
JP
Japan
Prior art keywords
error
program
input
output device
displaying
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.)
Granted
Application number
JP7241331A
Other languages
Japanese (ja)
Other versions
JP2798015B2 (en
Inventor
Mikio Nasu
幹男 那須
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 JP7241331A priority Critical patent/JP2798015B2/en
Publication of JPH0981418A publication Critical patent/JPH0981418A/en
Application granted granted Critical
Publication of JP2798015B2 publication Critical patent/JP2798015B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To easily analyze the cause of an error by displaying error information on an error producing portion, etc., when an error exists although a program is normally terminated. SOLUTION: This system is composed of a program execution means 104 executing an execution program and displaying a normal termination screen when the program is normally terminated, an error classification selection means 109 displaying the list of the classification of an error generated in the execution of the program and selecting the classification of the error in the execution result from the list, a retrieval information setting means 110 setting information necessary for retrieving an error generation portion and a step display means 111 displaying the error generation portion and a detail information display means 112 displaying the information on the attribute of the data item in the error producing portion.

Description

【発明の詳細な説明】Detailed Description of the Invention

【発明の属する技術分野】本発明は、プログラム実行時
におけるエラーの原因を解析するためのプログラムエラ
ー解析支援システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program error analysis support system for analyzing the cause of an error during program execution.

【0001】[0001]

【従来の技術】特開平2−199553号公報には、プ
ログラムが処理中に異常終了した場合に、エラー内容、
エラー発生箇所等のエラー情報を画面に表示することに
よりマニュアル等によるエラーの原因の解析を支援する
技術が記載されている。
2. Description of the Related Art Japanese Unexamined Patent Publication (Kokai) No. 2-199553 discloses error contents when a program terminates abnormally during processing.
It describes a technique for supporting the analysis of the cause of an error by a manual or the like by displaying error information such as an error occurrence location on the screen.

【0002】[0002]

【発明が解決しようとする課題】この従来の技術は、プ
ログラムが異常終了した場合に限り、エラー内容、エラ
ー発生箇所等のエラー情報を画面に表示するので、プロ
グラムは正常終了したが実行結果にエラーがある場合
は、エラーの原因の解析のための情報が得られないとい
う問題点がある。
This conventional technique displays the error information such as the error content and the location of the error on the screen only when the program is abnormally terminated, so that the program is normally terminated but the execution result is displayed. If there is an error, there is a problem that information for analyzing the cause of the error cannot be obtained.

【0003】本発明の目的は、プログラムは正常終了し
たが実行結果にエラーがある場合にも、エラー内容、エ
ラー発生箇所等のエラー情報を画面に表示し、エラーの
原因を容易に解析できるようにすることにある。
It is an object of the present invention to display error information such as error content and error occurrence location on the screen even when the program has completed normally but has an error in the execution result so that the cause of the error can be easily analyzed. Is to

【0004】[0004]

【課題を解決するための手段】本発明の第一のプログラ
ムエラー解析支援システムは、プログラムは正常終了し
たが実行結果にエラーがある場合におけるプログラムエ
ラー解析支援システムであって、ロードモジュールライ
ブラリに格納する実行プログラムを実行するとともに、
終了状態を監視し正常終了の場合は正常終了画面を入出
力装置に表示するプログラム実行手段と、前記プログラ
ム実行手段がプログラムを実行するときに発生するエラ
ーの種別の一覧を入出力装置に表示し、前記エラーの種
別の一覧の中から実行結果におけるエラーの種別を選択
するエラー種別選択手段と、前記エラー種別選択手段が
選択したエラーの原因を解析するために必要な解析情報
を検索するために必要な検索情報を入出力装置により設
定する検索情報設定手段と、前記検索情報設定手段が設
定した検索情報に基づいて、前記解析情報をソースライ
ブラリより取り出し、入出力装置に表示するステップ表
示手段と、該エラーの原因をさらに詳細に解析するため
に必要な詳細情報が存在する場合には、該詳細情報を入
出力装置に表示する詳細情報表示手段とから構成されて
いる。
A first program error analysis support system of the present invention is a program error analysis support system in the case where a program is normally completed but an execution result has an error, and is stored in a load module library. While executing the execution program to
A program execution unit that monitors the end status and displays a normal end screen on the I / O device if it ends normally, and a list of error types that occur when the program execution unit executes the program are displayed on the I / O device. In order to retrieve error type selection means for selecting an error type in the execution result from the list of error types, and analysis information necessary for analyzing the cause of the error selected by the error type selection means. Search information setting means for setting necessary search information by the input / output device, and step display means for extracting the analysis information from the source library and displaying it on the input / output device based on the search information set by the search information setting means. If detailed information necessary for further detailed analysis of the cause of the error exists, the detailed information is displayed on the input / output device. It is composed of a detailed information display unit.

【0005】本発明の第二のプログラムエラー解析支援
システムは、プログラムは正常終了したが実行結果にエ
ラーがある場合におけるプログラムエラー解析支援シス
テムであって、ロードモジュールライブラリに格納する
実行プログラムを実行するとともに、終了状態を監視し
正常終了の場合は正常終了画面を入出力装置に表示する
プログラム実行手段と、前記プログラム実行手段がプロ
グラムを実行するときに発生するエラーの種別の一覧を
入出力装置に表示し、出力データ項目の値が仕様におけ
る値と異なるエラーの場合には、前記エラーの種別の一
覧の中から該エラーに対応するエラーの種別を選択する
エラー種別選択手段と、前記エラー種別選択手段が選択
したエラーの原因を解析するために必要なサブルーチン
や入力記述を検索するために必要な出力データ項目を入
出力装置により設定する検索情報設定手段と、前記検索
情報設定手段が設定した出力データ項目に基づいて、前
記サブルーチンや入力記述をソースライブラリより取り
出し、入出力装置に表示するステップ表示手段と、前記
ステップ表示手段が表示したサブルーチンや入力記述の
中でユーザが指定したデータ項目の属性を入出力装置に
表示する詳細情報表示手段とから構成されている。
A second program error analysis support system of the present invention is a program error analysis support system in the case where a program is normally completed but an execution result has an error, and executes an execution program stored in a load module library. At the same time, a program execution means for monitoring the termination status and displaying a normal termination screen on the input / output device in the case of normal termination, and a list of error types generated when the program execution means executes the program are input / output device. In the case of an error that is displayed and the value of the output data item is different from the value in the specification, an error type selection means for selecting an error type corresponding to the error from the list of the error types, and the error type selection Find the subroutine or input description needed to analyze the cause of the error selected by the method A search information setting means for setting output data items necessary for the input / output device, and the subroutine or input description is extracted from the source library based on the output data items set by the search information setting means, and the input / output device And step information display means for displaying the attribute of the data item designated by the user in the subroutine and input description displayed by the step display means on the input / output device.

【0006】本発明の第三のプログラムエラー解析支援
システムは、プログラムは正常終了したが実行結果にエ
ラーがある場合におけるプログラムエラー解析支援シス
テムであって、ロードモジュールライブラリに格納する
実行プログラムを実行するとともに、終了状態を監視し
正常終了の場合は正常終了画面を入出力装置に表示する
プログラム実行手段と、前記プログラム実行手段がプロ
グラムを実行するときに発生するエラーの種別の一覧を
入出力装置に表示し、出力データ項目の位置が仕様にお
ける位置と異なるエラーの場合には、前記エラーの種別
の一覧の中から該エラーに対応するエラーの種別を選択
するエラー種別選択手段と、前記エラー種別選択手段が
選択したエラーの原因を解析するために必要なサブルー
チンや入力記述を検索するために必要な出力データ項目
を入出力装置により設定する検索情報設定手段と、前記
検索情報設定手段が設定した出力データ項目に基づい
て、前記サブルーチンや入力記述をソースライブラリよ
り取り出し、入出力装置に表示するステップ表示手段
と、前記ステップ表示手段が表示したサブルーチンや入
力記述の中でユーザが指定したデータ項目の属性を入出
力装置に表示する詳細情報表示手段とから構成されてい
る。
A third program error analysis support system of the present invention is a program error analysis support system in the case where a program is normally completed but an execution result has an error, and executes an execution program stored in a load module library. At the same time, a program execution means for monitoring the termination status and displaying a normal termination screen on the input / output device in the case of normal termination, and a list of error types generated when the program execution means executes the program are input / output device. When the error is displayed and the position of the output data item is different from the position in the specification, an error type selection means for selecting the error type corresponding to the error from the list of the error types, and the error type selection Specify the subroutines and input descriptions necessary to analyze the cause of the error selected by the method. Search information setting means for setting output data items necessary for searching with an input / output device, and the subroutine or input description is extracted from the source library based on the output data items set by the search information setting means, and input / output is performed. The step display means for displaying on the device and the detailed information display means for displaying on the input / output device the attribute of the data item designated by the user in the subroutine or the input description displayed by the step display means.

【0007】本発明の第四のプログラムエラー解析支援
システムは、プログラムは正常終了したが実行結果にエ
ラーがある場合におけるプログラムエラー解析支援シス
テムであって、ロードモジュールライブラリに格納する
実行プログラムを実行するとともに、終了状態を監視し
正常終了の場合は正常終了画面を入出力装置に表示する
プログラム実行手段と、前記プログラム実行手段がプロ
グラムを実行するときに発生するエラーの種別の一覧を
入出力装置に表示し、改行位置が仕様における改行位置
と異なるエラーの場合には、前記エラーの種別の一覧の
中から該エラーに対応するエラーの種別を選択するエラ
ー種別選択手段と、前記エラー種別選択手段が選択した
エラーの原因を解析するために必要なサブルーチンや入
力記述を検索するために必要な出力データ項目を入出力
装置により設定する検索情報設定手段と、前記検索情報
設定手段が設定した出力データ項目に基づいて、前記サ
ブルーチンや入力記述をソースライブラリより取り出
し、入出力装置に表示するステップ表示手段と、前記ス
テップ表示手段が表示したサブルーチンや入力記述の中
でユーザが指定したデータ項目の属性を入出力装置に表
示する詳細情報表示手段とから構成されている。
A fourth program error analysis support system of the present invention is a program error analysis support system in the case where a program is normally completed but an execution result has an error, and executes an execution program stored in a load module library. At the same time, a program execution means for monitoring the termination status and displaying a normal termination screen on the input / output device in the case of normal termination, and a list of error types generated when the program execution means executes the program are input / output device. When an error is displayed and the line feed position is different from the line feed position in the specification, the error type selection means for selecting the error type corresponding to the error from the list of the error types and the error type selection means Find the subroutine or input description needed to analyze the cause of the selected error And a retrieval information setting means for setting output data items necessary for the input / output device, and based on the output data items set by the retrieval information setting means, the subroutine or the input description is taken out from the source library and is input to the input / output device. The step display means for displaying and the detailed information display means for displaying the attribute of the data item designated by the user in the subroutine or the input description displayed by the step display means on the input / output device.

【0008】[0008]

【発明の実施の形態】以下本発明の一実施例について、
図を参照しながら詳細に説明する。
BEST MODE FOR CARRYING OUT THE INVENTION An embodiment of the present invention will be described below.
A detailed description will be given with reference to the drawings.

【0009】図1を参照すると、本発明の一実施例であ
るプログラムエラー解析支援システムは、実行プログラ
ムを格納するロードモジュールライブラリ101と、ロ
ードモジュールライブラリ101に格納する実行プログ
ラムのもととなるプログラムソースを格納するソースラ
イブラリ102と、プログラムの実行、終了状態の監
視、エラー情報の表示等を行う制御装置103と、ディ
スプレイ等の入出力装置113とから構成されている。
Referring to FIG. 1, a program error analysis support system according to an embodiment of the present invention includes a load module library 101 for storing an execution program and a program as a source of the execution program stored in the load module library 101. It is composed of a source library 102 for storing the source, a control device 103 for executing a program, monitoring an end state, displaying error information, and the like, and an input / output device 113 such as a display.

【0010】制御装置103は、ロードモジュールライ
ブラリ101に格納する実行プログラムを実行するとと
もに、終了状態を監視し正常終了の場合と異常終了の場
合とで処理を分岐させ、正常終了の場合は正常終了画面
を、異常終了の場合は異常終了画面を入出力装置113
に表示するプログラム実行手段104と、プログラム実
行手段104がプログラムを実行するときに発生するエ
ラーの種別の一覧を入出力装置113に表示し、前記エ
ラーの種別の一覧の中から実行結果におけるエラーの種
別を選択するエラー種別選択手段109と、エラー種別
選択手段109が選択したエラーの発生箇所を検索する
ために必要な情報を設定する検索情報設定手段110
と、検索情報設定手段110が設定した検索情報に基づ
いて、エラー発生箇所を入出力装置113に表示するス
テップ表示手段111と、エラー発生箇所におけるデー
タ項目の属性等の情報を入出力装置113に表示する詳
細情報表示手段112とを備える。
The control device 103 executes the execution program stored in the load module library 101, monitors the end state, and branches the process depending on whether it is normally ended or abnormally ended. If the screen is abnormally terminated, the abnormally terminated screen is displayed on the input / output device 113.
A list of the program execution means 104 to be displayed on the input / output device 113 and the list of error types that occur when the program execution means 104 executes the program are displayed on the input / output device 113. An error type selection unit 109 for selecting a type and a search information setting unit 110 for setting information necessary for searching for an error occurrence location selected by the error type selection unit 109.
Based on the search information set by the search information setting means 110, the step display means 111 for displaying the error occurrence location on the input / output device 113, and information such as the attribute of the data item at the error occurrence location on the input / output device 113. The detailed information display means 112 for displaying is provided.

【0011】次に本発明の一実施例の動作について、図
1〜図9を参照して説明する。
Next, the operation of the embodiment of the present invention will be described with reference to FIGS.

【0012】まず、プログラム実行手段104内のプロ
グラム実行部105はロードモジュールライブラリ10
1に格納する実行プログラムを実行し(ステップ20
1)、プログラム実行手段104内の終了状態判断部1
06は終了状態を監視し正常終了の場合と異常終了の場
合とで処理を分岐させる(ステップ202)。正常終了
の場合、正常終了画面表示部108は、図3の正常終了
画面を表示する(ステップ204)。
First, the program execution unit 105 in the program execution means 104 is the load module library 10
1 executes the execution program stored in step 1 (step 20
1), the end state determination unit 1 in the program execution means 104
At 06, the end state is monitored, and the process is branched depending on whether the end is normal or abnormal (step 202). In the case of normal end, the normal end screen display unit 108 displays the normal end screen of FIG. 3 (step 204).

【0013】ここで、正常終了ではあるが実行結果にエ
ラーがある場合(出力データ項目の値が仕様における値
と異なる等)、図3の正常終了画面上の「エラー種別選
択」を選択すると、エラー種別選択手段109は、図4
のエラー種別選択画面を表示し、ユーザは前記エラー種
別の中から実行結果におけるエラー種別を選択すること
ができる(ステップ206)。ここで、発生したエラー
に対応するエラー種別を選択すると、検索情報設定手段
110は、それぞれのエラー種別に対応する検索情報設
定画面を表示し、ユーザはそれぞれのエラー種別に対応
する検索情報を設定することができる(ステップ20
7)。
If there is an error in the execution result although it is a normal end (the value of the output data item is different from the value in the specification, etc.), selecting "error type selection" on the normal end screen of FIG. The error type selection means 109 is shown in FIG.
The error type selection screen is displayed, and the user can select the error type in the execution result from the error types (step 206). Here, when the error type corresponding to the error that has occurred is selected, the search information setting means 110 displays the search information setting screen corresponding to each error type, and the user sets the search information corresponding to each error type. Can be done (step 20)
7).

【0014】例えば、出力データ項目の値が仕様におけ
る値と異なるエラーの場合、エラー種別選択画面上から
「出力データ項目値エラー」を選択すると、検索情報設
定手段110は、図5の検索情報設定画面を表示する。
ここで、実行結果において値エラーとなった出力データ
項目をマウスでクリックすることにより値エラーとなっ
た出力データ項目を設定することができる(図5の場
合、項目3の3行目にエラーがあることを発見し「項目
3」をマウスでクリックする)。ステップ表示手段11
1は、設定された出力データ項目を使用しているサブル
ーチンや入力記述等、前記データ項目に別のデータ項目
を転記している場合は該別のデータ項目を使用している
サブルーチンや入力記述等、条件文を使用して前記デー
タ項目に別のデータ項目を転記している場合は前記条件
文で使用しているデータ項目を使用しているサブルーチ
ンや入力記述等をソースライブラリ102より検索し
(ステップ208)、図8のステップ表示画面上に全て
表示する(ステップ209)。さらにステップ表示手段
111は、設定された出力データ項目および該出力デー
タ項目に転記されている別のデータ項目を含むステップ
を「***」印でユーザに通知する。
For example, in the case of an error in which the value of the output data item is different from the value in the specifications, when "output data item value error" is selected on the error type selection screen, the search information setting means 110 causes the search information setting means 110 to set the search information shown in FIG. Display the screen.
Here, the output data item having the value error can be set by clicking the output data item having the value error in the execution result with the mouse (in the case of FIG. 5, the error occurs in the third line of item 3). Discover that there is and click "item 3" with the mouse). Step display means 11
1 indicates a subroutine or input description that uses the set output data item, and if another data item is transferred to the data item, a subroutine or input description that uses the other data item. , If another data item is transferred to the data item using the conditional statement, the source library 102 is searched for a subroutine or input description that uses the data item used in the conditional statement ( (Step 208), all are displayed on the step display screen of FIG. 8 (step 209). Further, the step display means 111 notifies the user of the step including the set output data item and another data item transcribed to the output data item by a "***" mark.

【0015】また、出力データ項目の位置が仕様におけ
る位置と異なるエラーの場合、エラー種別選択画面上か
ら「出力データ項目位置エラー」を選択すると、検索情
報設定手段110は、図6の検索情報設定画面を表示す
る。ここで、実行結果において位置エラーとなった出力
データ項目をマウスでクリックすることにより位置エラ
ーとなった出力データ項目を設定することができる(図
6の場合、項目3の3行目にエラーがあることを発見し
「項目3」をマウスでクリックする)。ステップ表示手
段111は、設定された出力データ項目を使用している
サブルーチンや入力記述等、前記データ項目に別のデー
タ項目を転記している場合は該別のデータ項目を使用し
ているサブルーチンや入力記述等、条件文を使用して前
記データ項目に別のデータ項目を転記している場合は前
記条件文で使用しているデータ項目を使用しているサブ
ルーチンや入力記述等をソースライブラリ102より検
索し(ステップ208)、図8のステップ表示画面上に
全て表示する(ステップ209)。さらにステップ表示
手段111は、設定された出力データ項目および該出力
データ項目に転記されている別のデータ項目を含むステ
ップを「***」印でユーザに通知する。
In the case of an error in which the position of the output data item is different from the position in the specifications, when "output data item position error" is selected on the error type selection screen, the search information setting means 110 causes the search information setting means 110 to set the search information shown in FIG. Display the screen. Here, the output data item having the position error can be set by clicking the output data item having the position error in the execution result with the mouse (in the case of FIG. 6, the error occurs in the third line of item 3). Discover that there is and click "item 3" with the mouse). The step display means 111 is a subroutine that uses a set output data item, a subroutine that uses another data item such as an input description when another data item is transcribed to the data item, or a subroutine that uses the other data item. When another data item is transferred to the data item by using a conditional statement such as an input description, a subroutine or input description that uses the data item used in the conditional statement is input from the source library 102. A search is performed (step 208), and all are displayed on the step display screen of FIG. 8 (step 209). Further, the step display means 111 notifies the user of the step including the set output data item and another data item transcribed to the output data item by a "***" mark.

【0016】また、改行位置が仕様における改行位置と
異なるエラーの場合、エラー種別選択画面上から「改行
位置エラー」を選択すると、検索情報設定手段110
は、図7の検索情報設定画面を表示する。ここで、例え
ば、出力データ項目の値が変わることにより段落を変え
て印字する指定を行ったにもかかわらず出力データ項目
の値が変わらないのに別段落に印字されている等の場
合、実行結果における該出力データ項目をマウスでクリ
ックすることにより改行位置エラーとなった出力データ
項目を設定することができる(図7の場合、項目3の値
に基づく改行処理にエラーがあることを発見し「項目
3」をマウスでクリックする)。ステップ表示手段11
1は、該出力データ項目の値に基づく改行処理を行って
いるサブルーチン等をソースライブラリ102より検索
し(ステップ208)、図8のステップ表示画面上に表
示する(ステップ209)。さらにステップ表示手段1
11は、設定された出力データ項目を含むステップを
「***」印でユーザに通知する。
When the line feed position is an error different from the line feed position in the specification, when the "line feed position error" is selected on the error type selection screen, the search information setting means 110 is selected.
Displays the search information setting screen of FIG. Here, for example, if the output data item value is not changed even though the paragraph is specified to be printed by changing the output data item value, but it is printed in another paragraph, execute By clicking the output data item in the result with the mouse, it is possible to set the output data item in which the line feed position error has occurred (in the case of FIG. 7, it was found that there is an error in the line feed process based on the value of item 3). Click "Item 3" with the mouse). Step display means 11
First, the source library 102 is searched for a subroutine or the like that performs line feed processing based on the value of the output data item (step 208) and displayed on the step display screen of FIG. 8 (step 209). Further step display means 1
11 notifies the user of the step including the set output data item with a "***" mark.

【0017】上記検索結果にさらに詳細な情報が存在す
る場合、ユーザはステップ表示画面より該詳細な情報の
表示を要求することができる(ステップ211)。例え
ば、図8のステップ表示画面上で任意のデータ項目をマ
ウスでクリックすることにより項目名入力欄にデータ項
目名を入力した後「詳細情報表示」を選択すると、詳細
情報表示手段112は、入力したデータ項目のデータ型
や桁数等の詳細情報を図9の詳細情報表示画面上に表示
する(ステップ212)。
If more detailed information exists in the search result, the user can request the display of the detailed information from the step display screen (step 211). For example, when the detailed information display means 112 is selected by inputting a data item name in the item name input field by clicking an arbitrary data item on the step display screen of FIG. Detailed information such as the data type and the number of digits of the selected data item is displayed on the detailed information display screen of FIG. 9 (step 212).

【0018】一方、図3の正常終了画面においてエラー
を発見しなかった場合や、各画面で終了したい場合は、
各画面上の「終了」を選択するとそれ以上の情報採取を
行わずにシステムは終了する。
On the other hand, if no error is found in the normal end screen of FIG. 3 or if you want to end each screen,
If you select "End" on each screen, the system ends without collecting any more information.

【0019】以上により、本発明の一実施例であるプロ
グラムエラー解析支援システムの処理が終了する。
With the above, the processing of the program error analysis support system according to the embodiment of the present invention is completed.

【0020】本発明の一実施例であるプログラムエラー
解析支援システムは、プログラムは正常終了したが実行
結果にエラーがある場合にもエラー情報を表示し、エラ
ーの原因を容易に究明できる効果を有している。
The program error analysis support system according to one embodiment of the present invention has an effect that the error information is displayed even when the program ends normally but there is an error in the execution result, and the cause of the error can be easily determined. are doing.

【0021】[0021]

【発明の効果】以上説明したように、本発明のプログラ
ムエラー解析支援システムは、プログラムは正常終了し
たが実行結果にエラーがある場合にもエラーの原因の解
析を容易にし、プログラム開発の生産性を向上させると
いう効果を有している。
As described above, the program error analysis support system of the present invention facilitates the analysis of the cause of an error even when the program has ended normally but has an error in the execution result, thus improving the program development productivity. Has the effect of improving.

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

【図1】図1は本発明の一実施例であるプログラムエラ
ー解析支援システムの構成を示すブロック図である。
FIG. 1 is a block diagram showing the configuration of a program error analysis support system which is an embodiment of the present invention.

【図2】図2は本発明の一実施例における制御装置10
3の処理を示す流れ図である。
FIG. 2 is a control device 10 according to an embodiment of the present invention.
It is a flow chart showing processing of No. 3.

【図3】図3は本発明の一実施例におけるプログラム実
行手段104内の正常画面表示部108が表示する画面
である。
FIG. 3 is a screen displayed by a normal screen display unit 108 in the program executing means 104 according to an embodiment of the present invention.

【図4】図4は本発明の一実施例におけるエラー種別選
択手段109が表示する画面である。
FIG. 4 is a screen displayed by an error type selection unit 109 according to an embodiment of the present invention.

【図5】図5は本発明の一実施例における検索情報設定
手段110が表示する画面である。
FIG. 5 is a screen displayed by search information setting means 110 according to an embodiment of the present invention.

【図6】図6は本発明の一実施例における検索情報設定
手段110が表示する画面である。
FIG. 6 is a screen displayed by search information setting means 110 according to an embodiment of the present invention.

【図7】図7は本発明の一実施例における検索情報設定
手段110が表示する画面である。
FIG. 7 is a screen displayed by search information setting means 110 according to an embodiment of the present invention.

【図8】図8は本発明の一実施例におけるステップ表示
手段111が表示する画面である。
FIG. 8 is a screen displayed by the step display means 111 in one embodiment of the present invention.

【図9】図9は本発明の一実施例における詳細情報表示
手段112が表示する画面である。
FIG. 9 is a screen displayed by the detailed information display means 112 in one embodiment of the present invention.

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

101 ロードモジュールライブラリ 102 ソースライブラリ 103 制御装置 104 プログラム実行手段 105 プログラム実行部 106 終了状態判断部 107 異常終了画面表示部 108 正常終了画面表示部 109 エラー種別選択手段 110 検索情報設定手段 111 ステップ表示手段 112 詳細情報表示手段 113 入出力装置 201 プログラムの実行 202 終了状態による分岐 203 異常終了画面の表示 204 正常終了画面の表示 205 メニュー選択による分岐 206 エラー種別の選択 207 検索情報の設定 208 サブルーチン、入力記述等の検索 209 サブルーチン、入力記述等の表示 210 メニュー選択による分岐 211 詳細情報表示の要求 212 詳細情報の表示 101 Load Module Library 102 Source Library 103 Control Device 104 Program Execution Unit 105 Program Execution Unit 106 End Status Judgment Unit 107 Abnormal End Screen Display Unit 108 Normal End Screen Display Unit 109 Error Type Selection Unit 110 Search Information Setting Unit 111 Step Display Unit 112 Detailed information display means 113 Input / output device 201 Execution of program 202 Branch by end state 203 Display of abnormal end screen 204 Display of normal end screen 205 Branch by menu selection 206 Error type selection 207 Search information setting 208 Subroutine, input description, etc. Search 209 Display subroutine, input description, etc. 210 Branch by menu selection 211 Request detailed information display 212 Display detailed information

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 プログラムは正常終了したが実行結果に
エラーがある場合におけるプログラムエラー解析支援シ
ステムであって、 ロードモジュールライブラリに格納する実行プログラム
を実行するとともに、終了状態を監視し正常終了の場合
は正常終了画面を入出力装置に表示するプログラム実行
手段と、 前記プログラム実行手段がプログラムを実行するときに
発生するエラーの種別の一覧を入出力装置に表示し、前
記エラーの種別の一覧の中から実行結果におけるエラー
の種別を選択するエラー種別選択手段と、 前記エラー種別選択手段が選択したエラーの原因を解析
するために必要な解析情報を検索するために必要な検索
情報を入出力装置により設定する検索情報設定手段と、 前記検索情報設定手段が設定した検索情報に基づいて、
前記解析情報をソースライブラリより取り出し、入出力
装置に表示するステップ表示手段と、 該エラーの原因をさらに詳細に解析するために必要な詳
細情報が存在する場合には、該詳細情報を入出力装置に
表示する詳細情報表示手段とを備えたことを特徴とする
プログラムエラー解析支援システム。
1. A program error analysis support system in the case where a program has ended normally but has an error in the execution result, which executes the execution program stored in the load module library and monitors the end state to determine if the end is normal. Is a program execution unit that displays a normal end screen on the input / output device, and a list of error types that occur when the program execution unit executes the program on the input / output device. Error type selection means for selecting the type of error in the execution result from, and the search information necessary for searching the analysis information necessary for analyzing the cause of the error selected by the error type selection means by the input / output device Based on the search information setting means to be set, and the search information set by the search information setting means,
Step display means for extracting the analysis information from the source library and displaying it on the input / output device, and if detailed information necessary for further detailed analysis of the cause of the error exists, the detailed information is input / output device. A program error analysis support system comprising: detailed information display means for displaying the detailed information.
【請求項2】 プログラムは正常終了したが実行結果に
エラーがある場合におけるプログラムエラー解析支援シ
ステムであって、 ロードモジュールライブラリに格納する実行プログラム
を実行するとともに、終了状態を監視し正常終了の場合
は正常終了画面を入出力装置に表示するプログラム実行
手段と、 前記プログラム実行手段がプログラムを実行するときに
発生するエラーの種別の一覧を入出力装置に表示し、出
力データ項目の値が仕様における値と異なるエラーの場
合には、前記エラーの種別の一覧の中から該エラーに対
応するエラーの種別を選択するエラー種別選択手段と、 前記エラー種別選択手段が選択したエラーの原因を解析
するために必要なサブルーチンや入力記述を検索するた
めに必要な出力データ項目を入出力装置により設定する
検索情報設定手段と、 前記検索情報設定手段が設定した出力データ項目に基づ
いて、前記サブルーチンや入力記述をソースライブラリ
より取り出し、入出力装置に表示するステップ表示手段
と、 前記ステップ表示手段が表示したサブルーチンや入力記
述の中でユーザが指定したデータ項目の属性を入出力装
置に表示する詳細情報表示手段とを備えたことを特徴と
するプログラムエラー解析支援システム。
2. A program error analysis support system in the case where a program has ended normally but has an error in the execution result, and in the case of executing the execution program stored in the load module library and observing the end state, the end is normal. Displays a normal end screen on the input / output device and a list of error types that occur when the program execution part executes the program on the input / output device, and the value of the output data item is in the specification. In the case of an error that is different from the value, in order to analyze the cause of the error selected by the error type selection unit, which selects the error type corresponding to the error from the list of the error types. The output data items required to retrieve the subroutines and input descriptions required for Search information setting means for setting, step display means for fetching the subroutine or input description from the source library and displaying it on the input / output device based on the output data item set by the search information setting means, and the step display means A program error analysis support system comprising: a detailed information display means for displaying an attribute of a data item designated by a user in a displayed subroutine or input description on an input / output device.
【請求項3】 プログラムは正常終了したが実行結果に
エラーがある場合におけるプログラムエラー解析支援シ
ステムであって、 ロードモジュールライブラリに格納する実行プログラム
を実行するとともに、終了状態を監視し正常終了の場合
は正常終了画面を入出力装置に表示するプログラム実行
手段と、 前記プログラム実行手段がプログラムを実行するときに
発生するエラーの種別の一覧を入出力装置に表示し、出
力データ項目の位置が仕様における位置と異なるエラー
の場合には、前記エラーの種別の一覧の中から該エラー
に対応するエラーの種別を選択するエラー種別選択手段
と、 前記エラー種別選択手段が選択したエラーの原因を解析
するために必要なサブルーチンや入力記述を検索するた
めに必要な出力データ項目を入出力装置により設定する
検索情報設定手段と、 前記検索情報設定手段が設定した出力データ項目に基づ
いて、前記サブルーチンや入力記述をソースライブラリ
より取り出し、入出力装置に表示するステップ表示手段
と、 前記ステップ表示手段が表示したサブルーチンや入力記
述の中でユーザが指定したデータ項目の属性を入出力装
置に表示する詳細情報表示手段とを備えたことを特徴と
するプログラムエラー解析支援システム。
3. A program error analysis support system in the case where a program has ended normally but has an error in the execution result, which executes the execution program stored in the load module library and monitors the end state to determine whether the end is normal. Displays a normal end screen on the input / output device, and a list of error types that occur when the program execution device executes the program on the input / output device, and the position of the output data item is in the specification. In the case of an error that is different from the position, in order to analyze the cause of the error selected by the error type selection unit, which selects the error type corresponding to the error from the list of the error types The output data items needed to retrieve the subroutines and input descriptions needed for Search information setting means for setting the search information setting step, step display means for extracting the subroutine or input description from the source library and displaying it on the input / output device based on the output data item set by the search information setting means, and the step display means. And a detailed information display means for displaying the attribute of the data item specified by the user in the subroutine displayed by the user or the input description on the input / output device.
【請求項4】 プログラムは正常終了したが実行結果に
エラーがある場合におけるプログラムエラー解析支援シ
ステムであって、 ロードモジュールライブラリに格納する実行プログラム
を実行するとともに、終了状態を監視し正常終了の場合
は正常終了画面を入出力装置に表示するプログラム実行
手段と、 前記プログラム実行手段がプログラムを実行するときに
発生するエラーの種別の一覧を入出力装置に表示し、改
行位置が仕様における改行位置と異なるエラーの場合に
は、前記エラーの種別の一覧の中から該エラーに対応す
るエラーの種別を選択するエラー種別選択手段と、 前記エラー種別選択手段が選択したエラーの原因を解析
するために必要なサブルーチンや入力記述を検索するた
めに必要な出力データ項目を入出力装置により設定する
検索情報設定手段と、 前記検索情報設定手段が設定した出力データ項目に基づ
いて、前記サブルーチンや入力記述をソースライブラリ
より取り出し、入出力装置に表示するステップ表示手段
と、 前記ステップ表示手段が表示したサブルーチンや入力記
述の中でユーザが指定したデータ項目の属性を入出力装
置に表示する詳細情報表示手段とを備えたことを特徴と
するプログラムエラー解析支援システム。
4. A program error analysis support system in the case where a program has ended normally but has an error in the execution result, which executes an execution program stored in a load module library and monitors the end state to determine if the end is normal. Is a program execution means for displaying a normal end screen on the input / output device, and a list of the types of errors that occur when the program execution means executes the program on the input / output device. In the case of a different error, it is necessary to analyze the cause of the error selected by the error type selecting means for selecting the error type corresponding to the error from the list of the error types, and the cause of the error selected by the error type selecting means. The output data items required to search for various subroutines and input descriptions with the input / output device Search information setting means, step display means for extracting the subroutine or input description from the source library and displaying it on the input / output device based on the output data item set by the search information setting means, and the step display means for displaying And a detailed information display means for displaying the attribute of the data item designated by the user in the input subroutine and the detailed information display means described above.
JP7241331A 1995-09-20 1995-09-20 Program error analysis support system Expired - Fee Related JP2798015B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7241331A JP2798015B2 (en) 1995-09-20 1995-09-20 Program error analysis support system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7241331A JP2798015B2 (en) 1995-09-20 1995-09-20 Program error analysis support system

Publications (2)

Publication Number Publication Date
JPH0981418A true JPH0981418A (en) 1997-03-28
JP2798015B2 JP2798015B2 (en) 1998-09-17

Family

ID=17072715

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7241331A Expired - Fee Related JP2798015B2 (en) 1995-09-20 1995-09-20 Program error analysis support system

Country Status (1)

Country Link
JP (1) JP2798015B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6927867B2 (en) 1997-04-25 2005-08-09 Canon Kabushiki Kaisha Output control method and apparatus therefor
JP2008276334A (en) * 2007-04-25 2008-11-13 Nec Corp Apparatus, method and program for searching for file to be corrected

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6927867B2 (en) 1997-04-25 2005-08-09 Canon Kabushiki Kaisha Output control method and apparatus therefor
JP2008276334A (en) * 2007-04-25 2008-11-13 Nec Corp Apparatus, method and program for searching for file to be corrected

Also Published As

Publication number Publication date
JP2798015B2 (en) 1998-09-17

Similar Documents

Publication Publication Date Title
US11789961B2 (en) Interaction with particular event for field selection
US20210097070A1 (en) Queries based on selected subsets of textual representations of events
US6184880B1 (en) Automatic GUI system operation device and operation macro execution device
US20160147829A1 (en) Event selector to generate alternate views
US5428735A (en) Method and apparatus for maintaining a record of set-creating data processing activities and associated data sets
US20100299330A1 (en) Ontology-integration-position specifying apparatus, ontology-integration supporting method, and computer program product
JPH11249780A (en) Method for providing access to command and symbol icon in graphical application program
US6898545B2 (en) Semiconductor test data analysis system
JP2959069B2 (en) Slip input processor
JPH11265368A (en) Working procedure management system
JPH07219810A (en) Module testing method and device therefor
JPH10214171A (en) Information processor
JPH0981418A (en) Program error analysis supporting system
JPH05158672A (en) Program start selection system using menu
US20090228678A1 (en) Mapping definition creation system and mapping definition creation program
JP2003208333A (en) Trace information searching device and method therefor
US8224838B2 (en) Database search method, program, and apparatus
JPH0561509A (en) Sequence program retrieving method, programmable controller and programming device
JP2004362495A (en) Method for supporting of error log information analysis, executing system thereof, and processing program thereof
JP2002251295A (en) Information processor, method for coping with program fault, medium and program for the method
JPH06208445A (en) Data processor for executing converged display
JPH05189224A (en) Management system for processing method
JPH08314532A (en) Plant monitor device
JPH11184729A (en) Method and device for managing and displaying bug information
JPH10254531A (en) Plant monitoring device

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19980602

LAPS Cancellation because of no payment of annual fees