JPS5930145A - Reexecution processing system by dynamic program correction - Google Patents

Reexecution processing system by dynamic program correction

Info

Publication number
JPS5930145A
JPS5930145A JP57140589A JP14058982A JPS5930145A JP S5930145 A JPS5930145 A JP S5930145A JP 57140589 A JP57140589 A JP 57140589A JP 14058982 A JP14058982 A JP 14058982A JP S5930145 A JPS5930145 A JP S5930145A
Authority
JP
Japan
Prior art keywords
program
execution
source program
error
interpreter
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
JP57140589A
Other languages
Japanese (ja)
Other versions
JPS626260B2 (en
Inventor
Masakazu Kobayashi
正和 小林
Kazuhiko Takahashi
和彦 高橋
Toshinori Aso
麻生 利紀
Makoto Yamaguchi
誠 山口
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP57140589A priority Critical patent/JPS5930145A/en
Publication of JPS5930145A publication Critical patent/JPS5930145A/en
Publication of JPS626260B2 publication Critical patent/JPS626260B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)
  • Devices For Executing Special Programs (AREA)
  • Retry When Errors Occur (AREA)

Abstract

PURPOSE:To realize immediately a partial correction and reexecution, by executing a direct interpretation of a source program by an interpreter, only with respect to reexecution of a corrected program part. CONSTITUTION:When an error is detected in a load module executing stage 7, execution of a program is stopped, and an error message is displayed on a program state display part 10. A program developer knows an error generation statement and its error contents from the both face display, and shifts the operation to a program correcting stage 8. Subsequently, the corrects a source program on a picture by use of an editor, and starts a reexecuting stage 9. In the reexecuting stage 9, the corrected source program is interpreted directly and successively by an interpreter system and is executed.

Description

【発明の詳細な説明】 〔発明の技術分野〕 本発明はプログラムの動的修正と再実行とを容易迅速に
行なうための処理方式に関し1%にプログラムの開発時
において多発するテストあるいはデバッグとプログラム
修正、再実行のサイクルを短縮し、効率化するための・
処理方式に関する。
[Detailed Description of the Invention] [Technical Field of the Invention] The present invention relates to a processing method for easily and quickly dynamically modifying and re-executing programs. To shorten the correction and re-execution cycle and improve efficiency.
Regarding processing method.

〔技術の背量〕[Length of technology]

一般にプログラムは、第1図に示すように、ソースプロ
グラム1をコンパイラによりオブジェクトプログラム2
に翻訳し、リンキングローダによりライブラリ30入出
カル−チン等と結合m集を行ないロードモジュール4を
作成する過抑を経て実行される。そしてロードモジュー
ル4の実行時のデバッグにより検出されたバグ(プログ
ラムエラー)からソースレベルの修正プログラム5が作
成され、ソースプログラム1の修正に反映される。
Generally, a program is created by converting a source program 1 into an object program 2 using a compiler, as shown in FIG.
The linking loader performs a combination with the library 30 input/output calchin, etc., and creates the load module 4, which is then executed. Then, a source level correction program 5 is created based on bugs (program errors) detected by debugging during execution of the load module 4, and is reflected in the correction of the source program 1.

修正されたソースプログラムは、再びコンパイラにより
オブジェクトプログラムに翻訳され、リンキングローダ
によりロードモジュールに変換して再実行される。
The modified source program is again translated into an object program by a compiler, converted into a load module by a linking loader, and re-executed.

従来、ソースプログラム修正から再実行までの過程は、
別々のジョブとして行なわれていたため。
Traditionally, the process from source program modification to re-execution was
Because they were done as separate jobs.

処理に時間を要し、プログラム開発時間を短縮するりえ
て大きな障害となっていた。
The processing required time, which was a major hindrance to shortening program development time.

