JPH0434625A - Debugging supporting device - Google Patents

Debugging supporting device

Info

Publication number
JPH0434625A
JPH0434625A JP2141184A JP14118490A JPH0434625A JP H0434625 A JPH0434625 A JP H0434625A JP 2141184 A JP2141184 A JP 2141184A JP 14118490 A JP14118490 A JP 14118490A JP H0434625 A JPH0434625 A JP H0434625A
Authority
JP
Japan
Prior art keywords
program
debugging
basic
level language
trigger
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
JP2141184A
Other languages
Japanese (ja)
Other versions
JP2926898B2 (en
Inventor
Eiji Yamashita
栄次 山下
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.)
Yokogawa Electric Corp
Original Assignee
Yokogawa Electric 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 Yokogawa Electric Corp filed Critical Yokogawa Electric Corp
Priority to JP2141184A priority Critical patent/JP2926898B2/en
Publication of JPH0434625A publication Critical patent/JPH0434625A/en
Application granted granted Critical
Publication of JP2926898B2 publication Critical patent/JP2926898B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Devices For Executing Special Programs (AREA)

Abstract

PURPOSE:To prevent the operation in itself of a normal BASIC interpreter from being influenced even in debugging by controlling an objective rapid library described high level language by a debugging means during a period from the transfer of control to the debugging means up to its return. CONSTITUTION:When control is transferred from a BASIC interpreter language program 2 to a rapid library (high level language program) 3 to be debugged, a start trigger is outputted from a trigger generating means 31. At the time of receiving the start trigger, a symbolic debugging means 4 having the same function as that of a general symbolic debugger controls the BASIC program 2 until the reception of an end trigger and executes the debugging operation of the program 3 like a debugger with a normal task level. Consequently, a program described by other high level language integrated in the BASIC program 2 can be symbolically debugged by a practical machine.

Description

【発明の詳細な説明】 〈産業上の利用分野〉 本発明は、ベーシック(BAS IC)インタプリタ言
語のプログラムに組み込まれた他の高級言語プログラム
(例えばコンパイラ型)で記述されたプログラムを、実
機上でシンボリックにデバッグできるようにしたデバッ
グ・サポート装置に関する。
DETAILED DESCRIPTION OF THE INVENTION <Industrial Application Field> The present invention enables a program written in another high-level language program (for example, a compiler type) incorporated into a basic (BASIC) interpreted language program to be executed on an actual machine. This article relates to a debug support device that enables symbolic debugging.

〈従来の技術〉 RAS I Cインタプリタ言語のプログラムに、他の
高級言語で記述されたプログラムを組込み、これをサブ
ルーチンとして呼び出すことができるようにした装置が
提案されている。
<Prior Art> A device has been proposed in which a program written in another high-level language is incorporated into a program written in the RAS I C interpreter language, and the program can be called as a subroutine.

この場合、デバッグ環境で、BASICインタプリタの
デバッグ機能で、他の高級言語の部分をデバッグするの
は一般に困難である。
In this case, it is generally difficult to debug parts of other high-level languages using the debug function of the BASIC interpreter in a debug environment.

その理由は、BASICインタプリタが、他の高級言語
の文法を解釈しなければならないからであり、BASI
Cインタプリタにそのような機能を持たせるのは現実的
でないからである。
The reason is that the BASIC interpreter has to interpret the grammar of other high-level languages, and BASIC
This is because it is not realistic to provide such a function to a C interpreter.

〈発明が解決しようとする課題〉 プログラムを実機上でデバッグできないというのは、そ
の言語をサポートする上で多くの不都合がある。
<Problem to be solved by the invention> The inability to debug a program on an actual device has many disadvantages in supporting the language.

本発明は、この様な点に鑑みてなされたもので、BAS
 I Cインタプリタ言語のプログラムに組込まれた他
