JPS6292033A - Program debugging device - Google Patents

Program debugging device

Info

Publication number
JPS6292033A
JPS6292033A JP60232526A JP23252685A JPS6292033A JP S6292033 A JPS6292033 A JP S6292033A JP 60232526 A JP60232526 A JP 60232526A JP 23252685 A JP23252685 A JP 23252685A JP S6292033 A JPS6292033 A JP S6292033A
Authority
JP
Japan
Prior art keywords
program
points
debugged
order
execution
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
JP60232526A
Other languages
Japanese (ja)
Inventor
Kiyoshi Kodama
児玉 清
Shiro Fukushima
福島 史郎
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.)
Omron Corp
Original Assignee
Omron Tateisi Electronics Co
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 Omron Tateisi Electronics Co filed Critical Omron Tateisi Electronics Co
Priority to JP60232526A priority Critical patent/JPS6292033A/en
Publication of JPS6292033A publication Critical patent/JPS6292033A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To catch the abnormal flow of a program to be debugged by displaying the coincidence if the designating order of point coincides with the executing order of point. CONSTITUTION:A debugging system consists of an engineering work station 11, a terminal equipment 12 and a debug executing device 13. In such constitution, the positions of plural points set on a source program stored in an internal storage 22 and the executing order of set points can be designated properly when the break point is set to a program to be debugged. While a break is produced on a CRT27 only when it is decided that the points on the program are executed in the designated order. Then the information on the break is informed to an operator. In such a way, the abnormal flow of the program to be debugged can be caught.

Description

【発明の詳細な説明】 〈発明の技術分野〉 本発明はプログラムのデバッグ装置、特に高級言語のソ
ースプログラムレベルでのブレーク機能を改良したもの
に関する。
DETAILED DESCRIPTION OF THE INVENTION Technical Field of the Invention The present invention relates to a program debugging device, and more particularly to a program debugging device with an improved break function at the source program level of a high-level language.

〈発明の概要〉 この発明は、被デバツグプログラムにブレークポイント
を設定する際、ソースプログラム上に設定する複数のポ
イント位置と、設定されたポイントの実行順序とを適宜
指定可能とする一方、指定した順序でプログラム上のポ
イントが実行されたことが判断されたときのみブレーク
を発生させるなどしてオペレータに知らせることにより
、被デバツグプログラムの異常な流れを捕捉可能とした
ものである。
<Summary of the Invention> When setting breakpoints in a program to be debugged, the present invention makes it possible to appropriately specify multiple point positions to be set on the source program and the execution order of the set points. By notifying the operator by generating a break only when it is determined that the points on the program have been executed in the order specified, it is possible to detect abnormal flows in the program being debugged.

〈発明の背景〉 現在、高級言語レベルにおけるプログラム開発支援手段
として、いわゆる[シンポリノクデハッガ」が使用され
ることが多い。更にかかるシンポリソクデバソガのデバ
ッグ機能の1つとして、被デバツグプログラムを実行さ
せたとき、該プログ→1、の実行を途中で強制的に一旦
停止させるブレーツノ機能が知られる。
<Background of the Invention> Currently, so-called "Simporinokudehagga" is often used as a program development support means at a high-level language level. Furthermore, as one of the debugging functions of such a simple debugger, there is a known function that, when a program to be debugged is executed, forcibly stops the execution of the program →1 in the middle.

ところで上記ブレーク機能は従来、ブレークポイント設
定用のコマンドを用いて、プログラムの流れの中で特に
問題となりそうなソースプログラム上の行番号を指定し
ておき、プログラムの実行時に何れかのブレークポイン
トが実行されると、それを検出して直ちにプログラムを
停止するものが一般的であった。
By the way, conventionally, the break function described above uses a breakpoint setting command to specify the line number in the source program that is likely to cause a particular problem in the program flow. It was common to detect this and immediately stop the program when it was executed.

しかしながら実際のデバッグ作業時に於いては、上記の
様に単なる点でプログラムの流れを捉えただけでは不足
で、全体の流れの中でプログラムの実行過程を観察して
はじめて、被デバツグプログラムの異常が発見できる場
合が多い。
However, during actual debugging work, it is not enough to simply grasp the flow of the program in terms of points as described above; it is necessary to observe the program execution process in the entire flow to detect abnormalities in the program being debugged. can often be found.

〈発明の目的〉 本発明は上記問題に着目してなされたものであって、ソ
ースプログラム上に設定された複数のポイントが、予め
指定したシー)1ンスで実行された時のみブレークを発
生させることにより、被デバツグプログラムの異常な流
れを精細に定義して捕捉可能とするデバッグ装置を提供
することを目的とする。
<Purpose of the Invention> The present invention has been made by focusing on the above-mentioned problem, and is capable of generating a break only when multiple points set on a source program are executed in one pre-specified sequence. Therefore, it is an object of the present invention to provide a debugging device that can precisely define and capture abnormal flows of a program to be debugged.

