JPH01261734A - Program output processing system based upon debugged result - Google Patents

Program output processing system based upon debugged result

Info

Publication number
JPH01261734A
JPH01261734A JP63091137A JP9113788A JPH01261734A JP H01261734 A JPH01261734 A JP H01261734A JP 63091137 A JP63091137 A JP 63091137A JP 9113788 A JP9113788 A JP 9113788A JP H01261734 A JPH01261734 A JP H01261734A
Authority
JP
Japan
Prior art keywords
source program
intermediate text
output
program
debugging
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
JP63091137A
Other languages
Japanese (ja)
Inventor
Hitoshi Ohata
仁 大畑
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 JP63091137A priority Critical patent/JPH01261734A/en
Publication of JPH01261734A publication Critical patent/JPH01261734A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To automatically reflect a debugged result to a source program by providing the title system with an output inquiring processing part for inquiring whether an output to the source program for correcting information or the like is to be generated or not. CONSTITUTION:When an instruction is added, deleted or corrected to/from a debugged program by a display terminal 14, a debugging execution part 15 stores the executed result in a working intermediate text storing part 16 in an intermediate text format. The output inquiring processing part 17 inquires whether the instruction added, deleted or corrected at the time of debugging is to be reflected to the source program or not. A source program output processing part 18 converts the intermediate text stored in the storage part 16 into a source program and outputs a new source program 19. Consequently, a reflecting work can be automatically executed and the generation of reflection leakage of a corrected result to the source program can be prevented.

Description

【発明の詳細な説明】 〔概要〕 ソースプログラムをコンパイルした中間テキストによる
デバッグ処理機能を有する処理システムにおけるデバッ
グ結果によるプログラム出力処理方式に関し。
DETAILED DESCRIPTION OF THE INVENTION [Summary] This invention relates to a program output processing method based on debugging results in a processing system having a debugging processing function using intermediate text obtained by compiling a source program.

デバッグ結果を、ソースプログラムに自動的に反映する
手段を堤供することを目的とし。
The purpose is to provide a means to automatically reflect debugging results in source programs.

デバッグ時において命令の追加、削除または修正があっ
た場合に、その追加、削除または修正情報を中間テキス
ト形式で記憶する作業用中間テキスト記憶手段と、デバ
ッグ時における命令の追加。
A working intermediate text storage means for storing addition, deletion, or modification information in an intermediate text format when instructions are added, deleted, or modified during debugging, and instructions are added during debugging.

削除または修正を、ソースプログラムに反映させるか否
かを問い合わせる出力間い合わせ処理手段と、ソースプ
ログラムへの反映指示に対し、前記作業用中間テキスト
記憶手段に記憶されている中間テキストをソースプログ
ラムに変換して出力するソースプログラム出力処理手段
とを備える。
Output adjustment processing means for inquiring whether deletions or modifications are to be reflected in the source program; and source program output processing means for converting and outputting the source program.

〔産業上の利用分野〕[Industrial application field]

本発明は、ソースプログラムをコンパイルした中間テキ
ストによるデバッグ処理機能を有する処理システムにお
けるデバッグ結果によるプログラム出力処理方式に関す
る。
The present invention relates to a program output processing method based on debugging results in a processing system having a debugging processing function using intermediate text obtained by compiling a source program.

〔従来の技術〕[Conventional technology]

第4図は従来方式の例を示す。 FIG. 4 shows an example of the conventional method.

例えばC0BOL等のプログラム言語で記述されたソー
スプログラム10をデバッグする場合。
For example, when debugging a source program 10 written in a programming language such as C0BOL.

