JPH05181699A - Debugging control system - Google Patents

Debugging control system

Info

Publication number
JPH05181699A
JPH05181699A JP3360192A JP36019291A JPH05181699A JP H05181699 A JPH05181699 A JP H05181699A JP 3360192 A JP3360192 A JP 3360192A JP 36019291 A JP36019291 A JP 36019291A JP H05181699 A JPH05181699 A JP H05181699A
Authority
JP
Japan
Prior art keywords
program
test control
debug
control program
execution
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
JP3360192A
Other languages
Japanese (ja)
Inventor
Akiyo Tezaki
明世 手崎
Mayumi Ota
真弓 太田
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
NEC Solution Innovators Ltd
Original Assignee
NEC Corp
NEC Software Kyushu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp, NEC Software Kyushu Ltd filed Critical NEC Corp
Priority to JP3360192A priority Critical patent/JPH05181699A/en
Publication of JPH05181699A publication Critical patent/JPH05181699A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Digital Computer Display Output (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE:To obtain the debugging processing system which can efficiently execute the debugging processing of a program in a short time. CONSTITUTION:This system is composed of a terminal 30 for an operator to display the debugging information of the program or the result of the debugging processing, storage device 50 storing a source file 52 of the program, memory 60 to temporarily store the debugging information or the debugged result, test control program 20 to execute an instructed test object program 80, and control part 1 to control the test control program 20 based on input data from the terminal 30, to successively store executed line numbers from the test control program 20 to the memory 60 and to output the source program of the executed line numbers, data name in an interrupted line and data value to the terminal 30 while referring to the source file 52 stored in the storage device 50 when the execution is interrupted.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、デバッグ処理システム
に係り、とくにプログラムの実行情報を視覚確認できる
デバッグ処理システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a debug processing system, and more particularly to a debug processing system capable of visually confirming program execution information.

【0002】[0002]

【従来の技術】一般的にプログラム開発の初期段階にお
いて、個々のプログラムの有効性を実証するために、種
々の条件値を変数に与えてプログラムを部分的に実行さ
せ、所定の分岐動作や条件判断を行うかどうかあるいは
所定の処理結果が得られるかどうかを知ることが行われ
ている。これは単体デバッグとも呼ばれ、プログラムの
開発効率を向上させるのに重要な工程である。
2. Description of the Related Art Generally, in the early stage of program development, in order to verify the effectiveness of each program, various condition values are given to variables to partially execute the program, and a predetermined branch operation or condition is executed. It is performed to know whether to make a judgment or whether a predetermined processing result can be obtained. This is also called unit debugging, and it is an important step to improve the efficiency of program development.

【0003】従来のデバッグ処理システムでは、プログ
ラム実行情報は文字列のみにより与えられ、操作者はソ
ースリストを見ながら実行経路の確認を行っていた。ま
た、プログラム中にブレークポイントを設けたり、処理
結果を表示させる命令を組み込んで、処理結果の確認を
行っていた。
In the conventional debug processing system, the program execution information is given only by a character string, and the operator confirms the execution path while looking at the source list. Further, a breakpoint is set in the program and an instruction for displaying the processing result is incorporated to check the processing result.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、上記従
来例においては、文字列によるトレース情報とソースリ
ストを見比べながら実行経過の確認をしなければなら
ず、しかもデバッグ終了後に処理結果の確認のためにプ
ログラム中に組み込んだ命令を削除して再度コンパイル
とリンクを行わなければならないために、デバッグ処理
が煩雑になり、プログラムチェックに時間を要するうえ
にバグの見落としが多いという不都合があった。
However, in the above-mentioned conventional example, the progress of execution must be confirmed by comparing the trace information of the character string with the source list, and moreover, in order to confirm the processing result after the end of debugging. Since the instructions embedded in the program must be deleted and the compiling and linking must be performed again, the debugging process becomes complicated, the program check takes time, and bugs are often overlooked.

【0005】[0005]

【発明の目的】本発明の目的は、かかる従来例の有する
不都合を改善し、とくに効率よく短時間にプログラムの
デバッグ処理が行えるデバッグ処理システムを提供する
ことにある。
SUMMARY OF THE INVENTION It is an object of the present invention to provide a debug processing system which can improve the disadvantages of the conventional example and can perform the program debug processing particularly efficiently and in a short time.

【0006】[0006]

【課題を解決するための手段】そこで、本発明では、操
作者がプログラムのデバッグ情報やデバッグ条件を入力
したりデバッグ処理結果を表示する端末と、プログラム
のソースファイルが格納されている記憶装置と、デバッ
グ情報やデバッグ結果を一時的に記憶するメモリと、指
示されたテスト対象プログラムを実行するとともに実行
行番号を順次出力し,さらに指示された行番号で実行を
中断させその中断行におけるデータ名とデータ値を出力
するテスト制御プログラムと、端末からの入力データに
基づきテスト制御プログラムを制御するとともにテスト
制御プログラムからの実行行番号を順次メモリに記憶
し,実行が中断されると記憶装置に格納されているソー
スファイルを参照し実行行番号のソースプログラムと中
断行でのデータ名とデータ値を端末に出力する制御部と
を具備するという構成を採っている。これによって前述
した目的を達成しようとするものである。
In view of the above, according to the present invention, a terminal for an operator to input debug information and debug conditions of a program and display a debug processing result, and a storage device in which a source file of the program is stored. , The memory that temporarily stores the debug information and the debug result, the specified test target program is executed, the execution line number is output sequentially, and the execution is interrupted at the specified line number, and the data name in the interrupted line And the test control program that outputs the data value and the test control program based on the input data from the terminal, the execution line number from the test control program is sequentially stored in the memory, and stored in the storage device when the execution is interrupted. The source file of the execution line number and the data name in the interrupt line The chromatography data value adopts a configuration in which a control unit for outputting to the terminal. This aims to achieve the above-mentioned object.

【0007】[0007]

【作用】操作者がテスト対象となるプログラム名とその
プログラムの実行に必要な情報とデバッグ指示内容を入
力すると、入力データは制御部へ渡される。制御部は入
力データに基づいてテスト制御プログラムを起動する。
テスト制御プログラムは、指示されたテスト対象プログ
ラムを起動し、デバッグ指示内容に従ってテスト対象プ
ログラムを実行する。制御部はテスト制御プログラムか
ら、実行した行番号を1つずつ取得し、メモリにスタッ
クしていく。そしてその途中で、テスト対象プログラム
の実行がデバッグ指示内容で指定されたブレークポイン
トで中断すると、指定されているデータ名をメモリから
読み込み、該当するデータ値をテスト制御プログラムか
ら取得する。
When the operator inputs the name of the program to be tested, the information necessary for executing the program, and the contents of the debug instruction, the input data is passed to the control unit. The control unit activates the test control program based on the input data.
The test control program activates the instructed test target program and executes the test target program in accordance with the debug instruction content. The control unit acquires the executed line numbers one by one from the test control program and stacks them in the memory. Then, when the execution of the test target program is interrupted at the breakpoint specified by the debug instruction contents on the way, the specified data name is read from the memory and the corresponding data value is obtained from the test control program.

【0008】さらに実行行番号をメモリから読み込み、
ソースファイル中のプログラムソースの行番号と比較
し、実行した全行番号を内容とするプログラム実行状況
表示画面のソースプログラム情報を作成する。またブレ
ークポイントでのデータ名とその値をもとにプログラム
実行状況表示画面のデータ情報を作成し端末に表示させ
る。そして操作者は端末から次の指示として実行,デバ
ッグ指示,終了のうちいずれかを入力する。制御部は端
末からの入力指示を受け取ると指示内容をチェックし、
デバッグ指示である場合はテスト制御プログラムにデバ
ッグ指示内容を渡し、実行指示である場合は引き続いて
テスト制御プログラムを実行させ、終了である場合はテ
スト制御プログラムに終了指示を与える。テスト制御プ
ログラムは終了指示を受けるとテスト対象プログラムの
実行を打ち切る。
Further, the execution line number is read from the memory,
Compare with the line numbers of the program source in the source file, and create the source program information of the program execution status display screen that contains all the executed line numbers. Also, based on the data name and its value at the breakpoint, the data information of the program execution status display screen is created and displayed on the terminal. Then, the operator inputs one of execution, debug instruction, and end as the next instruction from the terminal. When the control unit receives an input instruction from the terminal, it checks the instruction content,
If it is a debug instruction, the debug instruction content is passed to the test control program, if it is an execution instruction, the test control program is subsequently executed, and if it is an end instruction, the test control program is given an end instruction. When the test control program receives the termination instruction, the test control program terminates the execution of the test target program.

【0009】[0009]

【発明の実施例】以下、本発明の一実施例を図1ないし
図6に基づいて説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to FIGS.

【0010】図1の実施例は、操作者がプログラムのデ
バッグ情報やデバッグ条件を入力したりデバッグ処理結
果を表示する端末30と、ホストコンピュータ70の基
本的動作を制御するオペレーティングシステム40と、
画面情報の画面ファイル51とプログラムのソースファ
イルが格納されている記憶装置50と、デバッグ情報や
デバッグ結果を一時的に記憶するメモリ60と、指示さ
れたテスト対象プログラム80を実行するとともに実行
行番号を順次出力し,さらに指示された行番号で実行を
中断させその中断行におけるデータ名とデータ値を出力
するテスト制御プログラム20と、端末30からの入力
データに基づきテスト制御プログラム20を制御すると
ともにテスト制御プログラム20からの実行行番号を順
次メモリ60に記憶し,実行が中断されると記憶装置5
0に格納されているソースファイル52を参照し実行行
番号のソースプログラムと中断行でのデータ名とデータ
値を端末30に出力する制御部1とから構成されてい
る。
In the embodiment shown in FIG. 1, a terminal 30 through which an operator inputs debug information and debug conditions of a program and a debug processing result is displayed, and an operating system 40 which controls basic operations of a host computer 70.
The storage device 50 in which the screen file 51 of the screen information and the source file of the program are stored, the memory 60 for temporarily storing the debug information and the debug result, and the execution line number while executing the instructed test target program 80. And the test control program 20 that outputs the data name and the data value in the interrupted line, and controls the test control program 20 based on the input data from the terminal 30. Execution line numbers from the test control program 20 are sequentially stored in the memory 60, and when the execution is interrupted, the storage device 5
The control unit 1 outputs the source program of the execution line number and the data name and data value in the interrupted line to the terminal 30 by referring to the source file 52 stored in 0.

【0011】ここで、制御部1は、端末30から入力さ
れたプログラム情報に基づいてテスト制御プログラム2
0を起動するテスト制御プログラム起動手段11と、テ
スト制御プログラム20にデバッグ指示内容を渡すとと
もにテスト制御プログラム20からの実行行番号を順次
メモリ60に記憶し,さらに中断行におけるデータ名と
データ値をテスト制御プログラム20から取得するトレ
ース情報取得手段12と、トレース情報取得手段12か
ら渡された実行行番号に対応するソースプログラムを記
憶装置50に格納されているソースファイル52から読
み込むとともに端末30へ出力するソースプログラム表
示手段13と、ソースプログラム表示手段13から終了
要求を受けるとテスト制御プログラム20に終了指示を
渡す終了手段14とから構成される。
Here, the control unit 1 controls the test control program 2 based on the program information input from the terminal 30.
The test control program starting means 11 for starting 0 and the test control program 20 are passed the debug instruction contents, the execution line numbers from the test control program 20 are sequentially stored in the memory 60, and the data name and the data value in the interrupted line are stored. The trace information acquisition means 12 acquired from the test control program 20 and the source program corresponding to the execution line number passed from the trace information acquisition means 12 are read from the source file 52 stored in the storage device 50 and output to the terminal 30. The source program display means 13 and the end means 14 for giving an end instruction to the test control program 20 when an end request is received from the source program display means 13.

【0012】次に本実施例の動作について図3ないし図
6のフローチャートを用いて説明する。
Next, the operation of this embodiment will be described with reference to the flowcharts of FIGS.

【0013】制御部1が起動されるとテスト制御プログ
ラム起動手段11は記憶装置50に格納されている画面
ファイル51から画面情報を読み込み、オペレーティン
グシステム40を介して端末30に図2に示されるよう
に「プログラム名」と「プログラム実行に必要な情報」
と「デバッグ指示」の入力を要求するプログラム指示画
面11を表示する。この画面に対し、操作者はテスト対
象となるプログラム名とそのプログラムの実行に必要な
情報とブレークポイント等のデバッグ指示内容を入力す
る。入力データは、ホストコンピュータ70に送られ、
オペレーティングシステム40を介してテスト制御プロ
グラム起動手段11へ渡される(図3のステップ1)。
入力データを受け取ったテスト制御プログラム起動手段
11は、プログラム指示画面11より入力されたデバッ
グ指示内容をメモリ60にスタックする(図3のステッ
プ2)。そしてテスト対象プログラム名とそのプログラ
ムの実行に必要な情報に基づいてテスト制御プログラム
20を起動し(図3のステップ3)、トレース情報取得
手段12へ制御を渡す。
When the control unit 1 is started, the test control program starting means 11 reads the screen information from the screen file 51 stored in the storage device 50, and the terminal 30 through the operating system 40 as shown in FIG. "Program name" and "Information required for program execution"
And the program instruction screen 11 for requesting the input of "debug instruction" are displayed. On this screen, the operator inputs the name of the program to be tested, information necessary for executing the program, and debug instruction contents such as breakpoints. The input data is sent to the host computer 70,
It is passed to the test control program starting means 11 via the operating system 40 (step 1 in FIG. 3).
The test control program starting means 11 that has received the input data stacks the debug instruction content input from the program instruction screen 11 in the memory 60 (step 2 in FIG. 3). Then, the test control program 20 is started based on the name of the program to be tested and the information necessary to execute the program (step 3 in FIG. 3), and control is passed to the trace information acquisition means 12.

【0014】テスト制御プログラム20は、指示された
テスト対象プログラム80を起動してデバッグ指示内容
の入力を待つ。
The test control program 20 activates the instructed test target program 80 and waits for the input of the debug instruction content.

【0015】トレース情報取得手段12は、メモリ60
からデバッグ指示内容を読み込み(図4のステップ
1)、これをテスト制御プログラム20へ渡す(図4の
ステップ2)。
The trace information acquisition means 12 is a memory 60.
The debug instruction content is read from (step 1 in FIG. 4) and passed to the test control program 20 (step 2 in FIG. 4).

【0016】テスト制御プログラム20は渡されたデバ
ッグ指示内容に従ってテスト対象プログラム80を実行
する。
The test control program 20 executes the test target program 80 in accordance with the passed debug instruction content.

【0017】トレース情報取得手段12は、テスト制御
プログラム20から、実行した行番号を1つずつ取得
し、メモリ60にスタックしていく(図4のステップ
3)。そしてその途中で、テスト対象プログラム80の
実行がデバッグ指示内容の中で指定されたブレークポイ
ントで中断したら(図4のステップ4)、指定されてい
るデータ名をメモリ60から読み込み、該当するデータ
値をテスト制御プログラム20から取得する(図4のス
テップ5)。このようにして得られたデータ名およびそ
の値をプログラム実行状況表示画面表示要求とともにソ
ースプログラム表示手段13へ渡す(図4のステップ
6)。
The trace information acquisition means 12 acquires the executed line numbers one by one from the test control program 20 and stacks them in the memory 60 (step 3 in FIG. 4). Then, when the execution of the test target program 80 is interrupted at the breakpoint specified in the debug instruction contents (step 4 in FIG. 4) in the middle of the process, the specified data name is read from the memory 60 and the corresponding data value is read. Is obtained from the test control program 20 (step 5 in FIG. 4). The data name and its value thus obtained are passed to the source program display means 13 together with the program execution status display screen display request (step 6 in FIG. 4).

【0018】ソースプログラム表示手段13は、トレー
ス情報取得手段12からプログラム実行状況表示画面表
示要求を受け取ると(図5のステップ1)、実行行番号
をメモリ60から読み込む(図5のステップ2)。そし
てメモリ60から読み込んだ実行行番号とソースファイ
ル52中のプログラムソースの行番号を比較し、実行し
た全行番号を内容とするプログラム実行状況表示画面1
2のソースプログラム情報を作成する。また、トレース
情報取得手段12から渡されたデータ名およびその値を
もとに、プログラム実行状況表示画面12のデータ情報
を作成し(図5のステップ3)、端末30へ表示する
(図5のステップ3)。例えば図2に示されるように、
110行の命令が「KIHON = W_KIHO
N」、120行の命令が「ZANGYO = W_ZA
NGYO」、130行の命令が「KYUYO = KI
HON + ZANGYO」、W_KIHONが200
000、W_ZANGYOが50000であり、130
行にブレークポイントが設定されている場合には、その
時点でのデータ名KYUYOとその値250000が表
示されている。
When the source program display means 13 receives the program execution status display screen display request from the trace information acquisition means 12 (step 1 in FIG. 5), it reads the execution line number from the memory 60 (step 2 in FIG. 5). Then, the execution line number read from the memory 60 and the line number of the program source in the source file 52 are compared, and the program execution status display screen 1 containing all the executed line numbers is shown.
2 Source program information is created. Further, data information of the program execution status display screen 12 is created based on the data name and its value passed from the trace information acquisition means 12 (step 3 in FIG. 5) and displayed on the terminal 30 (in FIG. 5). Step 3). For example, as shown in FIG.
The instruction on line 110 is "KIHON = W_KIHO
N ”, the command on line 120 is“ ZANGYO = W_ZA
NGYO ", the command on line 130 is" KYUYO = KI
HON + ZANGYO ", W_KIHON is 200
000, W_ZANGYO is 50,000, and 130
When a breakpoint is set on a line, the data name KYUYO at that time and its value 250000 are displayed.

