JPH08305606A - Debug system for distributed parallel processing program - Google Patents

Debug system for distributed parallel processing program

Info

Publication number
JPH08305606A
JPH08305606A JP7105264A JP10526495A JPH08305606A JP H08305606 A JPH08305606 A JP H08305606A JP 7105264 A JP7105264 A JP 7105264A JP 10526495 A JP10526495 A JP 10526495A JP H08305606 A JPH08305606 A JP H08305606A
Authority
JP
Japan
Prior art keywords
program
host
parallel processing
debugger
daemon
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
JP7105264A
Other languages
Japanese (ja)
Other versions
JP2783275B2 (en
Inventor
Tsugiichi Shibata
次一 柴田
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 JP7105264A priority Critical patent/JP2783275B2/en
Publication of JPH08305606A publication Critical patent/JPH08305606A/en
Application granted granted Critical
Publication of JP2783275B2 publication Critical patent/JP2783275B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Multi Processors (AREA)

Abstract

PURPOSE: To apply the debugging operations to parallel processing programs which are distributed and operating on plural hosts having no shared memory toy starting the debuggers for every host and opening a window on a prescribed console. CONSTITUTION: A parallel processing debugger db1 starts a program pg1 on a host 1 to communicate with a parallel processing daemon da1 to send the debug information on the program operating on another host to the daemon da1 and also to store the debug information in a debug information table dt1. Then the daemon da1 is instructed to start the program pg1 on another host by the request of the pg1 and then communicates with a parallel processing daemon da2 of a host 2 to send a start instruction of the program pg2 and the entry of the table dt1. The daemon da2 refers to the entry of a debug information table dt2, i.e., the copy of the table dt1 before starting the program pg2 on the host 2. Then the da2 starts a debugger db2 as necessary. The debugger db2 acquires the name of the host that outputs at its option the name and the result of the program pg2 and then outputs the debug result to a window w2 of an output console.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、分散メモリの並列処理
プログラムのデバッグ方式に関し、特に他ホストでのデ
バッガの起動方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for debugging a parallel processing program in distributed memory, and more particularly to a method for starting a debugger on another host.

【0002】[0002]

【従来の技術】従来、マルチプロセスプログラムのデバ
ッガの作成方式は(例えば特開平5−181700号公
報参照)図4に示すようにプログラムAが自身の複製で
あるプログラムA′を生成する際にデバッガDA がデバ
ッガDB を生成し、プログラムA′をデバッガDB の制
御下でプログラムBに変化させ、さらにデバッガDA
デバッガDB の間で連絡経路Cを作成するという方法が
存在した。
2. Description of the Related Art Conventionally, a method of creating a debugger of a multi-process program (see, for example, Japanese Patent Application Laid-Open No. 5-181700), is shown in FIG. D a generates a debugger D B, program a 'was changed to the program B under the control of the debugger D B, a method of further creating a contact path C between the debugger D a and debugger D B was present.

【0003】[0003]

【発明が解決しようとする課題】この従来のマルチプロ
セスデバッガの作成方法では、プログラムAが自身の複
製を作成し、複製されたプログラムAの中でプログラム
Bを実行するという方法でマルチタスクを実現してい
る。この方法は、一般的にfork命令により複製し、
exec命令によって新たなプログラムを実行すること
になるが、fork,execの両命令は (1)複製元のプロセスが動作しているオペレーティン
グシステムの内部だけに限って複製ができるため、他の
ホストに対しては実行できない。
In this conventional method for creating a multi-process debugger, program A realizes multitasking by creating a copy of itself and executing program B in the copied program A. are doing. This method is generally duplicated by a fork instruction,
A new program will be executed by the exec instruction, but both the fork and exec instructions can be replicated only within the operating system in which the process of the replication source is running, so it can be copied to another host. You cannot do it.

【0004】(2)デバッガに関してもfork/ex
ec命令によってプロセスを生成するため、他のホスト
上で起動することができない。
(2) Fork / ex for the debugger
Since the process is created by the ec instruction, it cannot be started on another host.

【0005】(3)fork命令を実行する際にデバッ
ガの複製を作成する方式であるため、デバッグの必要性
がないプロセスに対してもデバッガが起動されてしまう
という無駄がある。
(3) Since the method is such that a copy of the debugger is created when the fork instruction is executed, there is a waste of starting the debugger even for a process that does not require debugging.

【0006】(4)プログラムAがプログラムBを起動
し、さらにプログラムBが別のプログラムCを起動する
というように複数段にわたってプロセスの複製が行なわ
れる場合には、中間にあるプログラムBに対応するデバ
ッガまたはプログラムBから呼び出されるfork/e
xec命令がプログラムCに対応するデバッガを起動す
るため、結果的に全てのプロセスに対応するデバッガを
起動し、全てのプロセスのfork/exec命令をデ
バッグ用のものに置換しなければ、全プロセスのデバッ
グができない。という問題点があった。
(4) When the process A is started up by the program B and the program B starts up another program C such that the process is duplicated over a plurality of stages, it corresponds to the intermediate program B. Fork / e called from the debugger or program B
Since the xec instruction starts the debugger corresponding to the program C, as a result, the debugger corresponding to all processes is started, and if the fork / exec instructions of all processes are not replaced with those for debugging, I cannot debug. There was a problem.

【0007】[0007]

【課題を解決するための手段】本発明の分散並列処理プ
ログラムデバッグ方式は、各ホスト上でプログラム毎に
起動され、各ホストの各デバッガ毎にウィンドウを表示
して各ホストの各プログラムのデバッグを可能にする並
列処理デバッガと、並列処理デバッガと通信することに
よって他ホスト上で起動するプログラムのデバッグを選
択したり、他ホストからのプログラム起動指示によっ
て、自ホスト上でプログラムを起動する際に必要ならデ
バッガを起動してからプログラムを起動する並列処理デ
ーモンと、並列処理デバッガからの指定によって、並列
処理デーモンの内部に生成され、デバッグしないプログ
ラムの名前や、特定のプログラムを特定のホストで実行
されるようなスケジューリングの指示、各ホスト上の動
作状況を表示し、デバッガに対するコマンド入力を受け
付けるホストの名前を記録するデバッグ情報テーブルか
ら構成される。
The distributed parallel processing program debugging method of the present invention is started for each program on each host, and a window is displayed for each debugger of each host to debug each program of each host. Necessary when selecting the parallel processing debugger to enable and debugging of the program to be started on another host by communicating with the parallel processing debugger, or when starting the program on the local host according to the program start instruction from the other host. Then, the parallel processing daemon that starts the debugger and then starts the program, and the specification of the parallel processing debugger generate the program inside the parallel processing daemon, and the name of the program that is not debugged and the specific program is executed on the specific host. Such as scheduling instructions, displaying the operating status on each host, and It consists of debug information table to record the name of the host that accepts a command input to the Tsu moth.

【0008】[0008]

【実施例】次に本発明の実施例について図面を参照して
説明する。
Next, an embodiment of the present invention will be described with reference to the drawings.

【0009】図1は本発明の一実施例の分散並列処理プ
ログラムデバッグ方式のブロック図である。
FIG. 1 is a block diagram of a distributed parallel processing program debugging system according to an embodiment of the present invention.

【0010】ホスト1、ホスト2、ホスト3は共有する
メモリを持たないコンピュータシステムであり、この3
つのホスト上でプログラムpg1,プログラムpg2,
プログラムpg3が並列に実行される。これらのプログ
ラムは本来1つのプログラムであるが、処理を分割し、
各ホスト上で並列に実行することによってプログラムの
ターンアラウンドタイムを短くすることを目的としてい
る。プログラムpg1は3つのプログラムのメインプロ
グラムであり、プログラムpg2、プログラムpg3を
並列処理デーモンda1に依頼して他ホスト上で起動
し、自身の処理も行なう。
The host 1, host 2, and host 3 are computer systems having no shared memory.
Program pg1, Program pg2 on one host
The program pg3 is executed in parallel. These programs are originally one program, but by dividing the processing,
The purpose is to shorten the program turnaround time by executing in parallel on each host. The program pg1 is a main program of the three programs. The program pg1 requests the parallel processing daemon da1 for the programs pg2 and pg3, starts up on another host, and also performs its own processing.

【0011】並列処理デーモンda2,並列処理デーモ
ンda3は並列処理デーモンda1からのプログラム起
動指示によってホスト2,ホスト3上にそれぞれプログ
ラムpg2,プログラムpg3を起動する。
The parallel processing daemon da2 and the parallel processing daemon da3 start the programs pg2 and pg3 on the host 2 and the host 3, respectively, in response to a program start instruction from the parallel processing daemon da1.

【0012】並列処理デーモンda1,da2,da3
は各ホスト上に常駐するプログラムであり、各ホストの
立ち上げ時に起動されている。
Parallel processing daemons da1, da2, da3
Is a program that resides on each host, and is started when each host starts up.

【0013】並列処理デバッガdb1はホスト1上でプ
ログラムpg1をデバッグする。プログラムpg1のデ
バッグは出力コンソール4上のウィンドウW1とキーボ
ード5およびポインティングデバイス6により並列処理
デバッガdb1に指示されて開始される。
The parallel processing debugger db1 debugs the program pg1 on the host 1. The debugging of the program pg1 is started by the window W1 on the output console 4, the keyboard 5 and the pointing device 6 instructing the parallel processing debugger db1.

【0014】並列処理デバッガdb1は並列処理デーモ
ンda1と通信し、プログラムpg1,pg2,pg3
のデバッグに関する情報を並列処理デーモンda1に渡
す。並列処理デーモンda1はこの情報をデバッグ情報
テーブルdt1に格納する。
The parallel processing debugger db1 communicates with the parallel processing daemon da1 and executes programs pg1, pg2 and pg3.
The information regarding the debugging of is passed to the parallel processing daemon da1. The parallel processing daemon da1 stores this information in the debug information table dt1.

【0015】プログラムpg1の動作が並列処理デバッ
ガdb1へのキーボード5からのコマンド指示によって
開始されると、プログラムpg2の実行開始指示が並列
処理デーモンda1に行なわれる。
When the operation of the program pg1 is started by a command instruction from the keyboard 5 to the parallel processing debugger db1, an instruction to start executing the program pg2 is issued to the parallel processing daemon da1.

【0016】並列処理デーモンda1はホスト2上の並
列処理デーモンda2と通信し、プログラムpg2の起
動指示と、デバッグ情報テーブルdt1を送信する。
The parallel processing daemon da1 communicates with the parallel processing daemon da2 on the host 2, and sends a start instruction of the program pg2 and a debug information table dt1.

【0017】並列処理デーモンda2はこのプログラム
移動指示によってホスト上でプログラムpg2を起動す
るが、このときデバッグ情報テーブルdt2を調べ、プ
ログラムpg2をデバッグする必要があれば並列処理デ
バッガdb2を起動し、プログラムpg2がデバッグで
きるようにする。またこのとき出力コンソール4上に新
たにウィンドウw2を生成し、並列処理デバッガdb2
の出力ができるようにする。
The parallel processing daemon da2 activates the program pg2 on the host according to this program move instruction. At this time, the debug information table dt2 is checked, and if it is necessary to debug the program pg2, the parallel processing debugger db2 is activated, and the program pg2 is activated. Allow pg2 to debug. At this time, a new window w2 is created on the output console 4, and the parallel processing debugger db2 is created.
To be able to output.

【0018】同様にしてホスト1上のプログラムpg1
がプログラムpg3を起動する場合は、ホスト3上の並
列処理デーモンda3とホスト1上の並列処理デーモン
da1が通信し、必要ならデバッガdb3をホスト3上
で起動する。並列処理デバッガdb3はプログラムpg
3をデバッグ可能とし、デバッグコマンドをキーボード
5より入力し、デバッグ結果をウィンドウw3に出力す
る。
Similarly, the program pg1 on the host 1
When the program pg3 starts up, the parallel processing daemon da3 on the host 3 communicates with the parallel processing daemon da1 on the host 1, and the debugger db3 starts up on the host 3 if necessary. The parallel processing debugger db3 is a program pg
3 can be debugged, a debug command is input from the keyboard 5, and the debug result is output to the window w3.

【0019】なお一般的なウィンドウシステムがそうで
あるように、各ウィンドウはポインティングデバイス6
で選択し、キーボード5からの入力を受け付ける。
Each window has a pointing device 6 as in a general window system.
To accept the input from the keyboard 5.

【0020】次に図2によりデバッグ情報テーブルの内
容について説明する。デバッグ情報テーブルdt1は並
列処理デーモンda1の内部に存在するテーブルで、各
並列処理デーモンの内部にも存在する。
Next, the contents of the debug information table will be described with reference to FIG. The debug information table dt1 is a table existing inside the parallel processing daemon da1 and also inside each parallel processing daemon.

【0021】デバッグ情報テーブルはプログラムIDで
区別されるエントリに別れる。あるホスト上で複数のプ
ログラムが並列処理デーモンに処理の要求を発行した場
合には要求したプログラム毎に別なプログラムIDが付
加され、別のエントリとしてデバッグ情報テーブルに格
納される。
The debug information table is divided into entries distinguished by the program ID. When a plurality of programs issue a processing request to the parallel processing daemon on a certain host, a different program ID is added to each requesting program and stored in the debug information table as another entry.

【0022】デバッグ情報テーブル中のデバッグフラグ
は並列処理デバッガが並列処理デーモンと通信すること
で更新され、他ホスト上の関連する全てのプログラムを
デバッグするか特定のプログラムだけをデバッグするか
などの情報が格納される。
The debug flag in the debug information table is updated by the parallel processing debugger communicating with the parallel processing daemon, and information such as whether to debug all related programs on another host or only a specific program. Is stored.

【0023】出力ホスト名は他ホスト上で起動されたデ
バッガがメッセージを出力するために開くウィンドウを
どのホスト上の出力コンソールの出力するかを示すもの
である。
The output host name indicates the output console on which host the window opened by the debugger started on another host to output the message is output.

【0024】デバッガ起動オプションは他ホスト上でデ
バッガを起動するときに指定するオプションである。
The debugger activation option is an option specified when the debugger is activated on another host.

【0025】ホスト名とプログラム名は並列処理デバッ
ガのコマンドによって指定したプログラム名をホスト名
に固定的に割り当てるための情報で、プログラムからの
要求で他ホストに新たにプログラムを起動する際には、
このテーブルに存在するプログラムは対応するホスト上
で起動されるようになる。
The host name and the program name are information for fixedly assigning the program name specified by the command of the parallel processing debugger to the host name. When a new program is started on another host by a request from the program,
The programs existing in this table will be started on the corresponding host.

【0026】次に図3により、本発明のデバッグ方式が
他ホスト上にデバッガを起動するまでの動作を処理の順
に説明する。
Next, referring to FIG. 3, the operation of the debugging method of the present invention until the debugger is activated on another host will be described in the order of processing.

【0027】(1)キーボード5よりプログラムpg1
をデバッグする指示を入力する。
(1) Program pg1 from the keyboard 5
Enter instructions to debug.

【0028】(2)この指示はウィンドウw1で入力さ
れたのでホスト1上で並列処理デバッガdb1が起動さ
れる。
(2) Since this instruction is input in the window w1, the parallel processing debugger db1 is started on the host 1.

【0029】(3)並列処理デバッガdb1はプログラ
ムpg1を起動する。
(3) The parallel processing debugger db1 activates the program pg1.

【0030】(4)プログラムpg1が実行を開始する
と、並列処理機能の初期化要求のライブラリが呼ばれ
る。
(4) When the program pg1 starts executing, the library for the initialization request of the parallel processing function is called.

【0031】(5)並列処理デバッガdb1はプログラ
ムpg1が並列処理機能の初期化が完了すると、並列処
理デーモンda1にデバッグ情報テーブルの作成を指示
する。このときデバッグフラグや出力コンソール名を指
定する。並列処理デーモンda1はデバッグ情報テーブ
ルdt1にデバッグ情報を格納する。なおプログラムI
Dは(4)の並列処理機能の初期化によってプロセス対
応に新たに生成されるので、この値をデバッグ情報テー
ブルに格納する。
(5) When the program pg1 completes the initialization of the parallel processing function, the parallel processing debugger db1 instructs the parallel processing daemon da1 to create a debug information table. At this time, the debug flag and the output console name are specified. The parallel processing daemon da1 stores the debug information in the debug information table dt1. Program I
Since D is newly generated corresponding to the process by the initialization of the parallel processing function of (4), this value is stored in the debug information table.

【0032】(6)プログラムpg1の動作が進み、プ
ログラムpg2を他ホストで実行する命令が発行され、
並列処理デーモンda1が動作する。
(6) The operation of the program pg1 progresses, an instruction to execute the program pg2 on another host is issued,
The parallel processing daemon da1 operates.

【0033】(7)並列処理デーモンda1はホスト2
上の並列処理デーモンda2と通信し、プログラムpg
2の起動を要求する。これとともに、デバッグ情報テー
ブルdt1のプログラムpg1に対応するプログラムI
Dのエントリをホスト2上の並列処理デーモンda2の
デバッグ情報テーブルdt2へコピーするよう要求す
る。
(7) The parallel processing daemon da1 is the host 2
Communicates with the parallel processing daemon da2 above, and executes the program pg
Request to activate 2. Along with this, the program I corresponding to the program pg1 in the debug information table dt1
Request that the entry of D be copied to the debug information table dt2 of the parallel processing daemon da2 on the host 2.

【0034】(8)並列処理デーモンda1はデバッグ
情報テーブルdt2を参照し、プログラムpg2がデバ
ッグするべきか調べ、並列処理デバッガdb2を起動す
る。
(8) The parallel processing daemon da1 refers to the debug information table dt2, checks whether the program pg2 should be debugged, and activates the parallel processing debugger db2.

【0035】(9)並列処理デバッガdb2は(8)の
際にオプションで指定されたプログラムpg2を起動し
てデバッグを開始する。
(9) The parallel processing debugger db2 activates the program pg2 designated by the option in (8) to start debugging.

【0036】(10)並列処理デバッガdb2は(8)の
際にオプションで指定された出力ホスト上のウィンドウ
w2を開いてデバッガのコマンドの入出力を行うように
する。
(10) The parallel processing debugger db2 opens the window w2 on the output host designated by the option at the time of (8) to input / output the command of the debugger.

【0037】[0037]

【発明の効果】以上説明したように本発明は分散メモリ
の並列処理システムで動作するプログラムをデバッグ可
能とし、ホスト毎に別々のウィンドウを表示してデバッ
グでき、また必要なプログラムだけを選択できることか
ら、並列処理プログラムの開発時のプログラムデバッグ
時間の短縮に効果がある。
As described above, the present invention makes it possible to debug a program operating in a distributed memory parallel processing system, display different windows for each host and debug, and select only the necessary program. , It is effective in shortening the program debugging time when developing a parallel processing program.

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

【図1】本発明の一実施例のブロック図である。FIG. 1 is a block diagram of one embodiment of the present invention.

【図2】デバッグ情報テーブルの概念図である。FIG. 2 is a conceptual diagram of a debug information table.

【図3】図1に示した実施例の処理フロー図である。FIG. 3 is a processing flow chart of the embodiment shown in FIG.

【図4】従来のマルチプロセスプログラムのデバッガの
作成方式を示す図である。
FIG. 4 is a diagram showing a conventional method of creating a debugger of a multi-process program.

【符号の説明】[Explanation of symbols]

1,2,3 ホスト 4 出力コンソール 5 キーボード 6 ポインティングデバイ
ス pg1,pg2,pg3 プログラム db1,db2,db3 並列処理デバッガ da1,da2,da3 並列処理デーモン dt1,dt2,dt3 デバッグ情報テーブル
1,2,3 Host 4 Output console 5 Keyboard 6 Pointing device pg1, pg2, pg3 Program db1, db2, db3 Parallel processing debugger da1, da2, da3 Parallel processing daemon dt1, dt2, dt3 Debug information table

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 複数のホストコンピュータ上でプログラ
ムの処理を分割して動作させ、プログラムのスループッ
トを向上させることを目的とし、ホストコンピュータ間
で共有するメモリを持たず、各ホストごとに分散したメ
モリを持つ分散メモリの並列処理システムで、各ホスト
ごとに他のホストとの通信を行ない、各ホスト上でプロ
グラムの起動/終了を行う並列処理デーモンと、プログ
ラムの並列動作を行うために、他ホストでのプログラム
の起動/終了や他ホストとのメッセージの送信/受信の
APIを提供する並列処理ライブラリから成る分散並列
処理システムにおいて、各ホスト上でプログラム毎に起
動され、各ホストの各デバッガ毎にウィンドウを表示し
て各ホストの各プログラムのデバッガを可能とする並列
処理デバッガと、並列処理デバッガと通信することによ
って他ホスト上で起動するプログラムのデバッグを選択
したり、他ホストからのプログラム起動指示によって、
自ホスト上でプログラムを起動する際に必要ならデバッ
ガを起動してからプログラムを起動する並列処理デーモ
ンと、並列処理デバッガからの指定によって並列処理デ
ーモンの内部に生成され、デバッグしないプログラムの
名前や特定のプログラムを特定のホストで実行されるよ
うなスケジューリングの指示、各ホスト上の動作状況を
表示し、デバッガに対するコマンド入力を受けつけるホ
ストの名前を記録するデバッグ情報テーブルとを有する
ことを特徴とする分散並列処理プログラムデバッグ方
式。
1. A memory which is distributed to each host without having a memory shared between the host computers for the purpose of improving the throughput of the program by dividing the program processing into a plurality of host computers to operate. In a parallel processing system of distributed memory, each host communicates with other hosts, and the parallel processing daemon that starts / terminates the program on each host and the other host to perform the parallel operation of the program In a distributed parallel processing system consisting of a parallel processing library that provides APIs for starting / terminating programs in and sending / receiving messages with other hosts, each program is started on each host, and each debugger on each host A parallel processing debugger that displays a window and enables the debugger of each program on each host By selecting the debug of the program started on another host by communicating with the column processing debugger, or by the program start instruction from another host,
The parallel processing daemon that starts the debugger if necessary when starting the program on the local host, and the name and identification of the program that is generated inside the parallel processing daemon by the specification from the parallel processing debugger and is not debugged Distributed information, which includes a scheduling instruction to execute the program of a specific host, the operation status on each host, and a debug information table that records the name of the host that receives the command input to the debugger. Parallel processing program debugging method.
【請求項2】 各ホスト上でプログラム毎に起動され、
各ホストの各デバッガ毎にウィンドウを表示して各ホス
トの各プログラムのデバッグを可能にする並列処理デバ
ッガと、並列処理デバッガと通信することによって他ホ
スト上で起動するプログラムのデバッグを選択したり、
他ホストからのプログラム起動指示によって、自ホスト
上でプログラムを起動する際に必要ならデバッガを起動
してからプログラムを起動する並列処理デーモンと、並
列処理デバッガからの指定によって、並列処理デーモン
の内部に生成され、デバッグしないプログラムの名前
や、特定のプログラムを特定のホストで実行されるよう
なスケジューリングの指示、各ホスト上の動作状況を表
示し、デバッガに対するコマンド入力を受け付けるホス
トの名前を記録するデバッグ情報テーブルから構成され
ることを特徴とする分散並列処理プログラムデバッグ方
式。
2. Each program is started on each host,
Select a parallel processing debugger that displays a window for each debugger on each host and enables you to debug each program on each host, and debug a program that starts on another host by communicating with the parallel processing debugger.
When a program is started on the local host by a program start instruction from another host, a parallel processing daemon that starts the debugger if necessary and then starts the program, and a parallel processing daemon specifies the inside of the parallel processing daemon. Debug that records the name of the program that is generated and not debugged, the scheduling instruction that a specific program is executed on a specific host, the operation status on each host, and the name of the host that accepts command input to the debugger A distributed parallel processing program debugging method characterized by being composed of an information table.
JP7105264A 1995-04-28 1995-04-28 Distributed parallel processing program debugging method Expired - Fee Related JP2783275B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7105264A JP2783275B2 (en) 1995-04-28 1995-04-28 Distributed parallel processing program debugging method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7105264A JP2783275B2 (en) 1995-04-28 1995-04-28 Distributed parallel processing program debugging method

Publications (2)

Publication Number Publication Date
JPH08305606A true JPH08305606A (en) 1996-11-22
JP2783275B2 JP2783275B2 (en) 1998-08-06

Family

ID=14402807

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7105264A Expired - Fee Related JP2783275B2 (en) 1995-04-28 1995-04-28 Distributed parallel processing program debugging method

Country Status (1)

Country Link
JP (1) JP2783275B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8589879B2 (en) 2005-06-22 2013-11-19 Nec Corporation Debugging system, debugging method, and program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03292543A (en) * 1990-04-11 1991-12-24 Matsushita Electric Ind Co Ltd Debugging device
JPH05197586A (en) * 1991-02-27 1993-08-06 Fuji Xerox Co Ltd Debugging system for distributed information processing system
US5371746A (en) * 1991-05-31 1994-12-06 Fuji Xerox Co., Ltd. Program debugging system for a distributed data processing system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03292543A (en) * 1990-04-11 1991-12-24 Matsushita Electric Ind Co Ltd Debugging device
JPH05197586A (en) * 1991-02-27 1993-08-06 Fuji Xerox Co Ltd Debugging system for distributed information processing system
US5371746A (en) * 1991-05-31 1994-12-06 Fuji Xerox Co., Ltd. Program debugging system for a distributed data processing system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8589879B2 (en) 2005-06-22 2013-11-19 Nec Corporation Debugging system, debugging method, and program

Also Published As

Publication number Publication date
JP2783275B2 (en) 1998-08-06

Similar Documents

Publication Publication Date Title
US6026362A (en) Tool and method for diagnosing and correcting errors in a computer program
US6016474A (en) Tool and method for diagnosing and correcting errors in a computer program
US5214780A (en) Synchronized journaling system
US5630049A (en) Method and apparatus for testing software on a computer network
EP0470322B1 (en) Message-based debugging method
US6668370B1 (en) Synchronous execution of object-oriented scripts and procedural code from within an interactive test facility
JP3571976B2 (en) Debugging apparatus and method, and program recording medium
US4660144A (en) Adjunct machine
JPH1049381A (en) Method and system for processing plural data process requests, and method and system for executing program
JPH05216689A (en) Computer apparatus and computer-apparatus operating method
US7865883B1 (en) Parallel and asynchronous debugger and debugging method for multi-threaded programs
JP2000066904A (en) Method for controlling multitask and storage medium
KR920003044B1 (en) Control system for guest execution of virtual computer system
JPS6334490B2 (en)
JP2783275B2 (en) Distributed parallel processing program debugging method
JPH09282196A (en) Program run control system for complex logic processor system
US5812846A (en) Method and apparatus for passing control from a first process to a second process
JPS61184643A (en) Starting control system for virtual computer
US5850510A (en) Interpreter language processing device
JPH0219937A (en) Electronic computer system
JP3029355B2 (en) Single-step instruction execution method
JP2587451B2 (en) I / O control method in virtual machine system
JPH0638238B2 (en) Virtual computer system
Hughes An applied approach to teaching the fundamentals of operating systems
JP2899009B2 (en) Information processing device

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19980422

LAPS Cancellation because of no payment of annual fees