デバッグ・オプションを指定して、コンパイラ11を起
動し、ソースプログラム10を中間テキスト12に翻訳
する。そして、対話型デバッガ13により、対話的に実
行中断点の設定や、命令の追加、削除、(@正等を行い
ながら、被デバッグプ“ログラムである中間テキスト1
2を実行させて、動作確認を行う。利用者は1通常、デ
バッグ時において、命令の追加、削除、修正等を行った
場合には、コンパイラ11の出力であるソースプログラ
ムリスト4oに、その変更内容を赤ペン等により記入し
てお(。
The compiler 11 is started with the debug option specified, and the source program 10 is translated into intermediate text 12. Then, using the interactive debugger 13, while interactively setting execution interruption points, adding and deleting instructions, etc., the intermediate text 1 which is the program to be debugged is
2 and check the operation. Normally, when users add, delete, or modify instructions during debugging, they write the changes in the source program list 4o, which is the output of the compiler 11, using a red pen, etc. ( .

命令の追加、削除、修正等を行って、デバッグした結果
、正常に動作することが確認できたときには、利用者は
、デバッグ結果42と、修正情報等を記入した修正ソー
スプログラムリスト40’とを参考にして、対話型デバ
ッガ13とは別に用意されているエディタ43を動がし
、ソースプログラムlOの修正を行う。
When the user adds, deletes, or modifies instructions, and as a result of debugging, it is confirmed that the program operates normally, the user displays the debugging results 42 and the modified source program list 40' in which modification information, etc. is entered. As a reference, the editor 43 prepared separately from the interactive debugger 13 is operated to modify the source program IO.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

従来方式では、第4図に示すように、デバッグ時に命令
の追加、削除、修正等を行い、その結果。
In the conventional method, as shown in FIG. 4, instructions are added, deleted, modified, etc. during debugging, and the results are displayed.

確認が取れたプログラムを修正するときには、−旦、対
話型デバッガ13を終了させ、新たにエディタ43を起
動して、ソースプログラム10を修正しなければならな
かった。そのため、ソースプログラム10の修正に時間
がかがるだけでなく。
When modifying a program that has been confirmed, it is necessary to terminate the interactive debugger 13, start up a new editor 43, and modify the source program 10. Therefore, it not only takes time to modify the source program 10;

操作ミスによって、ソースプログラム1oへの修正情報
等の反映漏れが生じることがあるという問題があった。
There has been a problem in that due to operational errors, modification information and the like may not be reflected in the source program 1o.

そのため、特に修正量が多い場合等には2反映漏れのチ
エツクのために、ソースプログラム10を修正した後に
、再度1 コンパイルしなおして、対話型デバッガ13
により、修正後のプログラムを動作させ、正しく修正で
きているかどうかなどを、再確認する必要があった。
Therefore, especially when there is a large amount of modification, in order to check for omissions in 2 reflections, after modifying the source program 10, recompile it again using the interactive debugger 13.
Therefore, it was necessary to run the modified program and reconfirm whether the modification was correct.

本発明は上記問題点の解決を図り、デバッグ結果を、ソ
ースプログラムに自動的に反映する手段を提供すること
を目的としている。
An object of the present invention is to solve the above-mentioned problems and to provide a means for automatically reflecting debugging results in a source program.

〔課題を解決するための手段〕[Means to solve the problem]

第1図は本発明の原理ブロック図である。 FIG. 1 is a block diagram of the principle of the present invention.

第1図において、lOはデバッグ対象であるソースプロ
グラム、11はソースプログラムlOを翻訳するコンパ
イラ、12はソースプログラムlOの解析結果により作
成される中間テキスト、13は対話的にデバッグ情報の
設定、被デバツグプログラムの実行、デバッグ情報の収
集などを行う処理機能を持つ対話型デバッガ、14はデ
イスプレィ端末、15は中間テキストを解釈して被デバ
ツグプログラムを実行するデバッグ実行部、16は被デ
バツグプログラムに関する中間テキスト情報を記憶する
作業用中間テキスト記憶部、17は修正情報等のソース
プログラムへの出力を行うかどうかを問い合わせる出力
間い合わせ処理部、18は作業用中間テキスト記憶部1
6の記to情報からソースプログラムを生成し出力する
ソースプログラム出力処理部、19はデバッグ時におけ
る修正情報が盛り込まれた新ソースプログラムを表す。
In FIG. 1, IO is a source program to be debugged, 11 is a compiler that translates the source program IO, 12 is an intermediate text created by the analysis result of the source program IO, and 13 is an interactive text for setting debugging information, 14 is a display terminal; 15 is a debug execution unit that interprets intermediate text and executes the debugged program; 16 is the debugged program; A working intermediate text storage unit stores intermediate text information related to a program; 17 is an output adjustment processing unit that inquires whether correction information etc. should be output to the source program; 18 is a working intermediate text storage unit 1
6, a source program output processing unit that generates and outputs a source program from the to information, and 19 represents a new source program incorporating correction information at the time of debugging.

デバッグ実行部15は、デイスプレィ端末14を介して
、利用者との対話を行い5作業用中間テキスト記tα部
16に展開された中間テキストを解釈・実行しながら、
デバッグを進める。デイスプレィ端末14から、被デバ
ツグ・プログラムに対する命令の追加、削除、修正等が
あると5それを中間テキスト形式で1作業用中間テキス
ト記憶部16に格納する。
The debug execution unit 15 interacts with the user via the display terminal 14 and interprets and executes the intermediate text developed in the 5 work intermediate text section tα section 16.
Proceed with debugging. When an instruction is added, deleted, modified, etc. to the program to be debugged from the display terminal 14, it is stored in the intermediate text storage unit 16 for one work in intermediate text format.

出力間い合わせ処理部17ば、デバッグ実行の終了時に
、デバッグ時において追加、削除または修正した命令を
、ソースプログラムに反映するか否かを問い合わせる処
理を行う。
At the end of debugging, the output timing processing unit 17 performs a process of inquiring whether instructions added, deleted, or modified during debugging are to be reflected in the source program.

ソースプログラム出力処理部18は、ソースプログラム
への反映指示により1作業用中間テキスト記憶部16に
記憶されている中間テキストを。
The source program output processing unit 18 outputs the intermediate text stored in the one-work intermediate text storage unit 16 according to an instruction to reflect it in the source program.

ソースプログラムに変換して1元のソースプログラム1
0と同しファイル名、または違うファイル名を持つ新ソ
ースプログラム19として出力する。
Convert to source program 1 Original source program 1
It is output as a new source program 19 having the same file name as 0 or a different file name.

(作用〕 本発明では、出力間い合わせ処理部17の問い合わせに
対し、応答するだけで1元の中間テキストの内容とデバ
ッグ時の情報とを基に、ソースプログラム出力処理部1
8により、新ソースプログラム19の逆出力が行われる
。従って1反映作業の自動化が実現され、ソースプログ
ラムへの修正結果の反映漏れが防止される。
(Operation) In the present invention, the source program output processing unit 17 simply responds to the inquiry from the output timing processing unit 17, and the source program output processing unit 17
8, the new source program 19 is reversely output. Therefore, automation of one reflection work is realized, and omission of reflection of modification results to the source program is prevented.

〔実施例〕〔Example〕

第2図は本発明の一実施例、第3図は本発明の一実施例
に係る処理構成例を示す。
FIG. 2 shows an embodiment of the present invention, and FIG. 3 shows an example of a processing configuration according to the embodiment of the present invention.

以下、C0BOLプログラムのデバッグ処理を例に1本
発明の詳細な説明する。
Hereinafter, the present invention will be explained in detail using debugging processing of a COBOL program as an example.

第2図に示すソースプログラム10のようなC0BOL
プログラムをデバッグする場合、C0BOLコンパイラ
によって、デバッグ・オプションを指定してコンパイル
する。C0BOLコンパイラは、これにより、ソース情
報を含む中間テキスト12を出力する。
C0BOL such as the source program 10 shown in FIG.
When debugging a program, a C0BOL compiler is used to compile the program with debug options specified. The COBOL compiler thereby outputs intermediate text 12 containing source information.

中間テキスト12のレコード形式21は、ソースプログ
ラム10の各行に対応して2行番号、ソースのコード情
報、命令種別の識別情報、および命令固有情報の領域を
持つ形式になっている。この命令固有情報域には、命令
種別に応じてデータ。
The record format 21 of the intermediate text 12 has an area for two line numbers, source code information, instruction type identification information, and instruction specific information corresponding to each line of the source program 10. This instruction-specific information area contains data depending on the instruction type.

条件式、飛び先などの各種情報が格納される。なお、ソ
ースコードを別管理とし、各レコード中のソース情報域
からポイントするようにしてもよい。
Various information such as conditional expressions and jump destinations are stored. Note that the source code may be managed separately and pointed to from the source information area in each record.

C0BOLプログラムのデバッガは、起動時における初
期設定処理により、中間テキスト12を作業ファイル2
2に展開し、対話処理によって。
The C0BOL program debugger saves intermediate text 12 to work file 2 through initialization processing at startup.
2 and through dialogue processing.

実行中断点の設定などを行う。実行開始指示によって1
作業ファイル22中の中間テキストを解釈実行する。
Set execution interruption points, etc. 1 by execution start instruction
The intermediate text in the work file 22 is interpreted and executed.

行番号=001660に中断点が設定されているとする
と、この行を実行するときに、被デノマッグプログラム
の実行を中断し、プログラムの状態表示などを行う。こ
の中断点で1例えば[001671PERFORM  
5UBIJというような命令を追加すると、デバッガは
、このデバ・ソゲ情報を中間テキスト形式で1作業ファ
イル22に出力する。そして、実行再開指示により、中
断点からの実行を再開する。
Assuming that an interruption point is set at line number=001660, when this line is executed, the execution of the denomaged program is interrupted and the status of the program is displayed. At this break point 1 e.g. [001671PERFORM
When an instruction such as 5UBIJ is added, the debugger outputs this debugger information in intermediate text format to one work file 22. Then, in response to an execution restart instruction, execution is resumed from the interrupted point.

以上の処理は、従来のC0BOLデバツガによる処理と
同様である。本発明による実施例では。
The above processing is similar to processing by a conventional COBOL debugger. In an embodiment according to the invention.

さらに次の処理を行うようになっている。Furthermore, the following processing is performed.

デバッグ実行終了時に、第1図に示す出力間し)合わせ
処理部17により、第2図に示すような出力間い合わせ
メニュー23を表示し、メニュー選択処理を行う。メニ
ュー項目として、ここでは。
At the end of the debug execution, the output adjustment processing unit 17 shown in FIG. 1 displays an output adjustment menu 23 as shown in FIG. 2, and performs menu selection processing. Here as a menu item.

fatソースプログラムを出力する。(b)変更情報−
覧を表示する。tclK了、があり、このいずれかをカ
ーソルによって選択できるようになっている。FC+の
「終了」が選択されると、ソースプログラムを出力する
ことなく、デバッグ処理を終了する。fblの「変更情
報−覧を表示する」の選択に対しては。
Output the fat source program. (b) Change information -
Display list. There are tclK, and one of these can be selected using the cursor. When "End" of FC+ is selected, the debugging process is ended without outputting the source program. Regarding the selection of "Display change information - list" of fbl.

デバッグ時に行われた命令の追加、削除、修正等のすべ
ての変更情報を1作業ファイル22から読み出し、ソー
スプログラムのイメージで表示する。
All change information such as addition, deletion, and modification of instructions performed during debugging is read out from one work file 22 and displayed as an image of the source program.

fatの「ソースプログラムを出力する」がLM)Jt
されたならば、その格納先のファイル名を入力し。
fat's "output source program" is LM) Jt
If so, enter the file name where it will be saved.

同し2ファイル名を持つ既存プログラムがあるかどうか
を調べる。同じファイル名を持つ既存プログラムがある
場合、利用者に注意を促すために、さらにメニュー24
を表示し、既存プログラムとの「置換」またはソースプ
ログラム出力の「取消」のメニュー選択処理を行う。
Check whether there are existing programs with the same two file names. If there is an existing program with the same file name, an additional menu 24 will be displayed to alert the user.
is displayed, and the menu selection process of ``Replace'' with the existing program or ``Cancel'' the source program output is performed.

同じファイル名を持つ既存プログラムがない場合、また
はメニュー24で「置換」が選択された場合には1作業
ファイル22に格納されているすべての中間テキスト情
報に基づいて、新ソースプログラム19を編集し出力す
る。ここでは、デバッグ時に2行番号=001670と
行番号001680との間に、r001671  PE
RFORM  5UBIJの命令が追加されているので
、新ソースプログラム190編集処理では、この命令を
挿入する。そして、指定により、新しい行番号を付けな
おして新ソースプログラム19として出力する。
If there is no existing program with the same file name, or if "Replace" is selected in the menu 24, a new source program 19 is edited based on all the intermediate text information stored in the 1 work file 22. Output. Here, when debugging, between line number 2 = 001670 and line number 001680, r001671 PE
Since the RFORM 5UBIJ instruction has been added, this instruction is inserted in the new source program 190 editing process. Then, according to the specification, new line numbers are assigned and output as a new source program 19.

第3図は、このような処理を実行するための処理構成例
を示している。第3図において、第1図と同符号のもの
は第1図に示すものに対応する。
FIG. 3 shows an example of a processing configuration for executing such processing. In FIG. 3, the same reference numerals as in FIG. 1 correspond to those shown in FIG.

22は第1図に示す作業用中間テキスト記憶部16に相
当する作業ファイル、30は中間テキスト入力部、31
は作業ファイル展開部、32は作業ファイルアクセス部
、33はソースプログラム変換部、34はソースプログ
ラム出力部、35はCpuおよびメモリ等からなる処理
装置を表す。
22 is a work file corresponding to the work intermediate text storage section 16 shown in FIG. 1; 30 is an intermediate text input section; 31
32 represents a work file expansion unit, 32 a work file access unit, 33 a source program conversion unit, 34 a source program output unit, and 35 a processing device including a CPU, memory, and the like.

被デバツグプログラムの中間テキスト12を指定し、対
話型デバッガ13を起動すると、対話型デバッガ13は
、以下の処理を実行する。
When the intermediate text 12 of the program to be debugged is specified and the interactive debugger 13 is activated, the interactive debugger 13 executes the following processing.

■ まず1作業ファイル展開部31により、中間テキス
ト入力部30を呼び出して、デバッガ起動時に指定され
た中間テキスト12を入力する。そして、入力した中間
テキストを2作業ファイルアクセス部32を呼び出すこ
とにより2作業ファイル22に出力する。中間テキスト
12をすべて作業ファイル22に展開したならば3次の
処理■へ移る。
(1) First, the 1-work file expansion unit 31 calls the intermediate text input unit 30 and inputs the intermediate text 12 specified at the time of starting the debugger. Then, the input intermediate text is output to the second work file 22 by calling the second work file access section 32. Once all of the intermediate text 12 has been expanded into the work file 22, the process moves to the tertiary process (2).

■ デバッグ実行部15は9作業ファイルに展開した中
間テキストを2作業ファイルアクセス部32を介して読
み込むことによって、デバッグを開始する。利用者によ
り、命令等の変更指示があった場合には、その変更され
た命令等の情報を中間テキストに変換し1作業ファイル
アクセス部32を呼び出して5変換した中間テキストに
従った作業ファイル22の更新を行う、これによって1
作業ファイル22には、現在、デバッグしている状態に
沿った中間テキストが、格納されていることになる。
(2) The debug execution unit 15 starts debugging by reading the intermediate text developed into nine work files via the two work file access unit 32. When a user gives an instruction to change an instruction, etc., the information such as the changed instruction is converted into intermediate text, and the work file access unit 32 is called to create a work file 22 according to the converted intermediate text. This updates 1.
The work file 22 stores intermediate text corresponding to the state currently being debugged.

■ デバッグ実行の終了時に、出力間い合わせ処理部1
7により、ソースプログラムを出力するかどうかを、利
用者に問い合わせる。
■ At the end of debug execution, output timing processing unit 1
7, the user is asked whether or not to output the source program.

■ 利用者によって、ソースプログラムの出力が指定さ
れた場合には、ソースプログラム変換部33へ制御を移
す、ソースプログラム変換部33は。
(2) When the user specifies output of a source program, the source program converter 33 transfers control to the source program converter 33.

次の処理を行う。Perform the following processing.

i)作業ファイルアクセス部32を呼び出し1作業ファ
イル22に格納されている中間テキストを入力する。
i) Call the work file access section 32 and input the intermediate text stored in the 1 work file 22.

11)入力した中間テキストの情報をもとに、ソースプ
ログラムを作成する。必要に応じて、新しい行番号を付
与する。
11) Create a source program based on the input intermediate text information. Assign new line numbers if necessary.