【0019】そして操作者は端末30から次の指示とし
て実行,デバッグ指示,終了のうちいずれかを入力す
る。
Then, the operator inputs any one of execution, debug instruction, and end as the next instruction from the terminal 30.

【0020】ソースプログラム表示手段13は、端末3
0からの入力指示を受け取ると(図5のステップ4)、
指示内容をチェックする(図5のステップ5)。その結
果、デバッグ指示である場合はメモリ60にデバッグ指
示をスタックし(図5のステップ6)、実行指示である
場合はトレース情報取得手段12へ制御を渡し、終了で
ある場合はテスト制御プログラム20の終了要求を終了
手段14へ出力する(図5のステップ7)。
The source program display means 13 is the terminal 3
When the input instruction from 0 is received (step 4 in FIG. 5),
Check the instruction content (step 5 in FIG. 5). As a result, if it is a debug instruction, the debug instruction is stacked in the memory 60 (step 6 in FIG. 5), if it is an execution instruction, control is passed to the trace information acquisition means 12, and if it is an end, the test control program 20. The end request is output to the end means 14 (step 7 in FIG. 5).

【0021】終了手段14は、ソースプログラム表示手
段13からテスト制御プログラム20の終了要求を受け
取ると(図6のステップ1)、テスト制御プログラム2
0に対して終了指示を与える(図6のステップ2)。
When the termination means 14 receives a termination request for the test control program 20 from the source program display means 13 (step 1 in FIG. 6), the test control program 2
A termination instruction is given to 0 (step 2 in FIG. 6).