他方、プログラム修正から再実行までの過程を簡即化す
る方式として、インタグリタカ式をとることが考えられ
る。インタプリタ方式は、第2図に示すように、ソース
プログラム1の各ステートメントについて、逐次、中間
コード(インタプリタ言語とも呼ばれ、それぞれサブル
ーチンに対応する)61C翻訳し実行するものであって
、修正プログラム5で示すように、ソースプログラムの
各゛ステートメントを修正変更しても、第1図のコンバ
インを用いる方式のような再コンパイルの必要はなく、
単にその修正変更されたステートメントを再実行すれば
、直ちに新しい中間コードテキストへの翻訳を行なうこ
とが可能となる。インタプリタ方式は、上記したように
、ソースプログラムの唇正および再実行を容易なものK
するが2本質的にコンパイラを用いる方式に較べて処理
能率が悪い点に問題がある。
On the other hand, as a method for simplifying the process from program modification to re-execution, it is conceivable to use the intaglitaka method. As shown in FIG. 2, the interpreter method is a method in which each statement of the source program 1 is translated and executed in intermediate code (also called an interpreted language, each corresponding to a subroutine) 61C, and modified program 5 As shown in Figure 1, even if each statement in the source program is modified, there is no need for recompilation as in the method using the combiner shown in Figure 1.
Simply re-executing the modified statement allows for immediate translation into the new intermediate code text. As mentioned above, the interpreter method makes it easy to edit and re-execute the source program.
However, there is a problem in that processing efficiency is essentially lower than a method using a compiler.

〔発明の目的および構成〕[Object and structure of the invention]

本発明の目的、は、プログラムの翻訳、結合編集。 The purpose of the present invention is to translate and edit programs.