の高級言語で記述されたプログラムを、実機上でシンボ
リックにデバッグできるようにしたデバッグ・サポート
装置を提供することを目的とする。
The present invention has been made in view of these points, and is based on the BAS
An object of the present invention is to provide a debugging support device that enables a program written in another high-level language incorporated in an IC interpreter language program to be symbolically debugged on an actual machine.

く課題を解決するための手段〉 前記した課題を解決する本発明は、 BAS I Cインタプリタ言語のプログラムに他の言
語で記述された高級言語プログラムを組込むことができ
るようにした装置において、前記BAS I Cインタ
プリタ言語のプログラムに組込まれた他の高級言語プロ
グラムに対してBASICインタプリタとは独立してシ
ンボリックにデバッグできるデバッグ手段を設け、前記
高級言語プログラムに、その先頭部にスタートトリガ発
生手段を設けると共に、終端部にエンドトリガ発生手段
を設け、 前記デバッグ手段は、 前記高級言語プログラムの各トリガ発生手段から出力さ
れるスタートトリガとエンドトリガとを受け、その間前
記高級言語プログラムのデバッグを行うように構成され
ている。
Means for Solving the Problems> The present invention for solving the above-mentioned problems provides an apparatus that enables a high-level language program written in another language to be incorporated into a BAS I C interpreter language program. A debugging means capable of symbolically debugging another high-level language program incorporated in an IC interpreter language program independently of the BASIC interpreter is provided, and a start trigger generation means is provided at the beginning of the high-level language program. Also, an end trigger generating means is provided at the terminal end, and the debugging means receives a start trigger and an end trigger output from each trigger generating means of the high-level language program, and debugs the high-level language program during that time. It is configured.

く作用〉 BAS I Cインタプリタ言語プログラムからデバッ
グの対象となっている高級言語プログラムに制御が移る
と、トリガ発生手段からスタートトリガが出力される。
Function> When control is transferred from the BASIC interpreter language program to the high-level language program to be debugged, a start trigger is output from the trigger generation means.

デバッグ手段は一般的なシンボリックデバッガの機能と
同じ機能を有するもので、このスタートトリガを受ける
と、エンドトリガを受けるまでの間、BAS I Cプ
ログラムを管理下に置き、対象高級言語プログラムのデ
バッグ動作を、通常のタスクレベルのデバッガのように
行う。
The debugging means has the same function as a general symbolic debugger, and when it receives this start trigger, it puts the BASIC program under control until it receives the end trigger, and debugs the target high-level language program. , just like a normal task-level debugger.

〈実施例〉 以下図面を用いて、本発明の実施例を詳細に説明する。<Example> Embodiments of the present invention will be described in detail below with reference to the drawings.

第1図は、本発明の一実施例を示す構成概念図である。FIG. 1 is a conceptual diagram showing an embodiment of the present invention.

図において、1はRASICインタプリタ言語のプログ
ラムに、他の言語で記述された高級言語プログラムを組
込むことができるように構成したマイクロプロセッサ搭
載の装置である。
In the figure, reference numeral 1 denotes a device equipped with a microprocessor configured to be able to incorporate a high-level language program written in another language into a RASIC interpreter language program.

2はこの装置に搭載されているRAS I Cインタプ
リタ言語のプログラム、3はこのプログラム2に組込ま
れた他の高級言語(例えばコンパイラt11)で記述さ
れたプログラムである。
2 is a program in the RAS I C interpreter language installed in this device, and 3 is a program written in another high-level language (for example, compiler t11) incorporated in this program 2.

31は高級言語プログラム3の先頭部に設けたスタート
トリガ発生手段、32は終端部に設けたエンドトリガ発
生手段である。これらの各トリガ発生手段は、BAS 
I Cプログラムから高級言語プログラム3、高級言語
プログラムからRAS ICプログラムに制御が移るタ
イミングで、それぞれトリガ信号を出力するもので、ハ
ードウェア的に構成しである。
31 is a start trigger generation means provided at the beginning of the high-level language program 3, and 32 is an end trigger generation means provided at the end. Each of these trigger generation means is
The trigger signals are output at the timing when control is transferred from the IC program to the high-level language program 3 and from the high-level language program to the RAS IC program, and are configured in terms of hardware.