【0022】テスト制御プログラム20は終了手段14
から終了指示を受けるとテスト対象プログラム80の実
行を打ち切る。
The test control program 20 is terminated by the end means 14
When the end instruction is received from, the execution of the test target program 80 is terminated.

【0023】このようにして制御部1の処理により、プ
ログラムのテスト実行時にプログラムの実行状況をリア
ルタイムで表示される。
In this way, by the processing of the control unit 1, the execution status of the program is displayed in real time during the test execution of the program.

【0024】[0024]

【発明の効果】本発明は以上のように構成され機能する
ので、これによると、プログラム名と実行に必要な情報
を指示することにより、実行状況を画面上でリアルタイ
ムに見ることができ、これがため、プログラムのデバッ
グ処理を短時間で行うことが可能となり、高品位のプロ
グラムを効率よく作成することができるという従来にな
い優れたデバッグ処理システムを提供することができ
る。
Since the present invention is constructed and functions as described above, according to this, the execution status can be viewed on the screen in real time by instructing the program name and the information necessary for execution. Therefore, the debug processing of the program can be performed in a short time, and it is possible to provide an unprecedented excellent debug processing system capable of efficiently creating a high-quality program.

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

【図1】本発明の一実施例を示す構成図である。FIG. 1 is a configuration diagram showing an embodiment of the present invention.

