JPS63200243A - Debugging device - Google Patents

Debugging device

Info

Publication number
JPS63200243A
JPS63200243A JP62031541A JP3154187A JPS63200243A JP S63200243 A JPS63200243 A JP S63200243A JP 62031541 A JP62031541 A JP 62031541A JP 3154187 A JP3154187 A JP 3154187A JP S63200243 A JPS63200243 A JP S63200243A
Authority
JP
Japan
Prior art keywords
location
information processing
processing device
breakpoint
program
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
JP62031541A
Other languages
Japanese (ja)
Other versions
JP2659366B2 (en
Inventor
Ryokichi Yoshizawa
吉澤 亮吉
Hiroshi Kobayashi
博 小林
Keijirou Hayashi
林 慶治郎
Hiroshi Wataya
綿谷 洋
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 JP62031541A priority Critical patent/JP2659366B2/en
Publication of JPS63200243A publication Critical patent/JPS63200243A/en
Application granted granted Critical
Publication of JP2659366B2 publication Critical patent/JP2659366B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE:To perform an effective debugging job by deciding the presence or absence of the interruption of a break point after storing the location correspondence between a program to be debugged and a source list into a 1st table and the location of the set break point into a 2nd table respectively. CONSTITUTION:A lower rank information processor 101 contains a program 101 to be debugged and a break pointsetting routine 112; while a higher rank information processor 103 contains a debugger 105, the 1st and 2nd tables 108 and 106, and a location counter 107. Then the location correspondence between the program 102 and a source list is stored in the table 1008. The debugger 105 decides a location on the program 102 corresponding to a location on the source list and stores it into the table 106. Then the debugger 105 receives the information on the discontinuation of the program 102 and decides whether the location of the program 102 is stored in the table 106 or not. If so, the interruption of a break point is decided and displayed.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、高級言語で記述されたプログラムをデバッグ
するための装置に係わり、特に高級言語のしベルでプロ
グラムを参照しつつ、プログラムの実行を停止するブレ
ークポイントを対話時に設定できるようにしたデバッグ
装置に関する。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a device for debugging a program written in a high-level language, and in particular, a device for debugging a program written in a high-level language. This invention relates to a debugging device that allows breakpoints to be set during interaction to stop the process.

〔従来の技術〕[Conventional technology]

既設の計算機、例えば既設の制御用計算機の上で使用す
るプログラムの開発を、別に用意したプログラム開発用
計算機で行い、かつこの計算機上で実行オブジェクトの
生成(開発したソースプログラムは高級言語で書かれて
おり、これをコンパイルして機械語にすること)してこ
れを通信回路経由で制御用計算機にダウンロードするこ
とが行われている。このシステムでは、制御用計算機の
稼動管理や保守もプログラム開発計算機で行うことが望
ましく、その一つとしてプログラムのデバッグ機能が必
要である。
A program to be used on an existing computer, such as an existing control computer, is developed on a separately prepared program development computer, and an execution object is generated on this computer (the developed source program is written in a high-level language). This is then compiled into machine language) and downloaded to a control computer via a communication circuit. In this system, it is desirable that the program development computer also performs operation management and maintenance of the control computer, and one of these is a program debugging function.

このデバッグの装置としては、特開昭61−82247
号に開示されているように、下位情報処理装置i!(上
記の制御用計算機)で実行する被デバツグプログラムを
上位情報処理装置(上記のプログラム開発用計算機)で
デバッグするために、予めソースリスト内にブレークポ
イント(各レジスタの値等を調べるためにプログラムの
実行をその位置で一時停止させる点)の設定のための文
字を記述しておくという方法がとられていた。
As a device for this debugging, Japanese Patent Application Laid-Open No. 61-82247
As disclosed in the issue of lower-level information processing device i! In order to debug the debugged program executed on the above-mentioned control computer on the higher-level information processing device (the above-mentioned program development computer), breakpoints (for checking the values of each register, etc.) in the source list must be set in advance. The method used was to write characters to set the point at which the execution of the program was paused.

第2図は上記のデバッグ装置の構成図であり下位情報処
理装置201上の被デバツグプログラム202を、上位
情報処理装置203内のデバッガ(デバッグ装置)20
5によりデバッグする。入出力装置240は操作者がデ
バッグに用いる。
FIG. 2 is a block diagram of the debugging device described above, in which a program to be debugged 202 on a lower-level information processing device 201 is transferred to a debugger (debugging device) 20 in a higher-level information processing device 203.
5 to debug. The input/output device 240 is used by the operator for debugging.

このような従来装置によるデバッグ作業の流れを第3図
に示す。同図は通常のプログラム作成の過程も示してお
り、ステップ301では高級言語のソースリストを上位
計算機203へ入力する。
FIG. 3 shows the flow of debugging work using such a conventional device. The figure also shows the process of creating a normal program; in step 301, a high-level language source list is input to the host computer 203.

ステップ302でこれを翻訳しくコンパイル)ステップ
303で文法のチェックを行う。ミスが見つかればステ
ップ308でこれを修正して翻訳をしなおし、文法上の
ミスがなくなればステップ304で被デバツグプログラ
ム(コンパイルしたオブジェクト)を下位情報処理装置
201にダウンロードする。ステップ305ではこのロ
ードしたプログラムを下位情報処理装置201上で走ら
せてデバッグを行い、虫が見つかるとステップ306か
らステップ308へ移り、ここでチェックしたい位置に
、ソースプログラムを修正してブレークポイントを設定
する。以下、再び翻訳、ダウンロード、デバッグへと進
み、設定したブレークポイントで各レジスタ等のチェッ
クを行う。
In step 302, this is translated and compiled)) In step 303, the syntax is checked. If a mistake is found, it is corrected and retranslated in step 308, and if there are no grammatical mistakes, the program to be debugged (compiled object) is downloaded to the lower-level information processing device 201 in step 304. In step 305, this loaded program is run on the lower-level information processing device 201 to debug it, and if a bug is found, the process moves from step 306 to step 308, where the source program is modified and a breakpoint is set at the location you want to check. do. Next, proceed to translation, download, and debugging again, and check each register etc. at the set breakpoint.

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

上記の従来装置では、操作者が対話的にブレークポイン
トを設定するというものではない、このためデバッグ中
に任意のところで停止させようとすると、高級言語のソ
ースリストを先ず修正してブレークポイントを設定し、
この修正したソースリストを再度翻訳してダウンローデ
ィングすることが必要となり、効率的なデバッグが行え
ないという問題があった。
In the conventional device described above, the operator does not set breakpoints interactively. Therefore, if you try to stop at an arbitrary point during debugging, you must first modify the high-level language source list and set the breakpoint. death,
This modified source list needs to be translated and downloaded again, which poses a problem in that efficient debugging cannot be performed.

本発明の目的は、ブレークポイント設定をプログラムの
ソースリスト作成時に行うことなく、デバッグ作業時に
任意箇所に対話的に行うことによってその点でプログラ
ムの実行を停止させることができるようにしたデバッグ
装置を提供するにある。
An object of the present invention is to provide a debugging device that can stop program execution at any point by interactively setting breakpoints at any point during debugging, without having to set breakpoints when creating a program source list. It is on offer.

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

上記の目的は、被デバツグプログラムとソースリストの
ロケーション対応を第1のテーブルに格納し、ソースリ
スト上の文で指定されたブレークポイントをこの第1の
テーブルを用いて被デバツグプログラム上のロケーショ
ンに変換してブレークポイント設定を行い、かつその特
待たブレークポイントのロケーションを、そのロケーシ
ョンを記憶するための第2のテーブルに格納するととも
に、被デバツグプログラムのブレークポイントロケーシ
ョンを格納したテーブルとロケーションカウンタを用い
て、下位情報処理装置で発生した割込みがブレークポイ
ント割り込みか否かを判別する処理手段を具備すること
により達成される。
The purpose of the above is to store the location correspondence between the program to be debugged and the source list in the first table, and use this first table to set breakpoints specified by statements on the source list in the program to be debugged. Set a breakpoint by converting it to a location, and store the location of the special pending breakpoint in a second table for storing the location, and also a table storing breakpoint locations of the program to be debugged. This is achieved by providing a processing means that uses a location counter to determine whether or not an interrupt generated in a lower-order information processing device is a breakpoint interrupt.

〔作用〕[Effect]

操作者がブレークポイントを設定する際は。 When an operator sets a breakpoint.

CRT画面にソースリストを表示し、任意のブレークポ
イントを文単位に指定する。デバッガはソースリストと
被デバツグプログラムのロケーションを対応づける第1
のテーブルを参照して、被デバツグプログラムの該当ロ
ケーションにブレークポイントを設定する。このとき、
設定したロケーションをブレークポイントのロケーショ
ン記憶用の第2のテーブルに登録する。
Display the source list on the CRT screen and specify any breakpoints for each statement. The debugger first maps the source list to the location of the program being debugged.
Refer to the table below and set a breakpoint at the appropriate location in the program to be debugged. At this time,
The set location is registered in the second table for storing breakpoint locations.

一方、下位情報処理装置からデバッガが割り込みを受け
ると、現在のロケーションをロケーションカウンタから
得、ブレークポイントのロケーションを格納した第2の
テーブルを参照し、そのロケーションが該テーブル上に
あればブレークポイントであると判定し、その状態での
各部チェックを行える。
On the other hand, when the debugger receives an interrupt from the lower information processing device, it obtains the current location from the location counter, refers to the second table that stores the breakpoint location, and if the location is on the table, the breakpoint is set. It is determined that there is, and each part can be checked in that state.

〔実施例〕〔Example〕

以下、本発明の一実施例を図面を参照しつつ説明する。 An embodiment of the present invention will be described below with reference to the drawings.

第1図はデバッグ装置の一実施例を示した構成図である
。下位情報処理装置101には被デバツグプログラム1
02及びブレークポイント設定ルーチンが内蔵され、上
位情報処理装置103には、デバッガ105と、下位情
報処理装置101に設定したブレークポイントのロケー
ション列を格納した第2のテーブル106と、実行時に
おける被デバツグプログラム中のロケーションカウンタ
107と、ソースリスト上の文と被デバツグプログラム
とのロケーションを対応づける第1のテーブル108が
内蔵されている。このうちのデバッガ105の機能とし
ては、被デバツグプログラムへのブレークポイントの設
定、下位情報処理装置101に対する実行制御機能、下
位情報処理装置101のメモリ、レジスタへのアクセス
機能を持つ。通信線110,111は、下位情報処理装
置101のメモリ、レジスタを上位情報処理装置103
がアクセスしたり、上位情報処理装置103にて翻訳し
生成した被デバツグプログラムを下位情報処理装置10
1にダウンローディングするための通信線である。また
、入出力装置104は操作者がデバッグを行うためのも
のである。
FIG. 1 is a configuration diagram showing an embodiment of a debugging device. The lower information processing device 101 has a program to be debugged 1.
02 and a breakpoint setting routine are built in, and the upper information processing device 103 includes a debugger 105, a second table 106 that stores the location string of breakpoints set in the lower information processing device 101, and a A first table 108 that associates a location counter 107 in the bugged program with the locations of statements on the source list and the program to be debugged is built-in. The functions of the debugger 105 include setting breakpoints in the program to be debugged, controlling execution of the lower information processing device 101, and accessing the memory and registers of the lower information processing device 101. Communication lines 110 and 111 connect the memory and registers of the lower information processing device 101 to the upper information processing device 103.
The lower information processing device 10 accesses the debugged program translated and generated by the upper information processing device 103.
This is a communication line for downloading to 1. Further, the input/output device 104 is used for debugging by the operator.

本実施例における処理の流れを第4図に示す。FIG. 4 shows the flow of processing in this embodiment.

同図において、まずステップ401ではソースリストを
上位情報処理装置103へ入力し、ステップ302でこ
れをオブジェクトへと翻訳し、ステップ303で文法的
エラーのチェックを行う。もしエラーがあればステップ
409でソースリストを修正しステップ302の翻訳か
らやり直す。文法的エラーがなくなるとステップ404
でオブジェクトを下位情報処理装置101ヘダウンロー
ドし、ステップ405でこのオブジェクトを走らせなが
ら操作者によるデバッグを行う。この途中でブレークポ
イント設定が必要な状態になると(ステップ406)、
後述のようにしてソースリストを参照しながらブレーク
ポイントの設定を行い(ステップ410)、デバッグス
テップ405へ戻る。ブレークポイント設定が不要なら
ステップ407でデバッグが完了か否か判断し、修正が
必要なときはステップ409へ戻る。
In the figure, first, in step 401, a source list is input to the upper level information processing device 103, in step 302 it is translated into an object, and in step 303, a check for grammatical errors is performed. If there is an error, the source list is corrected in step 409 and the translation is restarted from step 302. Step 404 when there are no grammatical errors
The object is downloaded to the lower-level information processing device 101 in step 405, and debugging is performed by the operator while running this object. If a breakpoint needs to be set during this process (step 406),
Breakpoints are set while referring to the source list as described below (step 410), and the process returns to debugging step 405. If setting a breakpoint is not necessary, it is determined in step 407 whether debugging is complete, and if correction is necessary, the process returns to step 409.

第5図は、第4図のステップ410におけるブレークポ
イント設定の詳細を示す流れ図である。
FIG. 5 is a flowchart showing details of breakpoint setting in step 410 of FIG.

第4図では省略したが、上位情報処理装置103にてソ
ースリストを翻訳した際に(ステップ402)、ソース
リストの文と被デバツグプログラムのロケーション関係
を示す第1テーブルを作成しておく。
Although not shown in FIG. 4, when the source list is translated by the higher-level information processing device 103 (step 402), a first table showing the location relationship between the sentences in the source list and the program to be debugged is created.

第4図ステップ406でブレークポイント設定が必要と
判断されたときは、ステップ501で操作者がその指示
を出す。デバッカは操作者の指示したソースリスト上の
ロケーションがオブジェクト(デバッグされるプログラ
ム)上のどのロケーションに対応するかを上記第1テー
ブルを参照して決定しくステップ502)、その決定し
たロケーションとともに下位情報処理装置101のブレ
ークポイント設定ルーチン112に対し起動要求を出す
(ステップ503)。そうすると下位情報処理装置10
1におけるブレークポイント設定ルーチンが起動され(
ステップ505)、ブレークポイントがオブジェクトコ
ード内に設定されると(ステップ506)、下位情報処
理装置101へ終了報告が送られる。上位情報処理装置
103では、この終了報告を受けると(ステップ504
)。
If it is determined in step 406 of FIG. 4 that breakpoint setting is necessary, the operator issues an instruction in step 501. The debugger determines which location on the object (program to be debugged) the location on the source list indicated by the operator corresponds to by referring to the first table (step 502), and then, together with the determined location, lower-level information A start request is issued to the breakpoint setting routine 112 of the processing device 101 (step 503). Then, the lower information processing device 10
The breakpoint setting routine in step 1 is started (
In step 505), when a breakpoint is set in the object code (step 506), a completion report is sent to the lower-level information processing device 101. Upon receiving this completion report, the higher-level information processing device 103 performs step 504.
).

オブジェクトコード上に設定したブレークポイントのロ
ケーションを第2のテーブルへ格納して処理を終える。
The location of the breakpoint set on the object code is stored in the second table, and the process ends.

次に被デバツグプログラム実行時のブレークポイント処
理の流れを第6図に示す。下位情報処理装置101に割
り込みが発生し被デバツグプログラムの実行が停止する
と(ステップ601)、上位情報処理装置103のデバ
ッガ105はこの割り込み通知を受け、この割り込みの
停止ロケーションをロケーションカウンタ107から知
り(ステップ602)、このロケーションが第2テーブ
ル中にあるか否かを第2テーブルを参照してしらべる(
ステップ603)、第2テーブル上に停止ロケーション
と同一エントリが存在すれば(ステップ604)、デバ
ッガ105はブレークポイント割込と判断し、ブレーク
ポイントメツセージをCRT画面に出力しくステップ6
05)、操作者からのデバッグコマンド入力を待つ(ス
テップ607)、ブレークポイントによる割り込みでな
いときは何らかの異忙による割り込みと判断してその旨
のメツセージをCRT画面へ出力する(ステップ606
)。
Next, FIG. 6 shows the flow of breakpoint processing during execution of the program to be debugged. When an interrupt occurs in the lower information processing device 101 and the execution of the program to be debugged is stopped (step 601), the debugger 105 of the upper information processing device 103 receives this interrupt notification and learns the stop location of this interrupt from the location counter 107. (Step 602), and checks whether this location is in the second table by referring to the second table (step 602).
Step 603), if the same entry as the stop location exists on the second table (Step 604), the debugger 105 determines that it is a breakpoint interrupt and outputs a breakpoint message to the CRT screen.Step 6
05), Waits for a debug command input from the operator (step 607), and if the interrupt is not caused by a breakpoint, it is determined that the interrupt is due to some kind of busy schedule, and a message to that effect is output to the CRT screen (step 606).
).

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

本実施例によると、ブレークポイントの設定を操作者が
対話的にソー久リスト上で行うことにより、ソースリス
トのオブジェクトへの翻訳、下位情報処理装置へのダウ
ンロードなどの処理を経ずにオブジェクトコードへ直接
ブレークポイントが設定できるから、デバッグの作業効
率が著しく向上するという効果がある。
According to this embodiment, by allowing the operator to interactively set breakpoints on the source list, object code can be created without going through processes such as translating the source list into objects and downloading it to the lower-level information processing device. Since breakpoints can be set directly in the program, debugging efficiency is significantly improved.

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

第1図は本発明のデバッグ装置の一実施例を示すブロッ
ク図、第2図は従来のデバッグ装置の構成図、第3図は
従来のデバッグ作業の流れを示す図、第4図は本発明に
おけるデバッグ作業の流れを示す図、第5図は第4図中
のブレークポイント設定ステップの詳細を示す流れ図、
第6図は下位情報処理装置に割り込みが発生した時の上
位情報処理装置における処理の流れ図である。 101・・・下位情報処理装置、102・・・被デバツ
グプログラム、103・・・上位情報処理装置、104
・・・入力装置、105・・・デバッガ、106・・・
ブレークポイントロケーション格納テーブル、107・
・・実行ロケーションカウンタ、108・・・ソースリ
ストと被デバツグプログラムの対応ロケーション格納テ
ーブル。
Fig. 1 is a block diagram showing an embodiment of the debugging device of the present invention, Fig. 2 is a configuration diagram of a conventional debugging device, Fig. 3 is a diagram showing the flow of conventional debugging work, and Fig. 4 is a diagram showing the present invention. Figure 5 is a flowchart showing the details of the breakpoint setting step in Figure 4.
FIG. 6 is a flowchart of processing in the upper information processing device when an interrupt occurs in the lower information processing device. 101...Lower information processing device, 102...Program to be debugged, 103...Upper information processing device, 104
...Input device, 105...Debugger, 106...
Breakpoint location storage table, 107・
. . . Execution location counter, 108 . . . Corresponding location storage table of source list and debugged program.

Claims (1)