4はシンボリックデバッグ手段で、BAS I Cプロ
グラム2とは独立してシンボリックにデバッグできるよ
うに構成されており、高級言語プログラム3の各トリガ
発生手段31.32から出力されるスタートトリガとエ
ンドトリガとを受け、対象プログラムのリンク位置を知
り、その間、高級言語プログラム3のデバッグを行うよ
うになっている。
4 is a symbolic debugging means, which is configured to be able to symbolically debug independently of the BASIC program 2, and is configured to debug the start trigger and end trigger output from each trigger generation means 31 and 32 of the high-level language program 3. In response to this, the link position of the target program is known, and the high-level language program 3 is debugged during that time.

第2図は、例えばファクトリ−・オートメーション(F
A)分野において用いられるコンピュータに、第1図に
示すデバッグ手段を搭載させた場合の一例を示す構成概
念図である。
Figure 2 shows, for example, factory automation (F
A) is a conceptual configuration diagram showing an example of a case where a computer used in the field is equipped with the debugging means shown in FIG. 1.

この装置は、少なくとも2種類の画面Sl、S2が用意
されていて、これらの画面をキーボード操作あるいはマ
ウス等の操作により切り替えられるようになっている。
This device is provided with at least two types of screens Sl and S2, and these screens can be switched by operating a keyboard or a mouse.

そして、これに搭載されているRAS I Cプログラ
ム2は、画面s1を用いて動作し、シンボリックデバッ
グ手段4は、画面S2を用いて動作する。5はメモリ内
に構成されたBAS I Cプログラムを実行するタス
ク領域を示しており、高級言語プログラム3はBAS 
I Cプログラムに対して、高速ライブラリィという形
でリンクしている。ここで、高級言語で記述された高速
ライブラリィや、シンポリツクデバ・ソゲ手段4として
機能するプログラムは、イメージファイル6からダウン
ロードされる。
The RAS I C program 2 installed therein operates using the screen s1, and the symbolic debugging means 4 operates using the screen S2. 5 indicates a task area for executing a BAS I C program configured in memory, and the high-level language program 3 is a BAS I C program.
It is linked to the IC program in the form of a high-speed library. Here, a high-speed library written in a high-level language and a program that functions as the simplified device software means 4 are downloaded from the image file 6.

第3図は、シンボリックデバッグ動作開始手順を示す動
作概念図である。
FIG. 3 is an operational conceptual diagram showing a symbolic debugging operation start procedure.

はじめに、画面S1を用いてあらかじめ、BASICプ
ログラムをローディングする(LOADXXXXJ )
と共に、デバッグの対象となる高級言語で記述された高
速ライブラリィ3をリンクさせておく (LINKLI
B  YYYY)(■)。
First, load the BASIC program in advance using screen S1 (LOADXXXXJ)
At the same time, link the high-speed library 3 written in the high-level language to be debugged (LINKLI
B YYYY) (■).

デバッグ手段4は、画面S2を用い、スタートトリガを
受けたタイミング(デバッグ対象の高速ライブラリィ3
が指定されたタイミング)で、BASICプログラム2
に対して高速ライブラリィのデバッグ開始通知を行う(
イベント通知)(■。
The debugging means 4 uses the screen S2 to determine the timing at which the start trigger is received (the high-speed library 3 to be debugged).
BASIC program 2 at the specified timing)
Notify the start of debugging of the high-speed library to (
Event notification) (■.

■)。同時に、自身をエクセプション・モニタ・タスク
とし、BAS I Cタスクをその管理下に置く。
■). At the same time, it sets itself as an exception monitor task and puts the BASIC task under its control.