実行、プログラム修正、再実行というプログラムR1発
のサイクルを1つのシステム上で実現することKあり、
特に部分的な修正および再実行をff1l座に可能にす
るどステムを提供すること[6る。
It is possible to realize the cycle of execution, program modification, and re-execution from program R1 on one system.
In particular, providing a system that allows partial modification and re-execution of the ff1l locus [6].

本発明は、そのための手段として、修正されたプログラ
ム部分の再実行についてのみ、インタプリタによるソー
スプログラムの直接的解釈実行を行なう方式を採用する
ことKより、上記目的を達成するものであり、その構成
として、ソースプログラムをロードモジュール形弐忙変
換して実行するデータ処理システムにおいて、実行中の
ソースプログ2ムおよびエラーメツセージ等のプログラ
ム実行状態を表示する手段と、プログラム修正のための
編集処理手段と、インタプリタ手段とをそなえ、上記ロ
ードモジュール形式によるプログラム実行中にエラーが
検出されたとき、対応するソースプログラムについての
工2−メツセージを上記プログラム実行状態表示手段に
より表示して。
The present invention achieves the above object by employing a method in which a source program is directly interpreted and executed by an interpreter only for re-execution of a modified program portion. In a data processing system in which a source program is converted into a load module and executed, there is provided a means for displaying the running source program and program execution status such as error messages, and an editing processing means for correcting the program. , and interpreter means, and when an error is detected during execution of the program in the load module format, the program execution status display means displays a message regarding the corresponding source program.

ソースプログラムレベルでのエラー修正を可能圧し、上
記編集処理手段は尚該ソースプログラムの修正処理にお
いて機能化され、修正されたソースプログラムは上記イ
ンタプリタ手段により再実行されることを特徴とするも
のである。
The present invention is characterized in that it enables error correction at the source program level, the editing processing means is further functionalized in the correction processing of the source program, and the corrected source program is re-executed by the interpreter means. .

〔発明の実施例〕[Embodiments of the invention]

以下に1本発明を実施例にしたがって説明する。 The present invention will be explained below based on examples.

第3図は2本発明実施例の基本構成を示す説明図である
。同図において、7はロードモジュール実行段階、8は
ソースプログラム修正段階、9は修正されたソースプロ
グラムのインタプリタによ“る再実行段階、10はCI
? Tなどのプログラム実行状態表示部を示す。
FIG. 3 is an explanatory diagram showing the basic configuration of two embodiments of the present invention. In the figure, 7 is a load module execution stage, 8 is a source program modification stage, 9 is a re-execution stage of the modified source program by an interpreter, and 10 is a CI
? A program execution status display section such as T is shown.

ロードモジュール実行段階7のロードモジュールld:
、!711図で説明したロードモジュール4に相邑する
。プログラム実行状態表示部10の画面は。
Load module ld in load module execution stage 7:
,! It is compatible with the load module 4 explained in FIG. 711. The screen of the program execution status display section 10 is as follows.

ソース城、データ城、コマンド入力域からなり。Consists of source castle, data castle, and command input area.

ソース域には、実行中のロードモジュールに対応するソ
ースプログラムが表示される。%に、ソースプログラム
中の実行位置のステートメントについては、輝度を上げ
るか色調を変えると、!:により。
The source area displays the source program corresponding to the load module being executed. %, for the execution position statement in the source program, increase the brightness or change the color tone,! :By.

識別が容易にされている。データ表示域には2実行結果
やエラー発生時のエラー内容などが表示される。またコ
マンド入力域には、−リーブコマンドやエラー発生メツ
セージなどの状態表示、入力コマンド表示に使用される
。なお、プログラムの実行速度は、デバッグ状況に応じ
て変更可能にされている。
Identification is made easy. In the data display area, the results of the second execution and the details of the error when an error occurs are displayed. The command input area is used to display statuses such as -leave commands and error messages, and to display input commands. Note that the program execution speed can be changed depending on the debugging situation.

ロードモジュール実行段階7においてエラーが検出され
たとき、プログラム実行は停止し、上記したプログラム
状態表示部10にエラーメツセージが表示される。プロ
グラム開発者は2両面表示からニジー発生ステートメン
トおよびそのエラー内容を知り、プログラム修正段階a
+Caる。ここで、エディタを用いて画面上でソースプ
ログラムを修正し、再実行段階9を開始させる。
When an error is detected in the load module execution stage 7, program execution is stopped and an error message is displayed on the program status display section 10 described above. The program developer learns the error occurrence statement and its error contents from the two-sided display, and at the program correction stage a.
+Caru. Now, the editor is used to modify the source program on the screen and the re-execution stage 9 is started.

再実行段階9では2修正されたソースプログラムを、直
接、インタプリタ方式により逐次解釈して実行する。プ
ログラム修正は、主プログラム。
In the re-execution stage 9, the source program modified in 2 is directly interpreted and executed sequentially using an interpreter method. Program modification is the main program.

サブルーチン等の分割されたプログラム庁位に対して行
なわれるため、インタプリタ方式による実行は、その修
正のあったプログラム単位について適用される。修正さ
れたプログラム単位についてインタプリタ方式による実
行が終了すると2次のプログラム単位から、町びロード
モジュールによる実行に戻される。
Since execution is performed on divided program positions such as subroutines, execution using the interpreter method is applied to the modified program unit. When execution of the modified program unit by the interpreter method is completed, execution is returned to the second program unit by the town load module.

以上のようKして、プログラム修正部分に対してはイン
タプリタ方式を適用することにより再実行を簡単化する
とともに、インタプリタによる実行範囲を、修正された
プログラム単位に限ることKより、処理能率の低下を最
小限に抑えることができる。
As described above, by applying the interpreter method to the modified part of the program, re-execution is simplified, and by limiting the scope of execution by the interpreter to the modified program unit, processing efficiency decreases. can be minimized.

第4図は2本発明実施例シスデムの梧成図である。同図
において、11は処理装置、12はプログラム実行状態
管理部、13は命令実行制御部。
FIG. 4 is a diagram of the system of two embodiments of the present invention. In the figure, 11 is a processing device, 12 is a program execution state management section, and 13 is an instruction execution control section.

14t:l:エディタ部、15はインタプリタ部、16
はメモリ、17はロードモジュール、18はソースプロ
グラム、19はインタグリタ中間テキスト。
14t:l: editor section, 15 is interpreter section, 16
is a memory, 17 is a load module, 18 is a source program, and 19 is an intagritable intermediate text.

20は利用者指定のソースプログラムデータセット、2
1はFORTRANコンパイラ、22はFORTRAN
l’イブラリ、231−1ニブログラム実行状態表示部
、24は入力部を示している。
20 is a source program data set specified by the user; 2
1 is FORTRAN compiler, 22 is FORTRAN
1' library, 231-1 Niprogram execution status display section, and 24 indicate an input section.

プログラム実行状態管理部12は2本実施例においてプ
ログラムのテストおよび修正のだめの環境を管理し、入
力部24から入力される各種コマンドの解釈実行2表示
部23の表示制御などを行なう。
In this embodiment, the program execution state management section 12 manages the environment for testing and modifying programs, interprets and executes various commands input from the input section 24, and controls the display of the display section 23.

命令実行制御部13は、ロートモシュー/L−17゜あ
るいはインタプリタ部15により解釈された命令をハー
ドレベルで実行する。プログラム実行状態管理部12は
、命令実行制御部13.エディタ部14およびインタプ
リタ部15との間にインタフェースを有し、それぞれの
実行を管理制御する。
The instruction execution control unit 13 executes the instructions interpreted by the Rothmoshu/L-17° or the interpreter unit 15 at a hardware level. The program execution state management section 12 includes an instruction execution control section 13. It has an interface between the editor section 14 and the interpreter section 15, and manages and controls the execution of each.

第5図は、第4図に示す実施例システムのインタプリタ
部15および四−トモジュール17を中心とした詳細な
動作説明図である。以下、第4図を参照しつつ第5図に
したがって説明する。なお本実施例は、 FORTRA
Nプログラムを対象とするものである。
FIG. 5 is a detailed diagram illustrating the operation of the embodiment system shown in FIG. 4, centering on the interpreter section 15 and the quad module 17. Hereinafter, explanation will be made according to FIG. 5 while referring to FIG. 4. Note that this example uses FORTRA
This applies to N programs.

利用者指定のソースプログラム20は、t−t”FOR
TRANコンバイン21により、TENTオプションイ
τjきでコンパイルされ、オブジェクトプログラムに変
換される。このオブジェクトは、更に1i’ OII 
T RA Nライブラリ21および利用者指定のオブジ
ェクト/ロードモジュールと共に、ローダにより結合編
集され、ロードモジュール17が作成される。
The source program 20 specified by the user is t-t"FOR
The TRAN combiner 21 compiles the program with the TENT option τj and converts it into an object program. This object also has 1i' OII
Together with the TRAN library 21 and the object/load module designated by the user, the loader combines and edits the load module 17 to create the load module 17.

命令実行刺部1部13がロードモジュール17を実行し
ている過程でエラーが発生されると、プログラム実行状
態管理部12は1表示部23にエラー発生状態を表示す
る。
When an error occurs while the instruction execution section 1 13 is executing the load module 17, the program execution state management section 12 displays the error occurrence state on the 1 display section 23.

本発明による動的プログラムエ2−の修正は。Modification of dynamic program E2- according to the present invention.

プログラム実行中の静止状態において2表示部23の実
行画面上で行なうものである。
This is performed on the execution screen of the second display section 23 in a stationary state during program execution.

しかし、どの静止状態でも、どんなプログラム修正をも
可能にすることは不可能である。プログラム修正は2次
の静止状態でのみ行なうことができる。
However, it is not possible to enable any program modification in any quiescent state. Program modifications can only be made in the secondary quiescent state.

O実行モードによる静止状態 oARGCHK/8UBCIIK エラーによる静止状
態Oデータモニタ東件成立による静止状態0プログラム
実行開始直前の静止状態 Oプログラム実行終了後の静止状態 上記以外の 0実行時エラーによる静止状態 oREAD文による静止状態 OPAUSE文による静止状態 0WRITFi文中のログデータセットエラーによる静
止状態 0出ロルーチン登録・削除要求時の静止状態は、ライブ
ラリ動作中のi↑を止状態であり、その文の実行を途中
で打切ることができないので、これらの静止状態ではプ
ログラム修正を行なうことはできない。
O Quiescent state due to execution mode oARGCHK/8UBCIIK Quiescent state due to error O Quiescent state due to data monitor condition 0 Quiescent state immediately before program execution starts O Quiescent state after program execution ends 0 Quiescent state due to execution error other than above oREAD statement Quiescent state due to OPAUSE statement Quiescent state 0 Quiescent state due to log data set error in WRITFi statement Quiescent state at the time of a log data set error in the WRITFi statement The quiescent state at the time of a routine registration/deletion request is a halt state of i↑ while the library is operating, and the execution of the statement is stopped midway. Since they cannot be aborted, program modifications cannot be made in these quiescent states.

また、プログラムの修正内容については2次に例示する
ような制約を設ける。
Furthermore, restrictions are placed on the contents of the program to be modified as shown in the following example.

0宣言文の修正・追加・削除は、新規データに対するD
IMENSION文/型宣程文の追加以外は不可とする
Modification, addition, or deletion of the 0 declaration statement can be done using D for new data.
Additions other than IMENSION statements/type declaration statements are not allowed.

Oロードモジュール中に存在しない関数・ザブルーテン
・Iloの呼出しは不可とする。
It is not possible to call a function, the routine, or Ilo that does not exist in the O load module.

Oグログ2ム単位文、END文の修正・追加・削除は不
可とする。ただし、プログラム単位文の仮引数並びの修
正は可とする。
Modifications, additions, and deletions of log unit statements and END statements are not allowed. However, it is possible to modify the formal argument list of the program unit statement.

修正可能な文の主なものは2代入文、制御文。The main types of statements that can be modified are 2-assignment statements and control statements.

入出力文である。It is an input/output statement.

また2次の修正が行なわれた場合には、プログ2ム実行
再開位置を指示しなければならない。
In addition, when a secondary correction is made, the program execution restart position must be specified.

O実行中の文の修正・削除を行なったとき0実行中DO
ループのDO文の修正を行なったとき 0実行中の文または次に実行すべき文を含むDOルーズ
の追加を行なったとき Oプログラム単位文の修正を行なったとき以上のような
条件下で、利用者は、エディタ部14を機能化し2表示
部230画面に表示されている実行中のソースプログラ
ムを、入力部24から操作して修正する。プログラム修
正が行なわれると、プログラム実行状態管理部12に再
実行サブコマンドで指示して、インタプリタ部15に制
御を渡し、インタプリタ部15は修正の行なわれたプロ
グラム単位内の指示された文から、インタプリタ方式に
より順次解釈実行を開始する。
0 When a currently executing statement is modified or deleted 0 Executing DO
When a DO statement in a loop is modified 0 When a loose DO containing a currently executing statement or a statement to be executed next is added O When a program unit statement is modified Under the above conditions, The user functionalizes the editor section 14 and operates the input section 24 to modify the source program being executed that is displayed on the second display section 230 screen. When the program is modified, the program execution state management section 12 is instructed by a re-execution subcommand, and control is passed to the interpreter section 15. Interpretation execution is started sequentially using the interpreter method.

このとき、プログ2ム実行状態管理部12が四−ドモジ
ュール・奥行とインタプリタ実行とを同一のインタフェ
ースで制御できるように、各文実行直前、工ん処理、プ
ロローグ、エピローグ等のTEISTオプションのオブ
ジェクトと同じタイミングで、プログラム実行制御部1
3の呼び出しを行なう。
At this time, so that the program execution state management unit 12 can control the fourth module depth and interpreter execution using the same interface, objects of TEIST options such as immediately before execution of each statement, processing, prologue, epilogue, etc. At the same timing, program execution control unit 1
Make call 3.

インタプリタ部15は、前処理部、解釈部、実行部から
なり1次のような機能をもつ。
The interpreter section 15 includes a preprocessing section, an interpretation section, and an execution section, and has the following primary functions.

■ 前処理部 プログラム修正lC@えて、プログラム単位毎に次の宣
言文等の情報を作成する。
■ Preprocessing section program modification IC@In addition, create information such as the following declaration statement for each program unit.

OIMPLICIT文、 PARAMHTBR文、 F
3XTERNAI。
OIMPLICIT statement, PARAMHTBR statement, F
3XTERNAI.

文、 lNTRlN5IC文、 NAMBLIST文、
 文関数定義文、 FORMAT文および変数名に関す
るイri報 0ンースプログラムの行および文に関する情報0文番号
の定義・参照情報 ■ 解釈部 プログ2ム修正情報を入力として、解釈を行ない中間テ
ギスト19の生成を行なう。このとき、基本となる情報
は、■で作成した4W報とロードモジュール中の記号表
および文脈別番号表である。また、プログラム修正によ
る変化を各種テーブルに反映する。
statement, lNTRlN5IC statement, NAMBLIST statement,
Statement Information regarding function definition statements, FORMAT statements, and variable names 0 Information regarding program lines and statements 0 Definition/reference information for statement numbers ■ Interpretation section program 2 Interprets and interprets correction information as input. Intermediate text 19 is generated. At this time, the basic information is the 4W report created in step (3), the symbol table in the load module, and the context-specific number table. Also, changes caused by program modification are reflected in various tables.

■ 実行部 実行を依頼されたプログラム単位の実行を制御1.、T
E8Tオプション付きでコンパイルサレ゛たオブジェク
トと同じタイミングでグログツム実行制御部13を呼び
出し、実行を行なわせる。
■ Execution section Controls the execution of the program unit that is requested to execute 1. , T
At the same timing as the object compiled and saved with the E8T option, the grog-tum execution control unit 13 is called and executed.

インタプリタ部15の一般的な機能は、従来から使用さ
れているものと同様である。ただし1本実施例において
は、記号表および文識別番号表は。
The general functions of the interpreter section 15 are the same as those conventionally used. However, in this embodiment, the symbol table and sentence identification number table are as follows.

ロードモジュールとのインタフェースをとるため。To interface with load modules.

ロードモジュール17中のものを利用する。The one in the load module 17 is used.

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

以上述べたように1本発明による方式は、インタプリタ
による実行をプログラム修正部分に限っているため、処
理速度をそれ程落すことなく修正・再実行を容易かつ迅
速化することができる。
As described above, in the method according to the present invention, execution by the interpreter is limited to the program modification portion, so that modification and re-execution can be facilitated and speeded up without significantly reducing processing speed.

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

第1図および第2図は従来のプログラム修正および修正
方式の説明図、第3図は本発明実施例の基本構成説明図
、第4図は実施例シスデム構成図。 第5図は動作説明図である。 図中27はロードモジュール実行段階、8はソースプロ
グラム修正段階、9はインタプリタによる再実行段階、
10はグp/=)ム実行状態表示部を示す。 特許出願人 営士通株式会社
1 and 2 are explanatory diagrams of conventional program modification and modification methods, FIG. 3 is an explanatory diagram of the basic configuration of an embodiment of the present invention, and FIG. 4 is a diagram of the system configuration of the embodiment. FIG. 5 is an explanatory diagram of the operation. In the figure, 27 is the load module execution stage, 8 is the source program modification stage, 9 is the interpreter re-execution stage,
Reference numeral 10 indicates a program execution status display section. Patent applicant: Eishitsu Co., Ltd.

