JPS63211037A - Program debugging method - Google Patents
Program debugging methodInfo
- Publication number
- JPS63211037A JPS63211037A JP62043078A JP4307887A JPS63211037A JP S63211037 A JPS63211037 A JP S63211037A JP 62043078 A JP62043078 A JP 62043078A JP 4307887 A JP4307887 A JP 4307887A JP S63211037 A JPS63211037 A JP S63211037A
- Authority
- JP
- Japan
- Prior art keywords
- program
- data
- file
- stored
- processing result
- 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
Links
- 238000000034 method Methods 0.000 title claims description 48
- 238000010586 diagram Methods 0.000 description 3
- 238000004088 simulation Methods 0.000 description 3
- 230000000694 effects Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000004590 computer program Methods 0.000 description 1
- 230000008676 import Effects 0.000 description 1
- 230000001939 inductive effect Effects 0.000 description 1
- 238000011112 process operation Methods 0.000 description 1
Landscapes
- Debugging And Monitoring (AREA)
Abstract
Description
【発明の詳細な説明】
(産業上の利用分野)
この発明は、電子計算機のプログラムをデバッグするデ
バッグ方法に係り、特に、ソースプログラムのデバッグ
方法に関するものである。DETAILED DESCRIPTION OF THE INVENTION (Field of Industrial Application) The present invention relates to a debugging method for debugging an electronic computer program, and particularly to a source program debugging method.
(従来の技術〕
第3図は、例えば特願昭61−78758号明細書等に
示された従来のプログラムデバッグ方法を示す構成図で
あり1図において、11はソースコードファイルで、ソ
ースコードがファイルされている。12はソースコード
解析プログラムで、ソースコードファイル11より読み
出したソースコードを解析し、模擬的に実行する。13
は処理結果ファイルで、ソースコード解析プログラム1
2の実行に伴う模擬実行の結果得られた処理結果を格納
する。14は設定データファイルで、入力装置15によ
り制御されてソースコート解析プログラム12に提供さ
れ、入力装置15からの命令によりその設定データに基
づく模擬実行が制御される。17は出力装置で、オペレ
ータからの入力またはプログラム制御により自動的に制
御され、処理結果ファイル13の内容の一部を処理結果
データ16として出力する。(Prior Art) Fig. 3 is a block diagram showing a conventional program debugging method disclosed in, for example, Japanese Patent Application No. 1987-78758. In Fig. 1, 11 is a source code file, and the source code 12 is a source code analysis program that analyzes the source code read from the source code file 11 and executes it in a simulated manner.13
is the processing result file, source code analysis program 1
Stores the processing results obtained as a result of the simulated execution associated with the execution of step 2. A setting data file 14 is controlled by an input device 15 and provided to the source code analysis program 12, and a command from the input device 15 controls simulation execution based on the setting data. Reference numeral 17 denotes an output device, which is automatically controlled by input from an operator or program control, and outputs part of the contents of the processing result file 13 as processing result data 16.
次に、動作について説明する。Next, the operation will be explained.
オペレータからの指示により指定されたソースプログラ
ムをソースコードファイル11より入力し、この入力し
たソースプログラムをソースコード解析プログラム12
で解析し、その解析結果を処理結果ファイル13に格納
する(第1のプログラム実行処理)0次いで、入力装置
15は、設定データファイル14をアクセスし、格納さ
れた設定データを取り込み、取り込んだ設定データと処
理結果ファイル13に格納された処理結果ファイルデー
タとからソースコード解析プログラム12が模擬実行し
く第2のプログラム実行処理)、実行結果を処理結果フ
ァイル13に再度格納する。A source program specified by an operator's instruction is input from the source code file 11, and this input source program is sent to the source code analysis program 12.
The input device 15 accesses the setting data file 14, imports the stored setting data, and stores the analysis result in the processing result file 13 (first program execution process). The source code analysis program 12 executes a simulation based on the data and the processing result file data stored in the processing result file 13 (second program execution process), and stores the execution result in the processing result file 13 again.
ここで、オペレータからの指示に従い、またはプログラ
ム制御によって出力装置17を制御して処理内容の一部
を処理結果データ16として出力する。Here, the output device 17 is controlled according to an instruction from an operator or under program control to output a part of the processing contents as processing result data 16.
(発明が解決しようとする問題点)
従来のプログラムデバッグ方法は以上のように構成され
ているので、解析して模擬的に実行させるデバッグ方法
は、指定されたソースコードの先頭から最終までを全て
模擬実行しなければならず、希望する処理をデバッグす
る場合のデータの選択に時間がかかり、そのために設定
するデータが非常に多くなる。また、プログラムソース
内にチェックポイントの設定を行わないと、デバッグ結
果出力操作を実行できないので、デバッグ終了後設定し
たプログラムソース内にチェックポイントの設定を行う
操作が必要となり、デバッグプログラムの規模に比例し
てチェックポイント設定入力操作に膨大な時間を要する
とともに、デバッグ対象のプログラムソースに不要な修
正をかけて新たなデバッグを誘発させてしまう等の重大
な問題点があった。(Problem to be solved by the invention) Since the conventional program debugging method is configured as described above, the debugging method that analyzes and executes it in a simulated manner analyzes all of the specified source code from the beginning to the end. A simulation must be executed, it takes time to select data when debugging a desired process, and a large amount of data must be set for this purpose. In addition, if checkpoints are not set in the program source, debug result output operations cannot be executed, so it is necessary to set checkpoints in the set program source after debugging is completed, and this is proportional to the scale of the debug program. This poses serious problems, such as requiring a huge amount of time to input the checkpoint settings, and inducing new debugging by making unnecessary modifications to the program source to be debugged.
この発明は、上記のような問題点を解消するためになさ
れたもので、指定されたソースプログラムの任意のポイ
ントから任意のポイントまでを指定することにより、何
等ソースプログラムを変更することなく、ソースプログ
ラム中の任意の範囲における所望とする一連のプログラ
ム実行処理を少ない設定データでデバッグできるととも
に、デバッグされた処理結果をソースプログラムに指定
することなく、選択的に出力できるプログラムデバッグ
方法を得ることを目的とする。This invention was made to solve the above-mentioned problems, and by specifying from any point to any point in a specified source program, the source program can be edited without changing the source program in any way. It is an object of the present invention to provide a program debugging method that allows debugging a desired series of program execution processes in an arbitrary range of a program with a small amount of setting data, and that also allows selective output of debugged processing results without specifying them in the source program. purpose.
(問題点を解決するための手段)
この発明に係るプログラムデバッグ方法は、第1のプロ
グラム実行処理直前に範囲指定ファイルに格納されるソ
ースプログラムの実行範囲データを参照してプログラム
実行範囲を任意に指定し、指定されたプログラム実行範
囲について第1.第2のプログラム実行処理を行い、チ
ェックポイントファイルに格納されるチェックポイント
データを参照して第1.第2のプログラム実行処理によ
り得られる処理結果データを選択的に出力する。(Means for Solving Problems) A program debugging method according to the present invention arbitrarily determines a program execution range by referring to source program execution range data stored in a range specification file immediately before a first program execution process. The first step is to specify the specified program execution range. The second program execution process is performed, and the first program is executed by referring to the checkpoint data stored in the checkpoint file. Processing result data obtained by the second program execution process is selectively output.
(作用)
この発明におけるプログラムデバッグ方法は、実行範囲
指定処理により第1のプログラム実行処理直前に範囲指
定ファイルに格納されるソースプログラムの実行範囲デ
ータを参照してプログラム実行範囲を任意に指定し、実
行範囲指定処理により指定されたプログラム実行範囲に
ついて第1゜第2のプログラム実行処理を行い、データ
出力処理によりチェックポイントファイルに格納される
チェックポイントデータを参照して第1.第2のプログ
ラム実行処理により得られる処理結果データを選択的に
出力する。(Operation) The program debugging method according to the present invention arbitrarily specifies a program execution range by referring to the execution range data of the source program stored in the range specification file immediately before the first program execution process by the execution range specification process, The first and second program execution processes are performed for the program execution range specified by the execution range specification process, and the first and second program execution processes are performed with reference to the checkpoint data stored in the checkpoint file by the data output process. Processing result data obtained by the second program execution process is selectively output.
(実施例) 以下、この発明の一実施例を図について説明する。(Example) An embodiment of the present invention will be described below with reference to the drawings.
第1図おいて、lはこの発明の範囲指定ファイルとなる
指定範囲データファイルで、ソースコードファイルll
に格納されるソースプログラムの実行すべき指定範囲デ
ータが格納されている。指定範囲データファイルlに格
納される指定範囲データおよびチェクポイントデータは
入力装置15より書き換え可能に格納されている。2は
チェックポイントデータファイルで、第1のプログラム
実行処理直前に指定範囲データファイルlに格納される
ソースプログラムの指定範囲データを参照してプログラ
ム実行範囲を任意に指定し、指定されたプログラム実行
範囲について第1.第2のプログラム実行処理により得
られる処理結果データを選択的に出力するためのチェッ
クポイントデータな記憶している。In FIG. 1, l is a specified range data file which is a range specification file of this invention, and a source code file ll
Specified range data to be executed for the source program stored in is stored. The designated range data and checkpoint data stored in the designated range data file l are stored in a rewritable manner from the input device 15. 2 is a checkpoint data file in which a program execution range is arbitrarily specified by referring to the specified range data of the source program stored in the specified range data file l immediately before the first program execution process, and the specified program execution range is About 1st. Checkpoint data for selectively outputting processing result data obtained by the second program execution processing is stored.
次に、第2図に示すフローチャートを参照しながらこの
発明によるプログラムデバッグ処理動作について説明す
る。Next, the program debug processing operation according to the present invention will be explained with reference to the flowchart shown in FIG.
第2図はこの発明の一実施例を示すプログラムデバッグ
処理動作手順を説明するフロチャートで、5T(1)〜
51’(12)は各ステップを示す。FIG. 2 is a flowchart illustrating a program debugging process according to an embodiment of the present invention.
51' (12) indicates each step.
まず、処理結果ファイルエ3を初期化する(ステップ5
r(i))、次いで、入力装置15からのアクセスによ
り、指定範囲データファイルlよりソースプログラム中
の模擬実行する指定範囲データを読み出しくステップ5
T(2))、ソースプログラムの先頭と最終ポインタの
設定、すなわちソースプログラムの指定範囲の先頭と最
終を求める(ステップ5T(3))、次いで、ソースコ
ートファイル11から読み出されるソースコートが上記
指定範囲データによる指定範囲内かどうかを判断しくス
テップ5T(4))、 NOならばプログラム実行を停
止し。First, initialize the processing result file E3 (step 5).
r(i)), then read the specified range data to be simulated in the source program from the specified range data file l by accessing from the input device 15 Step 5
T(2)), Set the start and end pointers of the source program, that is, find the start and end of the specified range of the source program (Step 5T(3)), Next, the source code read from the source code file 11 is set as specified above. Step 5T(4)) is used to determine whether or not it is within the specified range based on the range data. If NO, program execution is stopped.
YESならばソースコード解析プログラム12がソース
コードファイル11から読み出されるソースコートを解
析しくステップ5T(5))、ソースコード解析プログ
ラム12が処理するデータ入力が処理結果ファイル13
に既に格納された処理結果データ(第1のプログラム実
行処理により得られる)に基づくものかどうかを判断す
る(ステップ5T(6))、この判断で、YESの場合
は処理結果ファイル13より処理結果データを読み込み
(ステップ5T(7))、ステップ5T(9)以降に進
み、NOの場合は設定データファイル14に格納された
設定データ(テストデータ)を読み込む(ステップ5T
(8))、次いで、ステップ5T(7)またはステップ
5T(8)で読み込まれた設定データまたは処理結果デ
ータに基づいてソースコード解析処理を実行(第2のプ
ログラム実行処理)シ(ステップ8丁(9))、第2の
プログラム実行処理により得られる処理結果を処理結果
ファイル13に記憶する(ステップ5T(10)) 、
次いで、処理結果ファイル13に記憶される処理結果が
チェックポイントデータフ−アイル2に格納されるチェ
ックポイントデータに指示されているかどうかを判断し
くステップ5T(11)) 、 NOならばステップ8
丁(4)に戻り、YESならば処理結果データ16を編
集して出力装置17より出力しくステップs’r(iz
)) 、ステップ5T(4)に戻る。If YES, the source code analysis program 12 analyzes the source code read from the source code file 11 (step 5T(5)), and the data input processed by the source code analysis program 12 is processed in the processing result file 13.
(step 5T(6)). If the determination is YES, the processing results are stored in the processing result file 13. Read the data (step 5T(7)) and proceed to step 5T(9) onwards. If NO, read the setting data (test data) stored in the setting data file 14 (step 5T).
(8)), then execute source code analysis processing (second program execution processing) based on the setting data or processing result data read in step 5T(7) or step 5T(8) (step 8). (9)), storing the processing result obtained by the second program execution process in the processing result file 13 (step 5T(10)),
Next, it is determined whether the processing result stored in the processing result file 13 is specified by the checkpoint data stored in the checkpoint data file 2 (step 5T(11)); if NO, step 8
Returning to step (4), if YES, edit the processing result data 16 and output it from the output device 17 in step s'r(iz
)), return to step 5T(4).
これにより、指定した所望の範囲のソースプログラムの
みをデバッグ可能となるとともに、処理結果も選択的に
出力できる。This makes it possible to debug only a specified desired range of source programs, and also selectively output processing results.
(発明の効果)
以上のように、この発明によれば、第1のプログラム実
行処理直前に範囲指定ファイルに格納されるソースプロ
グラムの実行範囲データを参照してプログラム実行範囲
を任意に指定するソースプログラムの実行範囲指定処理
と、この実行範囲指定処理により指定されたプログラム
実行範囲について第1.第2のプログラム実行処理を行
い、チェックポイントファイルに格納されるチェックポ
イントデータを参照して第1.第2のプログラム実行処
理により得られる処理結果データを選択的に出力するデ
ータ出力処理とを実行するように構成したので、ソース
プログラムに何等加工することなく、ソースプログラム
中の指定された任意の範囲における所望とする一連のプ
ログラムのみを書き換え可能に設定された少ない設定デ
ータでデバッグできるため、デバッグ作業を短時間に効
率よく実行できる。また、チェックポイントデータによ
り、ソースプログラム実行処理により得られるデバッグ
に必要な処理結果出力を選択指定できるので、ソースプ
ログラムへのチェックポイントデータ書き込み処理を削
除でき、デバッグ時間を大幅に短縮できる等の優れた効
果を奏する。(Effects of the Invention) As described above, according to the present invention, a source program that arbitrarily specifies a program execution range by referring to source program execution range data stored in a range specification file immediately before the first program execution process. First, regarding the program execution range specification process and the program execution range specified by this execution range specification process. The second program execution process is performed, and the first program is executed by referring to the checkpoint data stored in the checkpoint file. Since the configuration is configured to execute the data output process that selectively outputs the processing result data obtained by the second program execution process, any specified range in the source program can be executed without any modification to the source program. Since only a desired series of programs can be debugged with a small amount of rewritable setting data, debugging work can be performed efficiently in a short time. In addition, the checkpoint data allows you to select and specify the processing result output necessary for debugging obtained from the source program execution process, which makes it possible to eliminate the process of writing checkpoint data to the source program, significantly reducing debugging time. It has a great effect.
第1図はこの発明の一実施例を示すプログラムデバッグ
方法を説明する構成ブロック図、第2図はこの発明の一
実施例を示すプログラムデバッグ処理動作手順を説明す
るフロチャート、第3図は従来のプログラムデバッグ方
法を示す構IIt図である。
図において、lは指定範囲データファイル、2はチェッ
クポイントデータファイル、11はソースコードファイ
ル、12はソースコード解析プログラム、13は処理結
果ファイル、14は設定データファイル、15は入力装
置、16は処理結果データ、17は出力装置である。
なお、図中の同一符号は同一、または相当部分を示す。FIG. 1 is a configuration block diagram illustrating a program debugging method according to an embodiment of the present invention, FIG. 2 is a flowchart illustrating a program debugging process operation procedure according to an embodiment of the present invention, and FIG. 3 is a conventional FIG. 2 is a structural diagram showing a program debugging method. In the figure, l is a specified range data file, 2 is a checkpoint data file, 11 is a source code file, 12 is a source code analysis program, 13 is a processing result file, 14 is a setting data file, 15 is an input device, and 16 is a process The result data, 17 is an output device. Note that the same reference numerals in the figures indicate the same or equivalent parts.
Claims (1)
るソースプログラムを読み出して模擬的に実行する第1
のプログラム実行処理と、この第1のプログラム実行処
理終了後、実行された処理データを処理結果ファイルに
格納し、さらに設定データファイルに格納された設定デ
ータまたは処理結果ファイルに格納された前記処理デー
タに基づいて前記ソースプログラムを読み出して模擬的
に実行する第2のプログラム実行処理と、この第2のプ
ログラム実行処理終了後、得られた処理結果を前記処理
結果ファイルに格納し、格納された処理結果データを随
時読み出してプログラムデバッグを行うプログラムデバ
ッグ方法において、前記第1のプログラム実行処理直前
に範囲指定ファイルに格納される前記ソースプログラム
の実行範囲データを参照してプログラム実行範囲を任意
に指定するソースプログラムの実行範囲指定処理と、こ
の実行範囲指定処理により指定された前記プログラム実
行範囲について前記第1、第2のプログラム実行処理を
行い、チェックポイントファイルに格納されるチェック
ポイントデータを参照して前記第1、第2のプログラム
実行処理により得られる処理結果データを選択的に出力
するデータ出力処理とからなることを特徴とするプログ
ラムデバッグ方法。The first step is to read the source program to be debugged stored in the source code file and execute it in a simulated manner.
After the first program execution process is completed, the executed processing data is stored in a processing result file, and the setting data stored in the setting data file or the processing data stored in the processing result file is stored. a second program execution process in which the source program is read and simulated based on the second program execution process; and after the second program execution process is finished, the obtained process result is stored in the process result file, and the stored process In a program debugging method for debugging a program by reading result data at any time, a program execution range is arbitrarily specified by referring to execution range data of the source program stored in a range specification file immediately before the first program execution process. Execution range specification processing of the source program and the first and second program execution processing are performed for the program execution range specified by this execution range specification processing, and the checkpoint data stored in the checkpoint file is referred to. A program debugging method comprising: data output processing for selectively outputting processing result data obtained by the first and second program execution processing.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP62043078A JPS63211037A (en) | 1987-02-27 | 1987-02-27 | Program debugging method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP62043078A JPS63211037A (en) | 1987-02-27 | 1987-02-27 | Program debugging method |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS63211037A true JPS63211037A (en) | 1988-09-01 |
Family
ID=12653809
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP62043078A Pending JPS63211037A (en) | 1987-02-27 | 1987-02-27 | Program debugging method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS63211037A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008507018A (en) * | 2004-07-14 | 2008-03-06 | ローベルト ボッシュ ゲゼルシャフト ミット ベシュレンクテル ハフツング | A coupling method for coupling a controller and a program modeling active chain diagnostics |
-
1987
- 1987-02-27 JP JP62043078A patent/JPS63211037A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008507018A (en) * | 2004-07-14 | 2008-03-06 | ローベルト ボッシュ ゲゼルシャフト ミット ベシュレンクテル ハフツング | A coupling method for coupling a controller and a program modeling active chain diagnostics |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPS63211037A (en) | Program debugging method | |
JPH03241439A (en) | Test data preparation tool | |
KR100205337B1 (en) | N.c program simulation device and method | |
JPH02220145A (en) | Program tracing system | |
JPH02275539A (en) | Debugging system | |
JPS6249502A (en) | Programmable controller | |
JP2908003B2 (en) | Controlled program evaluation system | |
JPH0511831A (en) | Machining program analyzing method for nc controller | |
JPH06139108A (en) | Method for debugging processing | |
JPS61184647A (en) | Performance test system of computer equipment | |
JPS605341A (en) | Information processing device | |
JPS62235652A (en) | Debugging method for program | |
JPS6386029A (en) | Data processing method | |
JPH064348A (en) | Program debugging system | |
JPS63189948A (en) | Batch type debugging system in interactive debugger | |
JPS63640A (en) | Execution control system for partial unit of data flow | |
JPS62235641A (en) | Control system for executing program | |
JPH04238564A (en) | File input/output system for command procedure | |
JPH04253253A (en) | Method and device for executing application program | |
JPH0319041A (en) | Automatic control system for control item | |
JPH0610767B2 (en) | Robot language execution method | |
JPH04333171A (en) | Device for simulation | |
JPS61156339A (en) | Trace processing system | |
JPS5991542A (en) | Tracing device of microprogram | |
JPH0236440A (en) | Display processing system for input/output conditions of file |