【特許請求の範囲】[Claims] 1、上位情報処理装置で高級言語で書かれたソースリス
トの作成およびオブジェクトコードへの変換を行い、上
位情報処理装置に回線で接続された下位情報処理装置に
上記オブジェクトコードをダウンロードして実行させる
ようにした計算機システムの、上位情報処理装置側に設
けられたデバッグ装置において、ソースリスト上の各文
とその文に対応するオブジェクトコード上のロケーショ
ンとの対応表を上記翻訳時に生成して格納しておくため
の第1テーブルと、オブジェクトコード実行時の実行コ
ードのロケーションを示すめのロケーションカウンタと
、オブジェクトコードの実行を一時停止させるために設
定されたブレークポイントのロケーションを格納するた
めの第2テーブルと、操作者が上位スリスト上のブレー
クポイントを指定したときに該ブレークポイントを設定
すべきオブジェクトコード上のロケーションを上記第1
テーブルを参照して決定し、該決定したロケーションに
ブレークポイントを設定し、かつ上記決定したロケーシ
ョンを上記第2テーブルへ登録する機能を有した第1の
処理手段と、オブジェクトコードを実行している下位情
報処理装置で割り込みが発生してこれが上位情報処理装
置側に通知されたときに当該割り込みの発生したロケー
ションを上記ロケーションカウンタから読みとり、該読
みとつたロケーションが上記第2テーブルに登録されて
いるロケーションのいずれかと一致しているときにはブ
レークポイントによる割り込みであり、一致するものが
ないときには異常発生による割り込みであると判断して
入出力装置を介して操作者にその旨を知らせる第2の処
理手段とを設けたことを特徴とするデバッグ装置。
1. A higher-level information processing device creates a source list written in a high-level language and converts it to object code, and a lower-level information processing device connected to the higher-level information processing device via a line downloads and executes the object code. In the debugging device installed on the upper information processing device side of the computer system configured as described above, a correspondence table between each sentence on the source list and the location on the object code corresponding to that sentence is generated and stored at the time of the above translation. a location counter to indicate the location of the executable code when the object code is executed; and a second table to store the location of a breakpoint set to pause execution of the object code. table and the location on the object code where the breakpoint should be set when the operator specifies a breakpoint on the top list.
A first processing means having a function of determining the location by referring to a table, setting a breakpoint at the determined location, and registering the determined location in the second table, and executing an object code. When an interrupt occurs in the lower information processing device and this is notified to the upper information processing device, the location where the interrupt occurred is read from the location counter, and the read location is registered in the second table. A second processing means determines that the interrupt is caused by a breakpoint when the location matches one of the locations, and determines that the interrupt is caused by an abnormal occurrence when there is no match, and notifies the operator to that effect via the input/output device. A debugging device characterized by being provided with.
JP62031541A 1987-02-16 1987-02-16 Debugging method and device Expired - Lifetime JP2659366B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62031541A JP2659366B2 (en) 1987-02-16 1987-02-16 Debugging method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62031541A JP2659366B2 (en) 1987-02-16 1987-02-16 Debugging method and device

Publications (2)

Publication Number Publication Date
JPS63200243A true JPS63200243A (en) 1988-08-18
JP2659366B2 JP2659366B2 (en) 1997-09-30

Family

ID=12334050

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62031541A Expired - Lifetime JP2659366B2 (en) 1987-02-16 1987-02-16 Debugging method and device

Country Status (1)

Country Link
JP (1) JP2659366B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04263339A (en) * 1991-02-18 1992-09-18 Fujitsu Ltd Interruption position retrieving system

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61296440A (en) * 1985-06-25 1986-12-27 Nec Corp Microcomputer debugging support system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61296440A (en) * 1985-06-25 1986-12-27 Nec Corp Microcomputer debugging support system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04263339A (en) * 1991-02-18 1992-09-18 Fujitsu Ltd Interruption position retrieving system

Also Published As

Publication number Publication date
JP2659366B2 (en) 1997-09-30

Similar Documents

Publication Publication Date Title
JPS634346A (en) Microprocessor debugging apparatus
US20030208745A1 (en) Software breakpoints implementation via specially named function
CN113986771A (en) Method and device for debugging target program code and electronic equipment
JPH0766342B2 (en) Program test equipment
JPS63200243A (en) Debugging device
JPH11110256A (en) Device and method for debugging program, and computer readable recording medium recorded with the method for the same
JP2007004516A (en) Program debugging method of built-in system
KR100214125B1 (en) Function parameter tracking method in full electronic switching system
WO2024069730A1 (en) Debugging device and debugging method
JPS626260B2 (en)
JPS6214240A (en) Program inspecting system
JP2802128B2 (en) Program development equipment
JPS63271542A (en) Rom debugger
Goldberg et al. The PRIM System: An alternative architecture for emulator development and use
JP2002366378A (en) Method and device for debugging program and storage medium
JPS61180342A (en) Step execution system for high level language
JPH0465729A (en) Symbolic debugger
JP2006350676A (en) Program debugging method of built-in system
JPH0395638A (en) Debugging device
JPS6292032A (en) Test method for program
Weber Implementation issues: session summary
JPH0695910A (en) Interactive debugging control system for abnormality processing
JP2004054807A (en) Method and device for information processing
JPH04324525A (en) Program transplantation supporting device
JPS61267137A (en) System for controlling interrupting action