この様な状態で、ソースファイルの参照やブレークポイ
ントの設定が行われ(■)、BASICタスクが“RU
N”される(■)。
In this state, source files are referenced and breakpoints are set (■), and the BASIC task is
N” is done (■).

第4図は、BASICプログラムのデバッグ状態への移
行手順を示す概念図である。
FIG. 4 is a conceptual diagram showing a procedure for transitioning a BASIC program to a debug state.

デバッグ手段4からの“RUN“により、BASICプ
ログラムはコマンド入力待ちに戻り、オペレータのコマ
ンド入力により、前述したデバッグ開始イベントを受取
り、指定された高速ライブラリィ3のリンク場所を調べ
る。ここで、もし、指定の高速ライブラリィか見当たら
ない場合、デバッグ手段4に対して「高速ライブラリィ
か存在しないこと」を示す旨のエラーイベントを通知し
て、デバッグ状態にならない。
In response to "RUN" from the debugging means 4, the BASIC program returns to waiting for a command input, receives the aforementioned debug start event in response to a command input by the operator, and checks the link location of the designated high-speed library 3. Here, if the designated high-speed library is not found, an error event indicating that "the high-speed library does not exist" is notified to the debugging means 4, and the debugging state is not entered.

デバッグ手段4は、このエラーイベントを受取るとエラ
ーメツセージを画面に表示して、ターミネイトする。
When the debugging means 4 receives this error event, it displays an error message on the screen and terminates.

指定の高速ライブラリィが見付かると、指定の高速ライ
ブラリィの先頭部と終端部に、5TART・エクセプシ
ョン・コードとEND・エクセプション・コードとを設
定して、デバッグ状態になる。それから、“RUN”コ
マンドによりユーザプログラムを順次実行していく。
When the designated high-speed library is found, a 5TART exception code and an END exception code are set at the beginning and end of the designated high-speed library, and the program enters the debug state. Then, the user programs are sequentially executed by the "RUN" command.

第5図は、高速ライブラリィのデバッグ手順を示す概念
図である。
FIG. 5 is a conceptual diagram showing the debugging procedure of the high-speed library.

デバッグ対象の高速ライブラリィ3の先頭部で、トリガ
発生手段31による「スタートトリガj(START 
 エクセプション)が発生し、これがデバッグ手段4に
通知される。デバッグ手段4は、このスタートトリガを
受け、対象高速ライブラリィの実際のリンクアドレスを
得る。そして、はじめにイメージファイル6(ディスク
)上のイメージとの同一性を作成日時等によりチエツク
し、不一致の場合エラーメツセージを表示して、コマン
ド人力待ちの状態になる。
At the beginning of the high-speed library 3 to be debugged, a "start trigger j" (START
exception) occurs, and the debugging means 4 is notified of this. The debugging means 4 receives this start trigger and obtains the actual link address of the target high-speed library. First, the image is checked for identity with the image on the image file 6 (disc) based on the creation date and time, and if there is a mismatch, an error message is displayed and the system waits for command input.

一致している場合、対象高速ライブラリのデバッグの開
始である。先に指定されているブレークポイントの設定
を行い、エクセプション・モニタ・タスクの資格でBA
SICタスクの動作管理を行う。この状態では、デバッ
グ手段4は、コマンド人力状態になると共に、各種のデ
バッグコマンドにより、高速ライブラリィのデバッグを
行う。
If they match, debugging of the target high-speed library begins. Set the breakpoints specified above and complete the BA with the exception monitor task qualification.
Performs operation management of SIC tasks. In this state, the debugging means 4 enters the command manual state and debugs the high-speed library using various debugging commands.

ここで、設定されているブレークポイントでは、“IL
LEGAL  lN5TRUCTIONエクセプシヨン
”か発生し、デバッグ手段4に通知される。
Here, at the set breakpoint, “IL
A "LEGAL 1N5TRUCTION exception" occurs and is notified to the debugging means 4.