【図2】図1における端末に表示される各入出力情報の
説明図である。
FIG. 2 is an explanatory diagram of each input / output information displayed on the terminal in FIG.

【図3】図1におけるテスト制御プログラム起動手段の
動作を説明するためのフローチャートである。
3 is a flowchart for explaining the operation of a test control program starting means in FIG.

【図4】図1におけるトレース情報取得手段の動作を説
明するためのフローチャートである。
FIG. 4 is a flowchart for explaining the operation of the trace information acquisition means in FIG.

【図5】図1におけるソースプログラム表示手段の動作
を説明するためのフローチャートである。
5 is a flow chart for explaining the operation of the source program display means in FIG.

【図6】図1における終了手段の動作を説明するための
フローチャートである。
FIG. 6 is a flow chart for explaining the operation of the end means in FIG.

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

1:制御部 11:テスト制御プログラム起動手段 12:トレース情報取得手段 13:ソースプログラム表示手段 14:終了手段 20:テスト制御プログラム 30:端末 50:記憶装置 51:画面ファイル 52:ソースファイル 60:メモリ 80:テスト対象プログラム 1: Control unit 11: Test control program starting means 12: Trace information acquisition means 13: Source program display means 14: Ending means 20: Test control program 30: Terminal 50: Storage device 51: Screen file 52: Source file 60: Memory 80: Program to be tested

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 操作者がプログラムのデバッグ情報やデ
バッグ条件を入力したりデバッグ処理結果を表示する端
末と、プログラムのソースファイルが格納されている記
憶装置と、デバッグ情報やデバッグ結果を一時的に記憶
するメモリと、指示されたテスト対象プログラムを実行
するとともに実行行番号を順次出力し,さらに指示され
た行番号で実行を中断させその中断行におけるデータ名
とデータ値を出力するテスト制御プログラムとを備え、
前記端末からの入力データに基づき前記テスト制御プロ
グラムを制御するとともに前記テスト制御プログラムか
らの実行行番号を順次前記メモリに記憶し,実行が中断
されると前記記憶装置に格納されているソースファイル
を参照し実行行番号のソースプログラムと中断行でのデ
ータ名とデータ値を前記端末に出力する制御部を設けた
ことを特徴とするデバッグ処理システム。
1. A terminal for an operator to input debug information and debug conditions of a program and display a debug processing result, a storage device in which a program source file is stored, and a debug information and a debug result temporarily. A memory to be stored and a test control program for executing the instructed test target program, outputting the execution line numbers in sequence, interrupting the execution at the instructed line number, and outputting the data name and data value in the interrupted line. Equipped with
The test control program is controlled based on the input data from the terminal, the execution line numbers from the test control program are sequentially stored in the memory, and when the execution is interrupted, the source file stored in the storage device is stored. A debug processing system comprising a control unit for outputting a source program of an execution line number to be referenced and a data name and a data value in an interrupted line to the terminal.
【請求項2】 前記制御部は、前記端末から入力された
プログラム情報に基づいて前記テスト制御プログラムを
起動するテスト制御プログラム起動手段と、前記テスト
制御プログラムにデバッグ指示内容を渡すとともに前記
テスト制御プログラムからの実行行番号を順次前記メモ
リに記憶し,さらに中断行におけるデータ名とデータ値
を前記テスト制御プログラムから取得するトレース情報
取得手段と、前記トレース情報取得手段から渡された実
行行番号に対応するソースプログラムを前記記憶装置に
格納されているソースファイルから読み込むとともに前
記端末へ出力するソースプログラム表示手段と、前記ソ
ースプログラム表示手段から終了要求を受けると前記テ
スト制御プログラムに終了指示を渡す終了手段とから構
成されていることを特徴とする請求項1記載のデバッグ
処理システム。
2. The control unit starts up the test control program on the basis of program information input from the terminal, and a test control program starting unit, and passes the debug instruction content to the test control program and the test control program. Corresponding to the execution line number passed from the trace information acquisition means for sequentially storing the execution line number from the above in the memory, and further acquiring the data name and data value in the interrupted line from the test control program. Source program displaying means for reading the source program stored in the storage device from the source file and outputting the source program to the terminal; and ending means for giving an ending instruction to the test control program when an ending request is received from the source program displaying means. Consists of and The debug processing system according to claim 1, wherein the debug processing system is provided.
【請求項3】 前記制御部の指示により前記端末に表示
させる画面情報に関する画面ファイルを前記記憶装置に
備えたことを特徴とする請求項1記載のデバッグ処理シ
ステム。
3. The debug processing system according to claim 1, wherein the storage device is provided with a screen file relating to screen information to be displayed on the terminal according to an instruction from the control unit.
JP3360192A 1991-12-27 1991-12-27 Debugging control system Pending JPH05181699A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3360192A JPH05181699A (en) 1991-12-27 1991-12-27 Debugging control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3360192A JPH05181699A (en) 1991-12-27 1991-12-27 Debugging control system