1ii)作成したソースプログラムのテキストを、ソー
スプログラム出力部34を呼び出して、新ソースプログ
ラム19として出力する。
1ii) Call the source program output unit 34 to output the text of the created source program as the new source program 19.

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

以上説明したように1本発明によれば、デバッグ処理の
一貫として、正常動作が確認された結果の内容を、ソー
スプログラムに自動的に反映することができる。従って
、エディタ等による修正作業が不要になり5作業時間を
短縮することができる。また、デバッグにおける修正結
果が、ソースプログラムに完全に反映されるので5反映
漏れが防止される。
As described above, according to one aspect of the present invention, as part of debugging processing, the content of the result of confirming normal operation can be automatically reflected in the source program. Therefore, correction work using an editor or the like is not necessary, and five working hours can be shortened. In addition, since the results of corrections made during debugging are completely reflected in the source program, failure to reflect them is prevented.

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

第1図は本発明の原理ブロック図。 第2図は本発明の一実施例。 第3図は本発明の一実施例に係る処理構成例。 第4図は従来方式の例を示す。 図中、10はソースプログラム、11はコンパイラ、1
2は中間テキスト 13は対話型デバッガ、14はデイ
スプレィ端末、15はデバッグ実行部、16は作業用中
間テキスト記憶部、17は出力間い合わせ処理部、1日
はソースプログラム出力処理部、19は新ソースプログ
ラムを表す。
FIG. 1 is a block diagram of the principle of the present invention. FIG. 2 shows an embodiment of the present invention. FIG. 3 is an example of a processing configuration according to an embodiment of the present invention. FIG. 4 shows an example of the conventional method. In the figure, 10 is a source program, 11 is a compiler, 1
2 is an intermediate text; 13 is an interactive debugger; 14 is a display terminal; 15 is a debug execution unit; 16 is a working intermediate text storage unit; 17 is an output adjustment processing unit; 1 is a source program output processing unit; Represents a new source program.

Claims (1)

【特許請求の範囲】 ソースプログラムをコンパイルした中間テキストによる
デバッグ処理機能を有する処理システムにおいて、 デバッグ時において命令の追加、削除または修正があっ
た場合に、その追加、削除または修正情報を中間テキス
ト形式で記憶する作業用中間テキスト記憶手段(16)
と、 デバッグ時における命令の追加、削除または修正を、ソ
ースプログラムに反映させるか否かを問い合わせる出力
間い合わせ処理手段(17)と、ソースプログラムへの
反映指示に対し、前記作業用中間テキスト記憶手段に記
憶されている中間テキストをソースプログラムに変換し
て出力するソースプログラム出力処理手段(18)とを
備えたことを特徴とするデバッグ結果によるプログラム
出力処理方式。
[Claims] In a processing system having a debugging function using intermediate text obtained by compiling a source program, when an instruction is added, deleted, or modified during debugging, information on the addition, deletion, or modification is stored in intermediate text format. Working intermediate text storage means (16)
an output adjustment processing means (17) for inquiring whether addition, deletion, or modification of instructions during debugging is to be reflected in the source program; A program output processing method based on debugging results, comprising source program output processing means (18) for converting intermediate text stored in the means into a source program and outputting the source program.
JP63091137A 1988-04-13 1988-04-13 Program output processing system based upon debugged result Pending JPH01261734A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63091137A JPH01261734A (en) 1988-04-13 1988-04-13 Program output processing system based upon debugged result

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63091137A JPH01261734A (en) 1988-04-13 1988-04-13 Program output processing system based upon debugged result

Publications (1)

Publication Number Publication Date
JPH01261734A true JPH01261734A (en) 1989-10-18

Family

ID=14018143

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63091137A Pending JPH01261734A (en) 1988-04-13 1988-04-13 Program output processing system based upon debugged result

Country Status (1)

Country Link
JP (1) JPH01261734A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5922140A (en) * 1982-07-28 1984-02-04 Hitachi Ltd Interactive compiling system
JPS6228846A (en) * 1985-07-31 1987-02-06 Fujitsu Ltd Debug processing system
JPS62236032A (en) * 1986-04-08 1987-10-16 Nec Corp Managing system for change reference of source row of original program
JPS63133229A (en) * 1986-11-25 1988-06-06 Hitachi Ltd Source program correction system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5922140A (en) * 1982-07-28 1984-02-04 Hitachi Ltd Interactive compiling system
JPS6228846A (en) * 1985-07-31 1987-02-06 Fujitsu Ltd Debug processing system
JPS62236032A (en) * 1986-04-08 1987-10-16 Nec Corp Managing system for change reference of source row of original program
JPS63133229A (en) * 1986-11-25 1988-06-06 Hitachi Ltd Source program correction system

Similar Documents

Publication Publication Date Title
Ousterhout Tcl: An embeddable command language
US8201143B2 (en) Dynamic mating of a modified user interface with pre-modified user interface code library
JP3648268B2 (en) Improved method for two-pass compiler
JPH10161885A (en) Remote compiling method and system
JP2009176064A (en) Software refactoring support device and method
AU638999B2 (en) Incremental compiler for source-code development system
JPH06348766A (en) Method and device for incorporating tool
JPH01261734A (en) Program output processing system based upon debugged result
KR900006667B1 (en) Program assembling system
JP4971096B2 (en) Coding support device
Joslin System productivity facility
JPH05189274A (en) History information management system
JP2669387B2 (en) Database driven automatic program generation system
JP4601144B2 (en) Program development system, recording medium and method
JP3119939B2 (en) A system that executes application programs
KR20020089067A (en) Automatic generation method of Page source code and screenpage design description based on IT system
JP3041919B2 (en) Program combination processor
JPH09160611A (en) Programmable controller
JPH0581005A (en) Program converter
Parlante Unix Programming Tools
JPH03100730A (en) Method for emergency correction data generation processing with high grade language
JPH02100732A (en) Program grammar checking system
JPH0887403A (en) Program development support device
JPH04324528A (en) Program editing device and compiling device
JPH11272500A (en) Debug method and debug device for the same and program storage medium