Claims (1)

【特許請求の範囲】 ソースプログラムをロードモジュール形式に変換して実
行するデータ処理システムにおいて、実行中のソースプ
ログラムおよびエラーメツセージ等のプログラム実行状
態を表示する手段と、プログラノ・修正のだめの編集処
理手段と、インタプリタ手段とをそなえ、上記ロードモ
ジュール形式によるプログラム実行中にエラーが検出さ
れたとき。 対応するソースプログラムについてのエラーメツセージ
を上目己プログラム実行状態表示手段により表示して、
ソースプログラムレベルでの工5−II!正を可能KL
、上記編集処理手段は尚該ソースプログラムの修正処理
において機能化され、修正されたソースプログラムは上
記インタプリタ手段により再実行されることを特−徴と
する動的プログラム修正による再奥行処理方式。
[Scope of Claims] In a data processing system that converts a source program into a load module format and executes it, means for displaying the source program being executed and program execution status such as error messages, and editing processing means for programming/correction. and an interpreter means, and when an error is detected during program execution in the above load module format. displaying an error message regarding the corresponding source program using the program execution status display means;
Engineering at the source program level 5-II! Possible positive KL
. A re-depth processing method by dynamic program modification, characterized in that the editing processing means is further functionalized in the modification processing of the source program, and the modified source program is re-executed by the interpreter means.
JP57140589A 1982-08-12 1982-08-12 Reexecution processing system by dynamic program correction Granted JPS5930145A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP57140589A JPS5930145A (en) 1982-08-12 1982-08-12 Reexecution processing system by dynamic program correction

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP57140589A JPS5930145A (en) 1982-08-12 1982-08-12 Reexecution processing system by dynamic program correction