対象高速ライブラリィの終端部に達すると、トリガ発生
手段32による「エンドトリガJ  (END エクセ
プション)が発生し、これかデバッグ手段4に通知され
る。デバッグ手段4は、このエンドトリガを受け、設定
されているブレークポイントの命令コードを元に戻し、
対象高速ライブラリィのデバッグを終了する。
When the end of the target high-speed library is reached, an end trigger J (END exception) is generated by the trigger generation means 32, and this is notified to the debugging means 4.The debugging means 4 receives this end trigger and performs the setting. Restore the instruction code of the breakpoint,
Terminates debugging of the target high-speed library.

第6図は、BASICコマンドの処理手順を示す概念図
である。
FIG. 6 is a conceptual diagram showing the processing procedure of BASIC commands.

デバッグ状態で、例えば“5AVE“コマンドか実行さ
れた場合、デバッグ対象の高速ライブラリィの5TAR
T/5TOPエクセプシヨンコードを元の命令コートに
戻し、セーブ後、再び5TART/5TOPエクセプシ
ヨンコードを設定する。
For example, if the "5AVE" command is executed in debug state, 5TAR of the high-speed library to be debugged
Return the T/5TOP exception code to the original instruction code, and after saving, set the 5TART/5TOP exception code again.

また、プログラムのロケーションが変更されても、5T
ART/5TOPエクセプシヨンの度に、アドレスのチ
エツクが行われる。この場合、ブレークポイントなどは
相対アドレスで管理されているので問題は生じない。ま
た、LOAD/CHAIN/5TART等、プログラム
自身が変わるような場合、デバッグ手段4にプログラム
変更通知を行い、デバッグ状態を解除することになる。
Also, even if the program location is changed, 5T
The address is checked every time there is an ART/5TOP exception. In this case, breakpoints and the like are managed using relative addresses, so no problem occurs. Furthermore, when the program itself changes, such as LOAD/CHAIN/5TART, the program change notification is sent to the debugging means 4 and the debugging state is released.

デバッグ手段4は、この様な通知を受取ると、エラーメ
ツセージを表示してターミネイトする。
When the debugging means 4 receives such a notification, it displays an error message and terminates.

デバッグ手段4は、デバッグ終了コマンドにより、設定
されているブレークポイントを元の命令コードに戻し、
デバッグ終了通知をBASICプログラムに送る。
The debugging means 4 returns the set breakpoint to the original instruction code by the debugging end command,
Sends a debug end notification to the BASIC program.

この通知を受けたBAS I Cプログラムは、デバッ
グ状態を解除し、対象となっている高速ライブラリィの
5TART/5TOPエクセブシヨンコードを元の命令
に戻して、通常の動作に戻る。
Upon receiving this notification, the BASIC program cancels the debug state, returns the 5TART/5TOP execution code of the target high-speed library to its original instruction, and returns to normal operation.

以上のような動作により、デバッグ対象の高速ライブラ
リィに制御が移ったときから、リターンするまでの間だ
け、デバッグ手段により高級言語で記述された高速ライ
ブラリィを実機上でシンボリックにデバッグすることが
できる。
With the above operation, it is possible to symbolically debug a high-speed library written in a high-level language on the actual device using the debugging means only from the time control is transferred to the high-speed library to be debugged until the time the control is returned. can.

〈発明の効果〉 以上詳細に説明したように、本発明によれば、以下のよ
うな特長のあるデバッグ・サポート装置が提供できる。
<Effects of the Invention> As described above in detail, according to the present invention, a debug support device having the following features can be provided.

(a)高級言語で記述された対象高速ライブラリィは、
そこに制御が移ったときからリターンするまでの間、デ
バッグ手段の管理下に置かれることにより、デバッグ中
でも通常のBASICインタプリタの動作自体には影響
を与えることはない。
(a) The target high-speed library written in a high-level language is
Since it is under the control of the debugging means from the time control is transferred to it until it returns, the normal operation of the BASIC interpreter itself is not affected even during debugging.

(b)デバッグ動作のスタートとエンドのトリ力信号を
ハードウェア的に発生するようにすることにより、BA
SICプログラムの動作が実際の動きと同じになり、実
機デバッグとしての信頼性を高めることができる。
(b) By generating the start and end trigger signals of the debug operation using hardware,
The operation of the SIC program becomes the same as the actual operation, and reliability in debugging the actual device can be improved.

(C)デバッグ対象の高速ライブラリィのリンク位置(
アドレス)は、BASICプログラムの修正などにより
動的に変化する。プログラムのデバッグ中にプログラム
を動的に修正できるのは、BASICインタプリタ言語
の特長である。デバッグ動作のスタートトリガにより、
対象高速ライブラリィのリンク位置を認識することがで
きるので、前述したBASICインタプリタ言語の特長
を失うことなく、デバッグを行うことができる。
(C) Link position of high-speed library to be debugged (
address) changes dynamically due to modification of the BASIC program. A feature of the BASIC interpreted language is that the program can be dynamically modified while it is being debugged. The start trigger of debug operation causes
Since the link position of the target high-speed library can be recognized, debugging can be performed without losing the features of the BASIC interpreted language described above.

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

第1図は本発明の一実施例を示す構成概念図、第2図は
例えばFA分野において用いられるコンピュータに、第
1図に示すデバッグ手段を搭載させた場合の一例を示す
構成概念図、 第3図はシンボリックデバッグ動作開始手順を示す動作
概念図、 第4図はBASICプログラムのデバッグ状態への移行
手順を示す概念図、 第5図は高速ライブラリィのデバッグ手順を示す概念図
、 第6図はBASICコマンドの処理手順を示す概念図で
ある。 1・・・マイクロプロセッサ搭載の装置2・・・BAS
 I Cインタプリタ言語プログラム3・・・高級言語
プログラム(高速ライブラリィ)31・・・スタートト
リガ発生手段 32・・・エンドトリガ発生手段 4・・・シンボリックデバッグ手段 6・・・イメージファイル
FIG. 1 is a conceptual configuration diagram showing one embodiment of the present invention; FIG. 2 is a conceptual diagram showing an example of a configuration in which a computer used in the FA field is equipped with the debugging means shown in FIG. 1; Figure 3 is a conceptual diagram showing the steps to start symbolic debugging, Figure 4 is a conceptual diagram showing the steps to transition a BASIC program to the debug state, Figure 5 is a conceptual diagram showing the steps to debug a high-speed library, Figure 6 FIG. 2 is a conceptual diagram showing the processing procedure of BASIC commands. 1... Device equipped with a microprocessor 2... BAS
I C interpreter language program 3...High-level language program (high-speed library) 31...Start trigger generation means 32...End trigger generation means 4...Symbolic debugging means 6...Image file

Claims (1)

【特許請求の範囲】 BASICインタプリタ言語のプログラムに他の言語で
記述された高級言語プログラムを組込むことができるよ
うにした装置において、 前記BASICインタプリタ言語のプログラムに組込ま
れた他の高級言語プログラムに対してBASICインタ
プリタとは独立してシンボリックにデバッグできるデバ
ッグ手段を設け、 前記高級言語プログラムに、その先頭部にスタートトリ
ガ発生手段を設けると共に、終端部にエンドトリガ発生
手段を設け、 前記デバッグ手段は、 前記高級言語プログラムの各トリガ発生手段から出力さ
れるスタートトリガとエンドトリガとを受け、その間前
記高級言語プログラムのデバッグを行う ことを特徴とするデバッグ・サポート装置。
[Scope of Claims] In a device that enables a high-level language program written in another language to be incorporated into a BASIC interpreted language program, debugging means that can be symbolically debugged independently of the BASIC interpreter is provided in the high-level language program, a start trigger generation means is provided at the beginning of the high-level language program, and an end trigger generation means is provided at the end thereof, the debugging means includes: A debug support device characterized in that it receives a start trigger and an end trigger output from each trigger generation means of the high-level language program, and debugs the high-level language program during that time.
JP2141184A 1990-05-30 1990-05-30 Debug support device Expired - Lifetime JP2926898B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2141184A JP2926898B2 (en) 1990-05-30 1990-05-30 Debug support device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2141184A JP2926898B2 (en) 1990-05-30 1990-05-30 Debug support device

