JPS63100543A - Program debugging backup device - Google Patents

Program debugging backup device

Info

Publication number
JPS63100543A
JPS63100543A JP61245244A JP24524486A JPS63100543A JP S63100543 A JPS63100543 A JP S63100543A JP 61245244 A JP61245244 A JP 61245244A JP 24524486 A JP24524486 A JP 24524486A JP S63100543 A JPS63100543 A JP S63100543A
Authority
JP
Japan
Prior art keywords
error
source program
program
display
displayed
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
JP61245244A
Other languages
Japanese (ja)
Other versions
JP3194925B2 (en
Inventor
Toshihisa Aoshima
青島 利久
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP24524486A priority Critical patent/JP3194925B2/en
Publication of JPS63100543A publication Critical patent/JPS63100543A/en
Application granted granted Critical
Publication of JP3194925B2 publication Critical patent/JP3194925B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Devices For Executing Special Programs (AREA)

Abstract

PURPOSE:To efficiently debug a source program by providing a display means on which the source program is displayed together with errors for interpretation and execution of the source program and a display means on which positions of errors can be identified in the display of the source program. CONSTITUTION:The source program of user definition functions is displayed on a text display part, and a formula (list) 25 where error is detected in this display is emphasized by inversion and displayed to allow a user to identify the error position. Since the user definition function including the error is displayed on an editing screen with respect to the error in the source program and the error position is emphasized by inversion and displayed, the user saves trouble to retrieve the error position and can directly correct the error position, and therefore, the time for correction is shortened and mistake of the correction position is reduced. In an example shown in the figure, 'f' is substituted with 'fact' to correctly operate the program by recursive call of 'fact'.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、インタプリタ形式で実行される言語処理系に
おいて、特にプログラムの内部表現がリスト構造のL 
I 8 P (Li5t Processor )プロ
グラムのデバッグに好適なデバッグ支援装置に関する0 〔従来の技術〕 LISPのプログラムは、(i2+□・・・・・・・1
1・・・)のように、括弧付きのリスト形式で表現され
る。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a language processing system that is executed in an interpreter format, especially when the internal representation of a program is a list-structured L
I8P (Li5t Processor) 0 related to a debugging support device suitable for program debugging [Prior art] A LISP program is (i2+□...1
1...) is expressed in a parenthesized list format.

ここでリストの要素ilは、文字列や数値あるいは、前
記と同形式のリストである。LISP処理系は、各リス
トを(関数 引数・・・・・・引数)というふうに、リ
ストの第1要素を関数、第2要素以降を関数の引数とし
て解釈する0ここで関数とは、LISP処理系にあらか
じめ準備されている組込関数、あるいはユーザが定義し
た関数(サブルーチンに相当)である。例えば、 ANS : (X+Y)*Z の式kLIsPプログラムで表現すると、(5ETQ 
 ANS(*(+ X Y  )Z))となる。ユーザ
関数は、このようなリスト表現の式の組わせで表現され
る。ここで左括弧”(”の次の文字や文字列である5E
TQ、*、+は、そrぞれLISPの組込み関数である
。LISP処理系は、左右の括弧をもつリストを順次評
価(解釈・実行)して行く。前記の例では、最初に(S
E ’r Q・・・・・・・・・)のリストを評価しよ
うとすると。
Here, the list element il is a character string, a numerical value, or a list in the same format as above. The LISP processing system interprets each list as (function argument...argument), with the first element of the list as a function and the second and subsequent elements as arguments of the function. These are built-in functions prepared in advance by the processing system, or user-defined functions (equivalent to subroutines). For example, when expressed in a kLIsP program, the formula ANS: (X+Y)*Z becomes (5ETQ
ANS(*(+X Y )Z)). A user function is expressed by a combination of expressions expressed as a list. Here, the character or character string after the left parenthesis "(" is 5E
TQ, *, and + are each built-in functions of LISP. The LISP processing system sequentially evaluates (interprets and executes) lists with left and right parentheses. In the above example, first (S
When trying to evaluate a list of E 'r Q......).

その引数に、(*(+XY)Z)というリストがあり、
さらにそのリストの中の(+  X  Y)というリス
トの評価が必要となって、内側のリストから順番に評価
が行われる。
The argument has a list (*(+XY)Z),
Furthermore, it is necessary to evaluate the list (+X Y) in that list, and the evaluation is performed in order from the inner list.

ところで、前記の例の式の実行前に、Xの直が定まって
いなかった場合には1例えば文献Common L I
 S P入門:湯浅著岩波書店1986 。
By the way, if the directness of
Introduction to SP: Written by Yuasa, Iwanami Shoten 1986.

7.18発行pp、313〜315に記載のように、E
rror : The variable X  is
 unbound。
7.18 issue pp. 313-315, E.
rror: The variable X is
unbound.

Error  signalled  by  十。Error signaled by ten.

というメツセージが表示される。即ら、エラーの内容と
エラーの発生したリストの関数が表示されるだけであっ
た。
A message will be displayed. That is, only the contents of the error and the function in the list where the error occurred are displayed.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上記従来のLISP処理系では、エラーの表示において
、エラーの81類と、エラー発生の直接の関数しか提示
されないため、どのユーザ定義関数中のどの式でエラー
がおこったかを知ることが困難な問題があった。またエ
ラーの分析を行うユーティリティの一つであるデバッガ
の一機能として関数の呼出しごとにスタック上にだくわ
えられた関数名をバックトレースする機能が用意さnて
いるが、バックトレース機能による表示では、同一のユ
ーザ関数内で同じ式が複数箇所に存在した場合など、エ
ラーの発生箇所を物足することが困難であった。またエ
ラーの発生場所の表示と、エラ・−のあるプログラムを
修正するプログラムが別であったために、それぞれの表
示画面が異なり、誤って別の箇所を修正してしまう可能
性を含んでいる問題があった。
In the conventional LISP processing system mentioned above, when displaying errors, only the 81 types of errors and the direct function where the error occurred are presented, so it is difficult to know which expression in which user-defined function caused the error. was there. Also, as a function of the debugger, which is a utility for analyzing errors, there is a function to backtrace the function name stored on the stack every time a function is called, but the display by the backtrace function is , it was difficult to identify the location where the error occurred, such as when the same expression existed in multiple locations within the same user function. Additionally, since the display of the location where the error occurred and the program that corrects the program with the error were separate, each display screen was different, and there was a problem with the possibility of incorrectly correcting the wrong location. was there.

本発明の目的は、LIMPのように、式を逐一実行する
ぎ語処理系で、実行中にエラーが発生したとき、エラー
がどのユーザ関数(サブルーチン)のどの式で発生した
かを即座に明示し、同一画面上で、提示されたエラー箇
所を直接修正できる処理系を提供することにある。
The purpose of the present invention is to immediately clarify in which expression of which user function (subroutine) the error occurred when an error occurs during execution in a code processing system such as LIMP that executes expressions one by one. However, the object of the present invention is to provide a processing system that can directly correct the presented error location on the same screen.

〔問題点を解決するための手段〕[Means for solving problems]

上記目的は、プログラム実行中のエラー検出時に、エラ
ーを含むユーザ関数のソースプログラムを、編集画面に
表示し、かつその表示において、最後に実行した式を識
別表示する手段により達成される。
The above object is achieved by means for displaying a source program of a user function containing an error on an editing screen when an error is detected during program execution, and identifying and displaying the last executed expression on the display.

〔作用〕[Effect]

前記、エラーの式を含むユーザ関数を見つける手段は、
関数名を含む制御情報を、新たな関数の呼び出しごとに
スタ、りにだくわえ、処理が完了した関数については、
スタ、りから当該制御情報を除去するようにし、エラー
発生時点で、スタック上の制御情報をバックトレースし
てa近のユーザ関数名を探索することにより実現される
The means for finding the user function containing the error expression is as follows:
Control information including the function name is stored in the register for each new function call, and for functions that have completed processing,
This is achieved by removing the relevant control information from the stack, and at the time of occurrence of the error, backtracing the control information on the stack and searching for the user function name near a.

また最後に実現した式の識別は、実行中、常に最後に実
行した式の存在場所を保持しておき、当該ユーザ関数の
各式の表示処理において1表示するソースプログラムの
各式の存在場所と、前記の最後に実行した式の存在場所
の一致検出により実現される。
Also, to identify the last realized expression, the location of the last executed expression is always maintained during execution, and in the process of displaying each expression of the user function, the location of each expression in the source program to be displayed is identified. , is realized by detecting a match between the locations of the expressions executed last.

プログラムの―集画面に、エラーの式を含むユーザ関数
と、エラーの発生箇所が明示されるのでエラー箇所を直
接修正できるようになる。
The user function containing the error formula and the location where the error occurred are clearly displayed on the program collection screen, allowing you to directly correct the error location.

〔実施例〕〔Example〕

以下1本発明の一実施例を説明する。 An embodiment of the present invention will be described below.

第1図は、本発明のデバッグ支援装置の構成図である。FIG. 1 is a configuration diagram of a debug support device of the present invention.

実施例では、LIMPの実行、デバッグを本装置tを用
いて実行する。第1図1のソースプロクラムは、2の解
釈・実行機構(インタプリタ)に入力されて、各式(リ
スト)単位に逐一解釈実行され、その実行結果が4の表
示機構によって表示される。2における実行中にエラー
があれば、同じく4にエラーメツセージを表示する。3
は、ソースプログラムの入力、修正を含む編集を行う機
構でテキスト・エディタである。1〜4は、従来の各棟
プログラムの言語処理系において、−収約に実現されて
いる動作機構であり、公知である。
In the embodiment, LIMP is executed and debugged using the device t. The source program shown in FIG. 1 is input to an interpretation/execution mechanism (interpreter) 2, where each expression (list) is interpreted and executed one by one, and the execution results are displayed by a display mechanism 4. If there is an error during execution in 2, an error message is also displayed in 4. 3
is a text editor that is a mechanism for editing source programs, including inputting and modifying them. 1 to 4 are known operating mechanisms that have been realized in a concise manner in the language processing system of each conventional program.

本実施例では、新たに5のエラー箇所摘出機構を付加し
た。5は、2における実行中にエラーがあったとき、エ
ラーを含むユーザ関数を探索し、該ユーザ関数のソース
プログラムの全体の表示と、該ソースプログラムの中の
エラーの式(リスト)を識別表示することを可能にする
エラー箇所摘出機構であり、常に最後に実行した式(リ
スト)のアドレスを保持する機構51と、解釈・実行機
構2の実行中にたくわえたスタ、り情報から、最後に実
行したユーザ関数を探索する機構52.52で摘出した
ユーザ関数のソースプログラムの各式のアドレスと、5
1で保持したアドレスの一致を検出する機構53からな
る。53でアドレスが一致した式(ば、4の表示機構で
、その他の式と識別表示される。5で摘出したユーザ関
数のソースプログラムと、エラーの式は、3の編集機構
の入力となって、編集画面に表示することも可能にした
In this embodiment, five new error location extraction mechanisms are added. 5, when an error occurs during the execution in 2, searches for the user function containing the error, displays the entire source program of the user function, and identifies and displays the error expression (list) in the source program. This is a mechanism for extracting error points, which always holds the address of the last executed expression (list), and a mechanism 51 that always holds the address of the expression (list) executed last. Mechanism for searching executed user functions 52. The address of each expression in the user function source program extracted in 52, and 5
It consists of a mechanism 53 that detects a match between the addresses held in 1. The expression whose address matches in 53 (for example, it is displayed in the display mechanism in 4 to distinguish it from other expressions. The source program of the user function extracted in 5 and the error expression are input to the editing mechanism in 3. , it is also possible to display it on the editing screen.

第2図は、第1図の装置を用いてnの階乗を計算するL
IMPプログラムfactを実行したときプログラムの
記述誤りのために実行時にエラーが発生したとき1表示
される画面の例である。プログラムfactの中で未定
義な関数名fを実行しようとしたとき、エラーが発生す
る。従来のLISP処理系では、画面上13のメ、セー
ジ行に表示されているメツセージが表示されるだけであ
った。
Figure 2 shows L for calculating the factorial of n using the apparatus of Figure 1.
This is an example of a screen that is displayed when an error occurs during execution due to an error in the program description when the IMP program fact is executed. An error occurs when an attempt is made to execute an undefined function name f in the program fact. In the conventional LISP processing system, only the messages displayed in the 13 message lines on the screen are displayed.

このメツセージでは、fは関数*の中であることはわか
っても、ユーザ定義関数factの中であることは表示
されなかった。
In this message, although it is known that f is in the function *, it is not displayed that it is in the user-defined function fact.

本実施例では、テキスト表示部22に示すようにユーザ
定義関数のソースプログラムを表示し、かつその表示の
中で、エラーを検出した式(リスト)25を反転強調表
示して、エラー箇所を識別せしめるようにした。同図2
0は、編集画面の見出し部、24はコマンド入力部であ
る。本実施例によれば、ソースプログラム中のエラーに
対し。
In this embodiment, the source program of the user-defined function is displayed as shown in the text display section 22, and the expression (list) 25 in which an error has been detected is inverted and highlighted to identify the error location. I tried to force it. Figure 2
0 is a heading section of the editing screen, and 24 is a command input section. According to this embodiment, for errors in the source program.

エラーを含むユーザ定義関数が、編集画面に表われ、エ
ラー箇所が反転強調表示されるので、ユーザにとっては
、エラー箇所の検索の手間が省け、誤り箇所を直接修正
できるので、修正までの時間が短縮できると共に、修正
箇所を誤ることが少なくなる。本表示例では、@f”を
” fact”に置換えることにより、factの再帰
呼出しによって正しく動作する。
User-defined functions containing errors are displayed on the editing screen, and the error location is inverted and highlighted, saving users the trouble of searching for the error location and allowing them to directly correct the error location, reducing the time it takes to make corrections. It can be shortened and there are fewer mistakes in the corrected parts. In this display example, by replacing "@f" with "fact", the recursive call of fact operates correctly.

なお第2の実施例として、エラー発生時に直接編集画面
の表示に移行せず、一旦デバ、ガモードに入り、デバッ
ガの一コマンド@WHERE”の入力により、第1図の
画面が表示されるようにしてもよい。
As a second embodiment, when an error occurs, the screen shown in Figure 1 is displayed by entering the debugger mode and entering the debugger command "@WHERE" instead of directly switching to the editing screen display. You can.

再3図は、解釈実行機構2と、エラー箇所摘出機構5の
装置内部の動作フローを記述したものである。解釈・実
行機構2は、指定された関数の式を順次取出しく301
)、常に最新の式のアドレスを実行式アドレス保持機構
51によって保持してお((302)。取出された式は
解釈・実行(303)され、次の式の処理に進む。30
3の処理においてエラー検出したとき(304)、解釈
・実行機構2の一処理モードであるデバッガ・モードに
入る(305)。次に、端末からデバ。
FIG. 3 describes the internal operation flow of the interpretation/execution mechanism 2 and the error location extraction mechanism 5. The interpretation/execution mechanism 2 sequentially extracts the expressions of the specified function 301
), the address of the latest expression is always held by the executable expression address holding mechanism 51 ((302). The retrieved expression is interpreted and executed (303), and processing proceeds to the next expression. 30
When an error is detected in the processing of step 3 (304), the debugger mode, which is a processing mode of the interpretation/execution mechanism 2, is entered (305). Next, deva from the terminal.

ガコマンドが入力されると、解釈実行機構2はそのコマ
ンドを解釈する(306)。デバッガ・コマンドが°W
HERE”であると判定されたとき(307)、ユーザ
関数探索機構52によりエラーの式を含むユーザ関aを
探索する。(308)〔詳細後述〕。それ以外のコマン
ドのときは、それぞれ対応のコマンド処理を行う(30
9)。
When a command is input, the interpretation/execution unit 2 interprets the command (306). The debugger command is °W
HERE” (307), the user function search mechanism 52 searches for a user function a that includes the error expression (308) [Details will be described later].For other commands, the corresponding Perform command processing (30
9).

〔本発明に関係ないので説明省略〕。なお第2の実施例
では、305〜307f!スキ、ブする。
[Description omitted as it is not related to the present invention]. In the second embodiment, 305 to 307f! I like it, I like it.

308の流れでユーザ関数が見つかり1次に、該ユーザ
関数を引数にして、編集機構3をコールすると、該ユー
ザ関数のソースプログラムは順次編集用の画面に表示さ
れる(30)。このときアドレス一致恢出機構53によ
り、ソースプログラムの各式ごとの存在場所と、処理3
02で保持した存在場所(アドレス)を比較しく311
,312)一致した式は反転強調表示(313)、それ
以外は通常輝度表示(314)する。
When a user function is found in step 308 and the editing mechanism 3 is called using the user function as an argument, the source program of the user function is sequentially displayed on the editing screen (30). At this time, the address matching mechanism 53 determines the location of each expression in the source program and the process 3.
Compare the location (address) held in 02 311
, 312) Matched expressions are highlighted in reverse (313), and the others are displayed with normal brightness (314).

第4図は、関g!1factのソースプログラムの内部
表現のリスト構造を図示したものである。第3図の処理
301や310において、式を取出すときには、第4図
のA、B、C,D、E、Fで示すアドレスが参照・記憶
される。
Figure 4 shows Seki g! 1 is a diagram illustrating a list structure of an internal representation of a 1fact source program. When extracting an expression in processes 301 and 310 in FIG. 3, addresses indicated by A, B, C, D, E, and F in FIG. 4 are referenced and stored.

第5図は、ユーザ関数探索機構52においてエラーの式
を含むユーザ関数を探索するときに参照するスタックの
様子を図示したものである。関数が参照されるごとに参
照する関数名を含む制御情報をスタックに格納し、その
関数の処理を完了し、元の関数に処理が戻るとき、当該
のスタックから。
FIG. 5 illustrates the state of the stack that is referred to when the user function search mechanism 52 searches for a user function that includes an error expression. Each time a function is referenced, control information including the referenced function name is stored on the stack, and when the processing of that function is completed and processing returns to the original function, from the stack.

当該関数の制御情報を除去する。本実施例の関数f参照
時にエラーが発生した時点のスタックにはfact、 
 cond、T、 *、f、 debugの関数名を含
む制御情報が蓄積されている。ここで500に示すよう
に下から順に関数名を参照し、システム組込関数でない
ものを探して行くと、”fact”というユーザ関数を
見つけることができる。
Remove the control information for the function. In this example, when an error occurs when referencing function f, the stack contains fact,
Control information including function names cond, T, *, f, and debug is stored. Here, as shown at 500, by referring to the function names in order from the bottom and searching for functions that are not built-in functions in the system, a user function called "fact" can be found.

編集用画面上で1し正の終った関数は、終了コマンドの
人力によって、新しい定義のリスト構造に変更される。
A function that completes with a value of 1 on the editing screen is manually changed to a list structure with a new definition using the end command.

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

本発明によれば、LLSPのように、式を逐一実行する
百語処理系で、実行中にエラーが発生したとき、エラー
がどのユーザ関数(サブルーチン)のどの式で発止した
かを、編集画面に明示され、提示されたエラーを直接修
正できるので、ユーザにとってエラーの発生箇所を保す
手間が省けると共に、修正箇所を間違える可能性が少な
くなる。
According to the present invention, when an error occurs during execution in a 100-word processing system such as LLSP that executes expressions one by one, it is possible to edit which user function (subroutine) and in which expression the error occurred. Since the error displayed and presented on the screen can be directly corrected, the user does not have to keep track of the location where the error occurred, and the possibility of making a mistake in the location to be corrected is reduced.

従って、デバッグ作業の効率か大幅に改善される。Therefore, the efficiency of debugging work is greatly improved.

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

第1図(ま1本発明の一実施例の装置の構成図、第2図
は、実施例の一表示画面例を示す図、第3図は、装置内
部の動作フロー図。 第4図は、ソースプログラムの内部表現のリスト構造図
、 第5図は、ユーザ関数探索時のスタックの様子を図示し
たものである。 5:エラー箇所摘出機構 20:エラー識別表示画面 22:エラー表示を含むソースプログラム表示部25:
エラー箇所の反転表示 羊 1vJ 第 3 口 滲 41!I l−八
FIG. 1 is a block diagram of an apparatus according to an embodiment of the present invention, FIG. 2 is a diagram showing an example of a display screen of the embodiment, and FIG. 3 is an operational flow diagram inside the apparatus. , a list structure diagram of the internal representation of the source program, FIG. 5 is a diagram showing the state of the stack when searching for user functions. 5: Error location extraction mechanism 20: Error identification display screen 22: Source including error display Program display section 25:
Reverse display of error part Sheep 1vJ 3rd mouth leak 41! I l-8

Claims (1)

【特許請求の範囲】 1、ソース・プログラムの各断片を逐一解釈実行するイ
ンタプリタを有する言語処理装置において、当該ソース
プログラムの解釈・実行時のエラーを含むソース・プロ
グラムの表示と、当該ソースプログラムを表示内にエラ
ー発生箇所を識別可能ならしめる表示手段を有するプロ
グラム・デバッグ支援装置。 2、第1項記載のプログラムデバッグ支援装置において
エラー発生箇所の識別表示を含むソースプログラムの表
示が、エラーメッセージ表示後特定のコマンドの入力に
よって起動されることを特徴とするプログラム・デバッ
グ支援装置。 3、第1項記載のプログラム・デバッグ装置において最
後に実行した式の存在場所を保持する手段とエラーを含
むソースプログラムの各式の存在場所と、前記保持した
存在場所の一致を検出する手段により、エラー発生箇所
の識別表示を可能にしたことを特徴とするプログラム・
デバッグ支援装置。
[Claims] 1. In a language processing device having an interpreter that interprets and executes each fragment of a source program one by one, displaying the source program including errors during interpretation and execution of the source program, and displaying the source program A program debugging support device having a display means that allows the location of an error to be identified within the display. 2. The program debugging support device according to item 1, wherein the display of the source program including the identification display of the location where the error has occurred is activated by inputting a specific command after displaying the error message. 3. Means for retaining the location of the last executed expression in the program debugging device described in paragraph 1, and means for detecting a match between the location of each expression in the source program containing an error and the retained location. , a program characterized in that it is possible to identify and display the location where an error has occurred.
Debugging support device.
JP24524486A 1986-10-17 1986-10-17 Program debug display method and program debug support device Expired - Fee Related JP3194925B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP24524486A JP3194925B2 (en) 1986-10-17 1986-10-17 Program debug display method and program debug support device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP24524486A JP3194925B2 (en) 1986-10-17 1986-10-17 Program debug display method and program debug support device

Publications (2)

Publication Number Publication Date
JPS63100543A true JPS63100543A (en) 1988-05-02
JP3194925B2 JP3194925B2 (en) 2001-08-06

Family

ID=17130800

Family Applications (1)

Application Number Title Priority Date Filing Date
JP24524486A Expired - Fee Related JP3194925B2 (en) 1986-10-17 1986-10-17 Program debug display method and program debug support device

Country Status (1)

Country Link
JP (1) JP3194925B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02165332A (en) * 1988-12-20 1990-06-26 Pfu Ltd Procedure correction processing system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS57161050U (en) * 1981-04-01 1982-10-09
JPS58191047A (en) * 1982-04-30 1983-11-08 Fujitsu Ltd Detecting method of breakdown area of program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS57161050U (en) * 1981-04-01 1982-10-09
JPS58191047A (en) * 1982-04-30 1983-11-08 Fujitsu Ltd Detecting method of breakdown area of program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02165332A (en) * 1988-12-20 1990-06-26 Pfu Ltd Procedure correction processing system

Also Published As

Publication number Publication date
JP3194925B2 (en) 2001-08-06

Similar Documents

Publication Publication Date Title
EP0785510B1 (en) Program debugging system for debugging a program having a graphical user interface
EP0690378A1 (en) Tool and method for diagnosing and correcting errors in a computer programm
JPS63100543A (en) Program debugging backup device
JPH06175884A (en) Program error cause investigating device
CN111309298B (en) System for realizing processing tool path programming based on custom format file in numerical control system and processing method thereof
JPH11224211A (en) Software inspection support device
JPH01307832A (en) System for automatically correcting grammatical error of source program in compiler
JP2870375B2 (en) Sentence correction device
JPH05173844A (en) Coding error correcting system
JP2001331344A (en) Fault information tracing device for integrated system
JP2642788B2 (en) Execution monitoring point reduction method
JP2626140B2 (en) Language processing program evaluation device
JPH11296406A (en) Program correction supporting system
JP2000353112A (en) Method and system for debugging intermediate language level
JP4827418B2 (en) Conditional compiling identifier management method, computer program creation support apparatus, and program
JPH0244434A (en) Pseudo symbolic debugging system in non-symbolic debugger
JPH05197561A (en) Compilation system
JPH08212105A (en) Program managing device
JPH0259936A (en) Cursor movement processing system
JPH04162149A (en) Electronic computer
JPH05334135A (en) Error information display system for abnormal end of program
JPH08202760A (en) Circuit diagram error corrector
JPS63305434A (en) Debugging aid device
JPH04195549A (en) Debugging processing system
JPS61249146A (en) Interruption cause checking method

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees