JPH0324638A - Routine tracing device - Google Patents

Routine tracing device

Info

Publication number
JPH0324638A
JPH0324638A JP1158886A JP15888689A JPH0324638A JP H0324638 A JPH0324638 A JP H0324638A JP 1158886 A JP1158886 A JP 1158886A JP 15888689 A JP15888689 A JP 15888689A JP H0324638 A JPH0324638 A JP H0324638A
Authority
JP
Japan
Prior art keywords
routine
information
output
execution
routines
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
JP1158886A
Other languages
Japanese (ja)
Inventor
Tetsuya Nonaka
哲也 野中
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
Original Assignee
NEC Corp
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 filed Critical NEC Corp
Priority to JP1158886A priority Critical patent/JPH0324638A/en
Publication of JPH0324638A publication Critical patent/JPH0324638A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To clearly display how to transfer execution control between routines by filing the routine tracing information of routine start and end information in a routine tracing information storing part and editing the filed contents with a required method and outputting the edited result. CONSTITUTION:The execution start information and execution end information of respective routines embedded in an original program controlled by a routine tracing information output function adding part 3 to be traced at its routines are outputted from a routine tracing information output part 2 and stored and filed in a routine tracing information storage part 4. The storage part 4 is referred, the start/ end information is edited in relation to the levels of routines by a routine tracing information editing part 5 where control information is supplied from a control information input part 6 and the edited result is outputted from a routine tracing information output part 7 as a list. Since the output is displayed, how to transfer the execution control between routines can be clearly displayed, program structure can easily be recognized and the cause of abnormal end can be easily and surely inspected.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は電子計算機システムで実行されるプログラムを
構或するルーチンの実行状態を追跡するルーチン追跡装
置に関するものである.〔従来の技術〕 実行中のプログラムが異常終了した場合、その原因究明
のため種々の有用な情報が必要となる.従来、このよう
なプログラムの異常終了時にはルーチン追跡装置(トレ
ーサ)が動作し、■異常を起こしたルーチン名 ■その異常を起こしたルーチンを呼び出しているルーチ
ン名 を含むルーチン追跡情報を出力するようにしていた. 〔発明が解決しようとする課題〕 上述したように、従来のルーチン追跡装置は主として異
常を起こしたルーチン名とそのルーチンを呼び出してい
るルーチン名しかルーチン追跡情報として出力すること
ができなかったため、プログラムの実行を開始してから
、または特定のルーチンを実行してから、異常終了した
ルーチンに実行の制御が渡るまでルーチン間でどのよう
に実行の制御が移行したかが不明確であり、異常終了の
原因の究明が困難であるという欠点があった.本発明は
上記の点に鑑み提案されたものであり、その目的とする
ところは、ルーチン間で実行の制御がどのように移行し
たかを明確に表示することのできるルーチン追跡装置を
提供することにある.〔課題を解決するための手段〕 本発明は上記の目的を達威するため、ルーチン追跡の対
象となるプログラムに埋め込まれ、当該プログラムに含
まれる各ルーチンの実行開始を示す開始情報および実行
終了を示す終了情報を出力するルーチン追跡情報出力部
と、 出力された開始情報および終了情報をファイルに格納す
るルーチン追跡情報格納部と、格納された開始情報およ
び終了情報をルーチンのレベルと関連付けて編集するル
ーチン追跡情報編集部と、 編集された結果をリストとして出力するルーチン追跡情
報出力部とを備えるようにしている.〔作用〕 本発明のルーチン追跡装直にあっては、ルーチン追跡の
対象となるプログラムに埋め込まれたルーチン追跡情報
出力部が当該プログラムに含まれる各ルーチンの実行開
始を示す開始情報および実行終了を示す終了情報を出力
し、出力された開如情報および終了情報をルーチン追跡
情報格納部がファイルに格納し、格納された開始情報お
よび終了情報をルーチン追跡情報編集部がルーチンのレ
ベルと関連付けて編集し、編集された結果をルーチン追
跡情報出力部がリストとして出力する.(実施例) 以下、本発明の実施例につき図面を参照して説明する. 第1図は本発明のルーチン追跡装置の一実施例を示す構
或図である.第1図において、本発明は、オリジナルプ
ログラム部1と、ルーチン追跡情報出力部2と、ルーチ
ン追跡情報出力機能追加部3と、ルーチン追跡情報格納
部4と、ルーチン追跡情報編集部5と、制御情報人力部
6と、ルーチン追跡情報出力部7とから構威されている
。なお、各部の機能は次の通りである. オリジナルプログラム部l;ルーチン追跡の対象となる
プログラムであり、複数のルーチンから構戒されている
. ルーチン追跡情報出力部2;ルーチン追跡情報出力機能
追加部3によりオリジナルプログラム部1を構威する各
ルーチンの最初と最後に埋め込まれ、各ルーチンの実行
開始を示す開始情報および実行終了を示す終了情報を出
力する機能を有している。具体的には、例えばCALL
文で構成され、各ルーチンの最初の実行文の前と最後の
実行文の後に挿入され、ルーチン名および開始,終了の
旨のデータを引数としてルーチン追跡情報格納部4を起
動して渡すものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a routine tracking device that tracks the execution status of a routine that constitutes a program executed in an electronic computer system. [Prior Art] When a running program terminates abnormally, a variety of useful information is required to investigate the cause. Conventionally, when a program such as this terminates abnormally, a routine tracing device (tracer) operates and outputs routine tracing information, including ■ the name of the routine that caused the abnormality, and ■ the name of the routine that called the routine that caused the abnormality. .. [Problems to be Solved by the Invention] As mentioned above, conventional routine tracking devices could only output the name of the routine that caused the abnormality and the name of the routine that called that routine as routine tracking information. It is unclear how control of execution is transferred between routines after starting a routine or executing a particular routine until control of execution is passed to the routine that terminated abnormally, and the cause of the abnormal termination is unclear. The drawback was that it was difficult to investigate. The present invention has been proposed in view of the above points, and its purpose is to provide a routine tracking device that can clearly display how execution control is transferred between routines. It is in. [Means for Solving the Problems] In order to achieve the above object, the present invention provides start information that is embedded in a program that is a target of routine tracking, and that indicates the start of execution and the end of execution of each routine included in the program. a routine tracking information output section that outputs end information indicated by the routine, a routine tracking information storage section that stores the output start information and end information in a file, and edits the stored start information and end information in association with the routine level. It is equipped with a routine tracking information editing section and a routine tracking information output section that outputs the edited results as a list. [Operation] In the routine tracking device of the present invention, the routine tracking information output unit embedded in the program to be routine tracked outputs start information indicating the start of execution and end of execution of each routine included in the program. The routine tracking information storage section stores the output start information and end information in a file, and the routine tracking information editing section edits the stored start information and end information in association with the level of the routine. Then, the routine tracking information output section outputs the edited results as a list. (Examples) Examples of the present invention will be described below with reference to the drawings. FIG. 1 is a structural diagram showing an embodiment of the routine tracking device of the present invention. In FIG. 1, the present invention comprises an original program section 1, a routine tracking information output section 2, a routine tracking information output function addition section 3, a routine tracking information storage section 4, a routine tracking information editing section 5, a control It consists of an information human resources section 6 and a routine tracking information output section 7. The functions of each part are as follows. Original program part l: This is a program that is the target of routine tracking and is being watched by multiple routines. Routine tracking information output unit 2: Embedded at the beginning and end of each routine that makes up the original program unit 1 by the routine tracking information output function addition unit 3, and includes start information indicating the start of execution of each routine and end information indicating the end of execution. It has a function to output. Specifically, for example, CALL
It consists of statements and is inserted before the first executable statement and after the last executable statement of each routine, and starts and passes the routine name, start, and end data as arguments to the routine tracking information storage unit 4. .

ルーチン追跡情報出力機能追加部3:オリジナルプログ
ラム部lに対してルーチン追跡情報出力部2を付加する
機能を有している.詳細については上述した通りである
. ルーチン追跡情報格納部4;ルーチン追跡情報出力部2
の出力した開始情報および終了情報を受け取ってファイ
ル(図示せず)に格納する機能を有している. ルーチン追跡情報編集部5;ルーチン追跡情報格納部4
によりファイルに格納された開始情報および終了情報を
ルーチンのレヘルと関連付けて編集する機能を有してい
る.処理の詳細は第2図のフローチャートに示してある
. 制御情報入力部6:ルーチン追跡情II!il集部5に
対してルーチン追跡を開始するルーチン名等の制御情報
を入力する機能を有している.すなわち、オリジナルプ
ログラム部lが多数のルーチンから構威される場合、そ
の全てを追跡の対象にすると出力されるリストが膨大な
ものとなって解析にかえって支障をきたすことになるた
め、追跡すべきルーチンのレベルを制限するための指示
等を行うものである. ルーチン追跡情報出力部7;ルーチン追跡情報klA集
部5でkl集された結果をプリンタ等の出力装置(図示
せず)にリストとして出力する機能を有している. 以下、具体例を交えて上記の実施例の動作を説明する. 今、ルーチン追跡の対象となるプログラムが第3図のよ
うにサブルーチンSUBA−SUBFから構威されてい
るものとする.なお、第3図は第1図におけるオリジナ
ルプログラム部1の一部を示しており、ルーチン追跡を
行うレベル以下のみを示している.すなわち、制御情報
入力部6により「サブルーチンSUBAJを指定したも
のとする.また、第3図のプログラムは第4図に示すよ
うな順序で実行の制御が行われるものとする.第1図に
おいて、第3図のようなプログラム部分を有するオリジ
ナルプログラム部1が与えられると、ルーチン追跡情報
出力I!能追加部3により各ルーチンの最初と最後にル
ーチン追跡情報出力部2が埋め込まれる. このルーチン追跡情報出力部2を伴ったオリジナルプロ
グラム部lを実行すると、各ルーチンに制御が渡った時
点でルーチン追跡情報出力部2により当該ルーチンの実
行開始を示す開始情報が出力され、また、そのルーチン
の実行が終了した時点でそのルーチンの実行終了を示す
終了情報が出力される。第4図の例では、サブルーチン
SUBAに制御が渡った時点でサブルーチンSUBAの
開始情報が出力され、サブルーチンSUBBに制御が渡
った時点でサブルーチンSUBBの開始情報が出力され
る.なお、サブルーチンSUBAからサブルーチンSU
BBに制御が渡った段階ではサブルーチンSUBAはま
だ実行は終了していないため、サブルーチンSUBAの
終了情報は出力されない.同様に、サブルーチンSUB
Cに制12jが渡った時点でサブルーチンSUBCの開
始情報が出力され、サブルーチンSUBDに制御が渡っ
た時点でサブルーチンSUBDの開始情報が出力される
.そして、最もレベルの低いサブルーチンSUBDの終
了に伴って上位のサブルーチンSUBC,SUBBも順
次終了することとなり、よって、この時点でサブルーチ
ンSUBD,SUBC,SUBBの終了情報が順次出力
される.その後も全プログラムが正常終了し、または図
示のサブルーチンSUBCのように異常により中断する
まで、上述したように開始情報もしくは終了情報が出力
される.そして、これらの情報はルーチン追跡情報格納
部4によりファイルに格納され、保持される. 上記のプログラムの実行と並行して、あるいは中断等に
よるプログラム実行終了後に、ルーチン追跡情報編集部
5が動作を行い、ルーチン追跡情報格納部4によりファ
イルに格納された情報に基づいて編集を行う.すなわち
、ルーチン追跡情報編集部5は、第2図に示すように、
ファイルから情報を1件毎に読み込み(ステップ5l〉
、その情報がルーチン追跡を行うルーチンのレベルであ
るか否かを判定する(ステップ52).すなわち、予め
制御情報入力部6により人力されたルーチン名と、読み
込んだ情報に含まれるルーチン名とを比較し、一致する
ルーチン名の開始情報の到来から当該ルーチンの終了情
報の到来までの情報を追跡の対象となるレベルとする.
そして、対象外の場合(ステップ52のNo)はステッ
プ5lに戻り、これを繰り返す.第3図および第4図の
例では最初のサブルーチンSUBAの開始情報が読み込
まれるまで読み込みを繰り返す. 追跡の対象となる情報の場合(ステップ52のYES)
 、その情報が開始情報か終了情報か・を判定し(ステ
ップ53)、開始情報の場合はレベルカウンタ(図示せ
ず)のカウントアップを行い(ステップ54)、そのレ
ベルカウンタの値およびその開始情報に含まれるルーチ
ン名をプリントバソファ(図示せず〉に書き込み(ステ
ップ55)、ステップ5】に戻る.ここで、レベルカウ
ンクとは情報に対応するルーチンのレベルをリストに表
示するために用いるものであり、ここでは値が大きいほ
どレベルが低くなる(深くなる)ものとしている.また
、プリントバッファとはプリンタ等の出力装置に出力す
るデータを一時的に蓄えておくためのものである.第4
図で最初のサブルーチンSUBAに制御が渡った際に出
力された開始情報の場合、以前のレベルカウンタの値が
「2」であったとすると、これが「3」にカウントアッ
プされ(ステップ54)、プリントバフファにこの「3
」という値と共にサブルーチン名rsUBAJが対にな
って書き込まれる(ステップ55).一方、上記のステ
ップ53において、読み込んだ情報が終了情報であった
場合には、直前の情報が開始情報であったか否かを判断
し(ステップ56)、開始情報であった場合はこの時点
までに蓄えられていたプリントバンファの内容をルーチ
ン追跡情報出力部7に出力する(ステップ57)。
Routine tracking information output function addition section 3: Has a function to add a routine tracking information output section 2 to the original program section l. The details are as described above. Routine tracking information storage section 4; routine tracking information output section 2
It has a function to receive the start information and end information output by and store them in a file (not shown). Routine tracking information editing section 5; routine tracking information storage section 4
It has a function to edit the start and end information stored in the file by associating it with the level of the routine. The details of the process are shown in the flowchart in Figure 2. Control information input section 6: Routine tracking information II! It has a function of inputting control information such as the name of a routine for starting routine tracking to the IL collection section 5. In other words, if the original program part l is composed of many routines, if all of them are tracked, the list that will be output will become huge, which will actually hinder the analysis, so This provides instructions to limit the level of routine. Routine tracking information output unit 7; has a function of outputting the results collected by the routine tracking information klA collection unit 5 as a list to an output device (not shown) such as a printer. The operation of the above embodiment will be explained below with specific examples. Assume now that the program to be tracked by routines consists of subroutines SUBA-SUBF as shown in FIG. Note that FIG. 3 shows a part of the original program section 1 in FIG. 1, and only shows the level below which routine tracking is performed. That is, it is assumed that "subroutine SUBAJ is designated by the control information input unit 6. Also, assume that the program in FIG. 3 is controlled to execute in the order shown in FIG. 4. In FIG. When an original program part 1 having program parts as shown in FIG. 3 is given, a routine trace information output part 2 is embedded at the beginning and end of each routine by the routine trace information output I! function addition part 3.This routine trace When the original program section 1 with the information output section 2 is executed, when control is passed to each routine, the routine tracking information output section 2 outputs start information indicating the start of execution of the routine, and also starts the execution of the routine. When the routine finishes, end information indicating the end of execution of that routine is output.In the example shown in Figure 4, when control is passed to subroutine SUBA, start information for subroutine SUBA is output, and when control is passed to subroutine SUBB. At the point in time, the start information of subroutine SUBB is output.
Since subroutine SUBA has not yet finished executing when control is transferred to BB, no completion information for subroutine SUBA is output. Similarly, subroutine SUB
When control is passed to C 12j, start information for subroutine SUBC is output, and when control is passed to subroutine SUBD, start information for subroutine SUBD is output. Then, as the lowest-level subroutine SUBD ends, the higher-level subroutines SUBC and SUBB also end in sequence, and therefore, at this point, the end information of the subroutines SUBD, SUBC, and SUBB is sequentially output. Thereafter, the start information or end information is output as described above until all programs terminate normally or are interrupted due to an abnormality as shown in subroutine SUBC. Then, this information is stored and retained in a file by the routine tracking information storage section 4. In parallel with the execution of the above program, or after the program execution ends due to interruption or the like, the routine tracking information editing section 5 operates and edits based on the information stored in the file by the routine tracking information storage section 4. That is, the routine tracking information editing section 5, as shown in FIG.
Read information from the file one by one (Step 5l)
, it is determined whether the information is at the level of a routine that performs routine tracking (step 52). That is, the routine name entered in advance by the control information input unit 6 is compared with the routine name included in the read information, and the information from the arrival of the start information of the matching routine name to the arrival of the end information of the routine is tracked. The level is set to .
If it is not the target (No in step 52), the process returns to step 5l and is repeated. In the examples shown in Figures 3 and 4, reading is repeated until the start information for the first subroutine SUBA is read. In the case of information to be tracked (YES in step 52)
, determines whether the information is start information or end information (step 53), and if it is start information, counts up a level counter (not shown) (step 54), and calculates the value of the level counter and the start information. Write the routine name included in the information on the print bus sofa (not shown) (step 55) and return to step 5.Here, the level count is used to display the level of the routine corresponding to the information in a list. , here, the larger the value, the lower (deeper) the level. Also, the print buffer is used to temporarily store data to be output to an output device such as a printer.
In the case of the start information output when control is passed to the first subroutine SUBA in the figure, if the previous value of the level counter was "2", this is counted up to "3" (step 54) and printed. This “3” in Buffa
” and the subroutine name rsUBAJ are written as a pair (step 55). On the other hand, in step 53 above, if the read information is end information, it is determined whether or not the immediately preceding information was start information (step 56), and if it is start information, by this point The contents of the stored print buffer are output to the routine tracking information output section 7 (step 57).

なお、ステップ56で直前の情報が開始情報でなかった
場合にはステソプ57は実行しない.ここで、終了情報
の場合であって直前の情報が開始情報の場合にプリント
バソファの内容を出力するのは、この時点で最下位のレ
ベル、例えば第3図および第4図の例ではサブルーチン
SUBDもしくはサブルーチンSUBFに達して区切り
がつくからである.その後、レベルカウンタのカウント
ダウンを行い(ステップ58)、ステップ5lに戻る。
Note that if the immediately preceding information is not the start information in step 56, step 57 is not executed. Here, in the case of end information, and if the immediately preceding information is start information, the content of the print bus sofa is output at the lowest level, for example, in the example of FIGS. 3 and 4, the subroutine This is because a break occurs when SUBD or subroutine SUBF is reached. Thereafter, the level counter is counted down (step 58), and the process returns to step 5l.

第4図の場合、最初のサブルーチンSUBA→SUBB
→SUBC→SUBDと移行してサブルーチンSUBD
が終了した段階でプリントバッファに書き込まれていた
r 3. S tJ B A  4. S U BB 
 5.SUBC  6.SUBDJの内容がルーチン追
跡情報出力部7に出力される(ステップ57〉.一方、
中断の発生等によりステンプ5lでファイルから読み込
む情報が存在しなくなった場合には、この時点までに蓄
えられていたプリントバッファの内容および必要に応じ
て中断が発生した旨のメンセージをルーチン追跡情報出
力部7に出力し(ステンプ59)、処理を終了する。
In the case of Figure 4, the first subroutine SUBA→SUBB
→SUBC→SUBD and subroutine SUBD
r that was written to the print buffer at the stage when the process was completed 3. S tJ B A 4. SUBB
5. SUBC 6. The contents of SUBDJ are output to the routine tracking information output unit 7 (step 57>. On the other hand,
If the information read from the file in step 5l no longer exists due to an interruption, etc., the contents of the print buffer stored up to this point and, if necessary, a message indicating that an interruption has occurred are output as routine tracking information. 7 (step 59), and the process ends.

ルーチン追跡情報出力部7は与えられたデータをリスト
イメージに編集し、適宜にプリンタ等の出力装置に出力
する。第3図および第4図のプログラムに対するルーチ
ン追跡結果リストは第5図のようになり、実行制御の渡
ったサブルーチンが順に表示されると共に、未行の 「本*本*本*<=ズSTOPPEDJが、レベル5の
サブルーチンStJBCで中断が発生したことを示して
いる. 〔発明の効果〕 以上説明したように、本発明のルーチン追跡装置にあっ
ては、プログラムの実行を開始してから、または特定の
ルーチンを実行してから、異常終了したルーチンに実行
の制御が渡るまで、ルーチン間でどのように実行の制御
が移行したかをリストにより明確に表示できるため、異
常終了の原因の究明が容易になる効果がある.また、各
ルーチンのレベルを考慮してリストを作威するため、プ
ログラム構造に近い形で出力することが可能であり、プ
ログラム構造の理解を容易にできる効果もある。
The routine tracking information output unit 7 edits the given data into a list image and outputs it to an output device such as a printer as appropriate. The routine trace result list for the programs in Figures 3 and 4 is as shown in Figure 5, in which the subroutines to which execution control has passed are displayed in order, and the unexecuted "Book*Book*Book*<=STOPPEDJ" indicates that an interruption has occurred in subroutine StJBC at level 5. [Effects of the Invention] As explained above, in the routine tracking device of the present invention, after starting program execution or The list clearly shows how execution control was transferred between routines, from when a particular routine was executed until execution control was passed to the routine that terminated abnormally, making it easier to determine the cause of the abnormal termination. In addition, since the list is created taking into account the level of each routine, it is possible to output it in a form close to the program structure, which also has the effect of making it easier to understand the program structure.

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

第1図は本発明のルーチン追跡装置の一実施例を示す構
戒図、 第2図は第l図におけるルーチン追跡情報編集部の処理
を示すフローチャート、 第3図はルーチン追跡の対象となるプログラムの構造の
例を示す図、 第4図は第3図のプログラムの実行順序を示す図および
、 第5図は第3図のプログラムのルーチン追跡を行った結
果出力されるルーチン追跡結果リストの例を示す図であ
る。 図において、 1・・・・・・オリジナルプログラム部2・・・・・・
ルーチン追跡情報出力部3・・・・・・ルーチン追跡情
報出力機能追加部4・・・・・・ルーチン追跡情報格納
部5・・・・・・ルーチン追跡情報編集部6・・・・・
・制御情報入力部
Fig. 1 is a structural diagram showing an embodiment of the routine tracking device of the present invention, Fig. 2 is a flowchart showing the processing of the routine tracking information editing section in Fig. 1, and Fig. 3 is a program targeted for routine tracking. Figure 4 is a diagram showing the execution order of the program in Figure 3, and Figure 5 is an example of a routine tracing result list output as a result of routine tracing of the program in Figure 3. FIG. In the figure, 1...Original program section 2...
Routine tracking information output section 3... Routine tracking information output function addition section 4... Routine tracking information storage section 5... Routine tracking information editing section 6...
・Control information input section

Claims (1)

【特許請求の範囲】 ルーチン追跡の対象となるプログラムに埋め込まれ、当
該プログラムに含まれる各ルーチンの実行開始を示す開
始情報および実行終了を示す終了情報を出力するルーチ
ン追跡情報出力部と、出力された開始情報および終了情
報をファイルに格納するルーチン追跡情報格納部と、 格納された開始情報および終了情報をルーチンのレベル
と関連付けて編集するルーチン追跡情報編集部と、 編集された結果をリストとして出力するルーチン追跡情
報出力部とを備えたことを特徴とするルーチン追跡装置
[Scope of Claims] A routine tracking information output unit that is embedded in a program to be tracked and outputs start information indicating the start of execution and end information indicating the end of execution of each routine included in the program; A routine tracking information storage section that stores the stored start and end information in a file, a routine tracking information editing section that edits the stored start and end information in association with the routine level, and outputs the edited results as a list. 1. A routine tracking device comprising: a routine tracking information output unit.
JP1158886A 1989-06-21 1989-06-21 Routine tracing device Pending JPH0324638A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1158886A JPH0324638A (en) 1989-06-21 1989-06-21 Routine tracing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1158886A JPH0324638A (en) 1989-06-21 1989-06-21 Routine tracing device

Publications (1)

Publication Number Publication Date
JPH0324638A true JPH0324638A (en) 1991-02-01

Family

ID=15681535

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1158886A Pending JPH0324638A (en) 1989-06-21 1989-06-21 Routine tracing device

Country Status (1)

Country Link
JP (1) JPH0324638A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100570127B1 (en) * 2004-03-05 2006-04-24 (주)파워클 Dual connection system of water supply and heating distributor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100570127B1 (en) * 2004-03-05 2006-04-24 (주)파워클 Dual connection system of water supply and heating distributor

Similar Documents

Publication Publication Date Title
JPH0324638A (en) Routine tracing device
JPH02275539A (en) Debugging system
JP3645452B2 (en) Program debugging apparatus and recording medium recording program
JPH05274190A (en) Work station operating information analyzing system
JP3183228B2 (en) Program debugging device and debugging method
JPH05108404A (en) Debugger system
JPH10214204A (en) Debugger
JPS6261130A (en) Automatic graphic display system for test coverage
JP2910548B2 (en) Data check device
JPH0350640A (en) Trace information editing system for execution program
JPH0394340A (en) Control conversion tracing system at the time of cpu runaway
JPS60134994A (en) Output system of data
JPS62216047A (en) Deciding system for regression preventing test case
JPS63142429A (en) Application program development processing system
JPS61151742A (en) Executable program management method
JP2001134462A (en) Program debug device
JPS62200440A (en) Analyzing system for instruction execution frequency of program
JPH01152535A (en) Method and device for managing program
JPS63201740A (en) Data editing system for service processor
JPH04149747A (en) System for updating trace information
JPH0264744A (en) Fault analyzing information acquiring system
JPS63307545A (en) Program logic inspecting system
JPS6341950A (en) Branch instruction execution measurement controlling system
JPS6277657A (en) Collection system for execution history information of user program
JPH0750445B2 (en) Program debugging method