〈発明の構成および効果〉 上記目的を達成するため、本発明のプログラムデバッグ
装置では、デバッグすべきソースプログラム上に複数の
ポイントを設定する手段と、設定されたポイントの実行
順序を指定する手段と、プログラムを実行した際に、ポ
イントの実行順序を検出する手段と、ポイントの指定順
序と実行順序とが一致すると、一致したことを表示する
手段とをその構成とする。
<Structure and Effects of the Invention> In order to achieve the above object, the program debugging device of the present invention includes means for setting a plurality of points on a source program to be debugged, and means for specifying the execution order of the set points. , when the program is executed, means for detecting the execution order of points, and means for displaying a coincidence when the specified order of points and the execution order match.

本発明の上記構成によれば、被デバツグプログラムの異
常な動きを、ソースプログラムのレベルで細かく定義し
て捕捉することが可能となり、プログラム開発効率を向
上できる効果を有する。
According to the above configuration of the present invention, it becomes possible to define and capture abnormal behavior of the program to be debugged in detail at the level of the source program, which has the effect of improving program development efficiency.

〈実施例の説明〉 以下図面に示す実施例に基づき、本発明を具体的に説明
する。
<Description of Examples> The present invention will be specifically described below based on examples shown in the drawings.

なお実施例では、汎用コンビエータを用い、デバッグ目
的11一応こ′て周辺機器およびソフトウェー?を取り
替えろことにより適用範囲を広げたC ’RAfi川の
デバ・グ・システムに本発明を実施した一例を示すが、
これに限らず、それ単独で動作するデバッグ専用機等に
も略同様に実施でき、又、被デバツグプログラム用の言
語も「c」以外の各種高級言語に変更して実施できるこ
とは勿論である。
In this example, a general-purpose combinator is used, and peripheral devices and software are tested for debugging purposes. An example in which the present invention is implemented in a C'RAfi river debugging system, which expands the scope of application by replacing the
The present invention is not limited to this, and can be implemented in almost the same way on a dedicated debugging machine that operates on its own, and of course can be implemented by changing the language for the program to be debugged to various high-level languages other than "c". .

本発明を実施するデバッグシステムは、第3図に示す如
く、汎用コンピュータを使用したエンジニアリングワー
クステーション11と、該ワークステーション11に対
するオペレータの直接的なアクセスを可能とする端末装
置12と、ワークステーション11を用いて開発された
被デバツグプログラムをワークステーション11側から
の制御の下に実行し、アセンブラレベルでのデバッグを
可能とするデバッグ実行装置13とから構成される。
As shown in FIG. 3, a debug system implementing the present invention includes an engineering workstation 11 using a general-purpose computer, a terminal device 12 that allows an operator to directly access the workstation 11, and a workstation 11. The debug execution device 13 executes a program to be debugged developed using the debugger under control from the workstation 11 side, and enables debugging at the assembler level.

ワークステーションItは、マイクロプロセッサを使用
した演算制御装置21を中心としてRAMから成る内部
記憶装置22と、ハードディスクドライブ等の外部記憶
装置23と、周辺装置に対するインターフェース回路を
備えた入出力装置24とを各種バス25を介して接続し
たものであって、更にワークステーション11に対し、
入出力装置24を通じて端末装置12とデバッグ実行装
置13とが接続される。
The workstation It mainly includes an arithmetic and control unit 21 using a microprocessor, an internal storage device 22 consisting of RAM, an external storage device 23 such as a hard disk drive, and an input/output device 24 equipped with an interface circuit for peripheral devices. It is connected via various buses 25, and is further connected to the workstation 11.
The terminal device 12 and the debug execution device 13 are connected through the input/output device 24.