Publications (2)

Publication Number Publication Date
JPS5930145A true JPS5930145A (en) 1984-02-17
JPS626260B2 JPS626260B2 (en) 1987-02-09

Family

ID=15272196

Family Applications (1)

Application Number Title Priority Date Filing Date
JP57140589A Granted JPS5930145A (en) 1982-08-12 1982-08-12 Reexecution processing system by dynamic program correction

Country Status (1)

Country Link
JP (1) JPS5930145A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6116344A (en) * 1984-06-12 1986-01-24 Fujitsu Ltd Conversational debugging processing system
JPS6214241A (en) * 1985-07-11 1987-01-22 Fujitsu Ltd Debug processing system at exceptional condition detection
JPS63298645A (en) * 1987-05-29 1988-12-06 Mitsubishi Electric Corp System for testing program
CN108228312A (en) * 2016-12-12 2018-06-29 卡巴斯基实验室股份制公司 The system and method that code is performed by interpreter

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5723154A (en) * 1980-07-17 1982-02-06 Mitsubishi Electric Corp Test debugging device for program
JPS57100544A (en) * 1980-12-15 1982-06-22 Mitsubishi Electric Corp Debug device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5723154A (en) * 1980-07-17 1982-02-06 Mitsubishi Electric Corp Test debugging device for program
JPS57100544A (en) * 1980-12-15 1982-06-22 Mitsubishi Electric Corp Debug device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6116344A (en) * 1984-06-12 1986-01-24 Fujitsu Ltd Conversational debugging processing system
JPS6214241A (en) * 1985-07-11 1987-01-22 Fujitsu Ltd Debug processing system at exceptional condition detection
JPS63298645A (en) * 1987-05-29 1988-12-06 Mitsubishi Electric Corp System for testing program
CN108228312A (en) * 2016-12-12 2018-06-29 卡巴斯基实验室股份制公司 The system and method that code is performed by interpreter
CN108228312B (en) * 2016-12-12 2021-11-05 卡巴斯基实验室股份制公司 System and method for executing code through interpreter