Publications (2)

Publication Number Publication Date
JPH0434625A true JPH0434625A (en) 1992-02-05
JP2926898B2 JP2926898B2 (en) 1999-07-28

Family

ID=15286111

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2141184A Expired - Lifetime JP2926898B2 (en) 1990-05-30 1990-05-30 Debug support device

Country Status (1)

Country Link
JP (1) JP2926898B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007101284A (en) * 2005-10-03 2007-04-19 Oval Corp Oscillatory karman vortex flowmeter
JP2016529582A (en) * 2013-06-06 2016-09-23 マイクロソフト テクノロジー ライセンシング,エルエルシー Debug native code by moving from running in native mode to running in interpreted mode

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62113244A (en) * 1985-11-12 1987-05-25 Omron Tateisi Electronics Co Program test device
JPH0196741A (en) * 1987-10-09 1989-04-14 Fujitsu Ltd Common section system in debugger

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62113244A (en) * 1985-11-12 1987-05-25 Omron Tateisi Electronics Co Program test device
JPH0196741A (en) * 1987-10-09 1989-04-14 Fujitsu Ltd Common section system in debugger

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007101284A (en) * 2005-10-03 2007-04-19 Oval Corp Oscillatory karman vortex flowmeter
JP2016529582A (en) * 2013-06-06 2016-09-23 マイクロソフト テクノロジー ライセンシング,エルエルシー Debug native code by moving from running in native mode to running in interpreted mode
US10127138B2 (en) 2013-06-06 2018-11-13 Microsoft Technology Licensing, Llc. Debugging native code by transitioning from execution in native mode to execution in interpreted mode

Also Published As

Publication number Publication date
JP2926898B2 (en) 1999-07-28

Similar Documents

Publication Publication Date Title
US7721265B1 (en) Source code debugging method and apparatus for use in script testing environment
US10191835B2 (en) Multi-threaded debugger support
US6718294B1 (en) System and method for synchronized control of system simulators with multiple processor cores
US8327336B2 (en) Enhanced thread stepping
US5970245A (en) Method for debugging shared procedures contained in dynamic link library files
JPH05505695A (en) An improved software debugging system and method specifically for debugging code within a multi-architecture environment.
US20030208745A1 (en) Software breakpoints implementation via specially named function
US20080127118A1 (en) Method and system for dynamic patching of software
US8108840B2 (en) Method for enhancing debugger performance of hardware assisted breakpoints
US6131109A (en) Multitask processor, a multitask processing method, a multitask processing display method and a storage medium for processing by correlating task and object
JPH0434625A (en) Debugging supporting device
JP2007004516A (en) Program debugging method of built-in system
JPH05274177A (en) Real-time system debugging device
Loukides et al. Getting to know gdb
JPH02118733A (en) System for controlling execution of task
Bernstein et al. Debugging in a time-sharing environment
JPS626260B2 (en)
JP2006350676A (en) Program debugging method of built-in system
JPH0433135A (en) Program system for debugging
Wallach Gemini Lite: a non-intrusive debugger for Windows NT
JPS62290942A (en) Debugger starting system
JPH04333146A (en) Program execution control system for debugging
JPS63292338A (en) Optimized program debugging system
JPH0239332A (en) Software break system
JPH03209534A (en) Back-up device for development of program