端末装置12は、ワークステーション11に対する直接
的なアクセスを可能とするキーボード26と、ワークス
テーション11内でのデータ処理状況を視認しうる形で
表示するCRT等のディスプレイ装置27とから成り、
キーボード26からのコマンド入力により、外部記憶装
置23に予め格納しておいた第4図に示すコンパイラ3
トシンポリンクデバソガ32等の実行フログラム、ソー
スプログラム33・ロードモジュール34等から作られ
るデータを内部記jiff装置22にロードした後、演
算制御装置21においてプログラム31・32を順次実
行させることにより、ワークステーション11はデバッ
グ実行装置13を制御しながら全体でデバッグシステム
として動作する。
The terminal device 12 includes a keyboard 26 that allows direct access to the workstation 11, and a display device 27 such as a CRT that visually displays the data processing status within the workstation 11.
By inputting a command from the keyboard 26, the compiler 3 shown in FIG. 4 stored in the external storage device 23 is activated.
After loading the data created from the execution program such as the Toshinpolink Devasoga 32, the source program 33, the load module 34, etc. into the internal storage jiff device 22, the programs 31 and 32 are sequentially executed in the arithmetic and control device 21. The workstation 11 operates as a debug system as a whole while controlling the debug execution device 13.

デバッグ実行装置13は、デバッグすべきプログラムを
走らせうるマイクロプロセッサを制御部に使用した電子
式金銭登録機等の被デバツグ装置28と、該被デバツグ
装置28とワークステーション11間にあって、被デバ
ツグ装置28のCPUに代わって被デバツグ装置28を
直接制御するエミュレータ29とから成る。該エミュレ
ータ29はそれ単独でもアセンブラレベルでのデバッグ
を可能とするものであるが、本実施例にあっては、入出
力装置24を通じてワークステーション11側から与え
られたコマンドに対応して、被デバツグ装置28上のメ
モリーの内容を表示、更新し、あるいは又、被デバツグ
装置28上のプログラムを実行、停止等の各種制御を行
った後、その結果をワークステーション11側に返送す
ることにより、ワークステーション11側で高級言語に
よるソースプログラム33のレベルでのデバッグ処理を
可能とする。
The debug execution device 13 is located between a device to be debugged 28, such as an electronic cash register, whose control unit is a microprocessor capable of running a program to be debugged, and the device to be debugged 28 and the workstation 11. The emulator 29 directly controls the debugged device 28 in place of the CPU. The emulator 29 can perform debugging at the assembler level by itself, but in this embodiment, the emulator 29 debugs the debugged object in response to commands given from the workstation 11 through the input/output device 24. After displaying and updating the contents of the memory on the device 28, or performing various controls such as executing and stopping the program on the device 28 to be debugged, the results are sent back to the workstation 11, thereby debugging the workpiece. This enables debugging processing at the level of a source program 33 using a high-level language on the station 11 side.

第4図は、C言語で記述されたソースプログラム33が
機械語に翻訳され、更にシンボリックデバッガされるま
での主としてワークステーション11内部におけるソフ
トウェアによる処理の流れを概略的に示す。
FIG. 4 schematically shows the flow of software processing mainly within the workstation 11 from when a source program 33 written in the C language is translated into machine language to when it is run by a symbolic debugger.

まず最初に、複数のファイルから成るソースプログラム
33は、ワークステーション11内部でコンパイラ31
によりコンパイルされ、ロードモジュール34が形成さ
れる。ロードモジュール34は、被デバツグ装置28の
マイクロプロセッサが実行しうる機械語に加えて、該機
械語のアドレスとソースプログラム33の行番号の対応
関係を示す行番号情報、ソースプログラム33上で記述
された変数とデバッグ対象の装置28上のメモリーアド
レスとの対応関係を示すシンボル情報を含むものであっ
て、そのファイル形式は、例えばオペレーティングシス
テムUNIX  SYSTEM  ’7(7)COFF
(Common  0bject  File  Fo
rmat)に従って構成される。
First of all, a source program 33 consisting of a plurality of files is run by a compiler 31 inside the workstation 11.
is compiled to form the load module 34. In addition to the machine language that can be executed by the microprocessor of the device to be debugged 28 , the load module 34 contains line number information that indicates the correspondence between the address of the machine language and the line number of the source program 33 , and information that is written on the source program 33 . The file format includes, for example, the operating system UNIX SYSTEM '7 (7) COFF.
(Common 0bject File Fo
rmat).