Publications (1)

Publication Number Publication Date
JPH05181699A true JPH05181699A (en) 1993-07-23

Family

ID=18468308

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3360192A Pending JPH05181699A (en) 1991-12-27 1991-12-27 Debugging control system

Country Status (1)

Country Link
JP (1) JPH05181699A (en)

Similar Documents

Publication Publication Date Title
US5124989A (en) Method of debugging a computer program
EP0785510B1 (en) Program debugging system for debugging a program having a graphical user interface
JP2922723B2 (en) Information processing device
JPH05181699A (en) Debugging control system
US20030018957A1 (en) Debugger monitor with anticipatory highlights
CN107315685A (en) A kind of real-time adjustment method of non-invasive procedure
JP7479188B2 (en) DEBUG SUPPORT DEVICE, DEBUG SUPPORT METHOD, AND PROGRAM
JPH10214204A (en) Debugger
JP2570593B2 (en) Debug device
JP2004287869A (en) Program execution monitoring device and method
JPH06101045B2 (en) Data flow type information processing device simulation device
JP2785606B2 (en) Debugger for pipelined computer programs
JP2812289B2 (en) Debugging device and debugging method thereof
JPH08137717A (en) Debugging method and device therefor
JP2860054B2 (en) Program debugging device
JP2526710B2 (en) Programmable controller programming method
JPH07319730A (en) Test debugging method
JPS60167042A (en) Program editing device
JPH07253876A (en) Program generating device
JPS6292033A (en) Program debugging device
JPH03245206A (en) Method and device for programming of industrial robot
JPH11288371A (en) In-circuit emulator
JPH01316842A (en) Batch program and debugging tool
JPS63268040A (en) Program debugging system
JP2001067245A (en) Simulation method and simulation device

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19981222