Also Published As

Publication number Publication date
JPS626260B2 (en) 1987-02-09

Similar Documents

Publication Publication Date Title
US7761855B2 (en) Computer program product and system for altering execution flow of a computer program
US7496906B2 (en) Evaluation of a code segment
US5732210A (en) Use of dynamic translation to provide fast debug event checks
US7478366B2 (en) Debugger and method for debugging computer programs across multiple programming languages
US5740351A (en) Apparatus and method for debugging/modifying ROM-based software systems employing and extensible interpreter
JP2001184218A (en) Optimization method in compile of mpi program
JPS5930145A (en) Reexecution processing system by dynamic program correction
JP3196675B2 (en) Language processing method
JPS62113244A (en) Program test device
US11256479B2 (en) Dynamic updates in an interactive programming environment
JPH0554277A (en) Plant monitor device
JP2007004516A (en) Program debugging method of built-in system
JPS6292032A (en) Test method for program
JP2802128B2 (en) Program development equipment
JP2659366B2 (en) Debugging method and device
JP3372387B2 (en) Program inspection method
JPH04250530A (en) Program conversion and translation device
JPH02100732A (en) Program grammar checking system
JPH03290739A (en) Dynamic analysis system for program
JPS61180342A (en) Step execution system for high level language
JP2006350676A (en) Program debugging method of built-in system
JPH0353334A (en) Output processing system for debug information on language process program
Haulsen et al. UnicStep-a visual stepper for COMMON LISP: portability and language aspects
JPH04324525A (en) Program transplantation supporting device
JPH04307630A (en) Compiler with simple debugging option