次いでシンボリックデバッガ32を作動させ、端末装置
12のキーボード26から所定のコマンドを入力すると
、該コマンドを処理するために必要なエミュレータコマ
ンドがエミュレータ29に送られる。エミュレータ29
は、かかるエミュレータコマンドを解釈、実行した後そ
の結果をデバッガ32に返送する。
Next, when the symbolic debugger 32 is activated and a predetermined command is input from the keyboard 26 of the terminal device 12, emulator commands necessary for processing the command are sent to the emulator 29. Emulator 29
interprets and executes the emulator command, and then sends the result back to the debugger 32.

シンボリックデバッガ32はその内部のメモリー上に、
ロードモジュール34の行番号情報を基にして、機械語
のアドレスとそれに対応するファイル名、関数名、行番
号から成るレコード群で構成される行番号テーブルを予
め作成してあり、デバッガ32はエミュレータ29から
返送される処理結果を、上記行番号テーブルおよびソー
スプログラムファイル33を参照しながら編集し、端末
装置12のディスプレイ装置27において表示する。
The symbolic debugger 32 has on its internal memory,
Based on the line number information of the load module 34, a line number table consisting of a record group consisting of machine language addresses, corresponding file names, function names, and line numbers is created in advance, and the debugger 32 uses the emulator The processing results returned from 29 are edited with reference to the line number table and source program file 33, and are displayed on the display device 27 of the terminal device 12.

本発明は上記構成のデバッグシステムにあって、被デバ
ツグプログラムに対するブレークポイントの設定方法に
その特徴を有する。
The present invention is a debugging system having the above structure, and is characterized by a method of setting breakpoints for a program to be debugged.

第1図は、端末装置12を用いて被デバツグプログラム
上にブレークポイントを設定する手順を示す。シンボリ
ックデバッガ32は従来と略同様に、被デバツグプログ
ラムの実行順序を定義するためのポイント41をソース
プログラム33上に複数設定する機能を有し、例えば端
末装置12のキーボード26からpo main (3
)”とコマンドを入力して、ディスプレイ装置27の表
示画面48上でポイント41を定義すれば、関数mai
nの3行目に対して、ソフトウェアブレークポイントの
手法を用いてブレークポイントが設定される。図示例で
は、以下同様に関数mainの10行目と、関数fun
cの13行目の3箇所にポイント4°1が設定されてい
る。
FIG. 1 shows the procedure for setting breakpoints on a program to be debugged using the terminal device 12. The symbolic debugger 32 has a function of setting a plurality of points 41 on the source program 33 for defining the execution order of the program to be debugged, as in the conventional case.
)” and define the point 41 on the display screen 48 of the display device 27, the function mai
A breakpoint is set for the third line of n using the software breakpoint technique. In the illustrated example, the 10th line of the function main and the function fun
Point 4°1 is set at three locations on the 13th line of c.

更にデバッガ32は、ポイント番号42を参照するコマ
ンド43であるdisp”の入力により、上記の如く定
義したポイント41に対し、ポイントの種類に対応して
異なったポイント番号42を、例えば1〜3の如く自動
的に割り付ける。
Further, the debugger 32 inputs a command 43 "disp" that refers to the point number 42, and then assigns a different point number 42, for example 1 to 3, to the point 41 defined above according to the type of point. Assign automatically.

次に上記ポイント番号42と、ポイント41の実行順序
を定義するためのコマンド44である“seq”とを用
いて、” seq 1321″の如くポイント41の実
行順序を定義する。この時デバッグ32のメモリー上に
は、第5図の如く所定桁数のseqテーブル45と実行
テーブル46が予め設けられており、上記seqコマン
ド44を用いてポイント41の実行順序を入力すると、
その指定番号42のデータ47がseqテーブル45に
対し右づめで格納され、余った左のカラムには「0」が
入る。本例では、seqテーブル45上にro1321
Jのデータ47が設定されており、ポイント番号42が
1→3→2→1の順序で実行されたときのみブレークが
発生して、オペレータにブレークの発生を表示する様に
実行順序が設定されたことを示す。
Next, using the point number 42 and the command 44 "seq" for defining the execution order of the points 41, the execution order of the points 41 is defined as "seq 1321". At this time, on the memory of the debug 32, a seq table 45 and an execution table 46 of a predetermined number of digits are provided in advance as shown in FIG. 5, and when the execution order of the point 41 is input using the seq command 44,
The data 47 with the specified number 42 is stored right-aligned in the seq table 45, and the remaining left column is filled with "0". In this example, ro1321 is on the seq table 45.
J data 47 is set, and the execution order is set so that a break occurs only when point number 42 is executed in the order of 1 → 3 → 2 → 1, and the occurrence of the break is displayed to the operator. to show that

第2図は、上記の如くポイント41および該ポイント4
1の実行順序47が定義された後に被デバツグプログラ
ムが実行された時、被デバツグプログラム上のポイント
41が指定順序47で実行されたか否かを検出するため
の処理の流れを示している。
FIG. 2 shows point 41 and point 4 as described above.
1 shows the flow of processing for detecting whether or not point 41 on the debugged program is executed in the specified order 47 when the debugged program is executed after the execution order 47 of No. 1 is defined. .

ステップ51は実行の「始め」を示し、デバッガ32に
対し所定のコマンドを入力することにより処理は開始さ
れる。かかる処理の開始と連繋し、ステップ52におい
て、第5図(a)に示す如く実行テーブル46の全ての
桁がrOJにイニシャライズされる。
Step 51 indicates the "beginning" of execution, and the process is started by inputting a predetermined command to the debugger 32. In conjunction with the start of such processing, in step 52, all digits of the execution table 46 are initialized to rOJ as shown in FIG. 5(a).

次に被デバツグプログラムは、上記した手順で設定され
たポイント41の何れかを通過してブレークが発生する
まで実行される(ステップ53)。ブレークが発生した
ことが検出されると、ステップ54において、だい5図
(b)の如く実行テーブル46の内容は左に1桁分だけ
シフトされ、今回発生したブレークのポイント番号「3
」が右端にセットされる。次いでステップ55において
、実行テーブル46の内容はseqテーブル45と各桁
毎に比較され、seqテーブル45上データ47のrO
J以外の全ての桁が互いに一致するか否かが判定される
。かかる判定が“NO”であれば、デバッガ32は自動
的に被デバツグプログラムを再実行させ、ステップ53
に戻って上記処理を繰り返すことにより、実行テーブル
46上に、ポイント41の実行履歴を記録して行く。
Next, the program to be debugged is executed until it passes through any of the points 41 set in the above procedure and a break occurs (step 53). When it is detected that a break has occurred, in step 54, the contents of the execution table 46 are shifted to the left by one digit, as shown in Figure 5(b), and the contents of the execution table 46 are shifted to the left by one digit, and the point number "3" of the break that occurred this time is
” is set at the right end. Next, in step 55, the contents of the execution table 46 are compared with the seq table 45 for each digit, and rO of the data 47 on the seq table 45 is
It is determined whether all digits other than J match each other. If this determination is "NO", the debugger 32 automatically re-executes the program to be debugged and proceeds to step 53.
By returning to and repeating the above processing, the execution history of point 41 is recorded on execution table 46.

一方第5図(C)の様に、seqテーブル45の内容4
7と実行テーブル46の実行履歴とが一致して、ステッ
プ55の判定が“YES”となれば、予め利用者がse
qコマンド44で定義した順序で被デバツグプログラム
上のポイント41が実行されたと判断されるので、ステ
ップ56において利用者に対し、rseqコマンドで定
義された順序でプログラムが実行された」旨のメツセー
ジを表示して、ブレークの発生を利用者に告げるのであ
る。
On the other hand, as shown in FIG. 5(C), the content 4 of the seq table 45
7 and the execution history of the execution table 46, and the determination in step 55 is "YES", the user has previously set
It is determined that points 41 on the debugged program were executed in the order defined by the q command 44, so in step 56 a message is sent to the user stating that the program was executed in the order defined by the rseq command. is displayed to notify the user that a break has occurred.

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

第1図はポイントの実行順序を指定する手順の一例を示
す表示画面の正面図、第2図はポイントの実行順序を検
出する手順を示す流れ図、第3図は本発明を実施するだ
めのデバッグシステムの一例を示すブロック図、第4図
は第3図のシステム中における処理の流れを説明する概
略図、第5図(alないしくC1はポイントの実行順序
の検出手順を示す説明図である。 11・・・・ワークステーション 12・・・・端末装置 27・・・・ディスプレイ装置 33・・・・ソースプログラム 41・・・・ポイント 46・・・・実行テーブル 特許 出願人  立石電機株式会社 ニアf3>乙 ニアflA扇 //  フークステーン・/ !
Fig. 1 is a front view of a display screen showing an example of the procedure for specifying the execution order of points, Fig. 2 is a flowchart showing the procedure for detecting the execution order of points, and Fig. 3 is a debugging process for implementing the present invention. A block diagram showing an example of the system, FIG. 4 is a schematic diagram explaining the flow of processing in the system of FIG. 3, and FIG. 5 is an explanatory diagram showing the procedure for detecting the execution order of points. 11... Workstation 12... Terminal device 27... Display device 33... Source program 41... Point 46... Execution table patent Applicant: Near Tateishi Electric Co., Ltd. f3> Otonia flA fan// Fuksten//!

Claims (2)

【特許請求の範囲】[Claims] (1)デバッグすべきソースプログラム上に、複数のポ
イントを設定する手段と、 設定されたポイントの実行順序を指定する手段と、 プログラムを実行し、実行されたポイントの順序を検出
する手段と、 ポイントの指定順序と実行順序とが一致すると、一致し
たことを表示する手段とを備えたプログラムデバッグ装
置。
(1) means for setting multiple points on a source program to be debugged; means for specifying the order of execution of the set points; means for executing the program and detecting the order of the executed points; A program debugging device comprising: means for displaying a match when a specified order of points and an execution order match.
(2)ポイントの実行順序検出手段は、メモリー上に所
定桁数の実行テーブルを設定し、各設定ポイントを通過
する毎に実行テーブルの内容を1桁づつシフトさせると
ともに、最下位桁に新たに通過したポイントの値をセッ
トしている特許請求の範囲第1項記載のプログラムデバ
ッグ装置。
(2) The point execution order detection means sets an execution table of a predetermined number of digits on the memory, shifts the contents of the execution table by one digit each time it passes through each set point, and adds a new one to the lowest digit. 2. A program debugging device according to claim 1, wherein values of passed points are set.
JP60232526A 1985-10-17 1985-10-17 Program debugging device Pending JPS6292033A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60232526A JPS6292033A (en) 1985-10-17 1985-10-17 Program debugging device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60232526A JPS6292033A (en) 1985-10-17 1985-10-17 Program debugging device

Publications (1)

Publication Number Publication Date
JPS6292033A true JPS6292033A (en) 1987-04-27

Family

ID=16940715

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60232526A Pending JPS6292033A (en) 1985-10-17 1985-10-17 Program debugging device

Country Status (1)

Country Link
JP (1) JPS6292033A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014146358A (en) * 2008-04-07 2014-08-14 International Business Maschines Corporation Debugger data processing system, debugging method and computer program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5350637A (en) * 1976-10-20 1978-05-09 Hitachi Ltd Program executing unit
JPS5748147A (en) * 1980-09-04 1982-03-19 Toshiba Corp Address matching system
JPS5794858A (en) * 1980-12-03 1982-06-12 Hitachi Ltd Address tracing system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5350637A (en) * 1976-10-20 1978-05-09 Hitachi Ltd Program executing unit
JPS5748147A (en) * 1980-09-04 1982-03-19 Toshiba Corp Address matching system
JPS5794858A (en) * 1980-12-03 1982-06-12 Hitachi Ltd Address tracing system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014146358A (en) * 2008-04-07 2014-08-14 International Business Maschines Corporation Debugger data processing system, debugging method and computer program

Similar Documents

Publication Publication Date Title
US6658649B1 (en) Method, apparatus and article of manufacture for debugging a user defined region of code
US20070074168A1 (en) Automated step type determination
JPS62113244A (en) Program test device
JPS6292033A (en) Program debugging device
US20030018957A1 (en) Debugger monitor with anticipatory highlights
EP0801348A1 (en) Method of monitoring the operation of a computer
JPH02275539A (en) Debugging system
JPS6292034A (en) Program debugging device
JP2659366B2 (en) Debugging method and device
JPS6292035A (en) Program debugging device
JPH06242943A (en) Source code level debugging device
JP3339708B2 (en) Event recording method
JP2870735B2 (en) Automatic check method of data value in debugger
JPH06250889A (en) Fault processing system in data processing system
JP2800577B2 (en) Debug device
JPH0766343B2 (en) Program test equipment
JPH0262639A (en) Interruption system for language debugger
JPH05143395A (en) Diagnostic program execution system and log information display system to be used for the execution system
JPS5968034A (en) Input and output port simulator for microcomputer developing device
CN120386709A (en) Data code debugging method and terminal
JPS6292032A (en) Test method for program
JPH04217034A (en) Display system for program trace
JP3398178B2 (en) Simulator
JPH05334135A (en) Error information display system for abnormal end of program
JPH07319730A (en) Test / debug method