JPH05225090A - Remote debugging system - Google Patents

Remote debugging system

Info

Publication number
JPH05225090A
JPH05225090A JP4056607A JP5660792A JPH05225090A JP H05225090 A JPH05225090 A JP H05225090A JP 4056607 A JP4056607 A JP 4056607A JP 5660792 A JP5660792 A JP 5660792A JP H05225090 A JPH05225090 A JP H05225090A
Authority
JP
Japan
Prior art keywords
execution
control means
execution program
computer
remote
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
JP4056607A
Other languages
Japanese (ja)
Inventor
Osamu Mikami
理 三上
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 JP4056607A priority Critical patent/JPH05225090A/en
Publication of JPH05225090A publication Critical patent/JPH05225090A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Computer And Data Communications (AREA)

Abstract

PURPOSE:To collect and display information for the execution programs distributed on computers over the communication network. CONSTITUTION:A debugger control means 52 transfers the direction inputted by a user to execution program control means 53 and 61 on the computers distributed over the network. The execution program control means 53 and 61 make the directed operation over execution programs 55 and 62 and returns the result to the means 52. The debugger control means 52 suggests the result to a user via an interface control means 51.

Description

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

【0001】[0001]

【産業上の利用分野】通信ネットワークによって接続さ
れた複数のコンピュータ上で動作している実行プログラ
ムをデバッグするための実行プログラム制御方式に関す
るものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an execution program control method for debugging an execution program running on a plurality of computers connected by a communication network.

【0002】[0002]

【従来の技術】通信ネットワークによって接続された複
数のコンピュータ上で動作している複数の実行プログラ
ムで構成されているシステムをデバッグする際、従来は
実行プログラムの持つ情報を一括的に収集、提示する方
式は存在しなかった。したがって、実行プログラム内に
情報を収集、提示するための手段を開発者が明示的に挿
入する必要があった。
2. Description of the Related Art When debugging a system composed of a plurality of execution programs operating on a plurality of computers connected by a communication network, conventionally, the information of the execution programs is collected and presented collectively. There was no formula. Therefore, it is necessary for the developer to explicitly insert a means for collecting and presenting information in the execution program.

【0003】[0003]

【発明が解決しようとする課題】実行プログラムの開発
者が明示的に情報を収集、提示する手段を挿入する方法
には以下に示す問題点がある。 1.実行プログラムの大きさが大きくなる。 2.収集、提示する情報が変化した場合、挿入する手段
もそれに合わせて変化させなければならない。 3.情報を収集、提示する手段が変化した場合、実行プ
ログラムの実行形式を作成し直す必要がある。 4.すべての実行ステップとその次のステップの間に手
段を挿入しなければ、正確な情報を収集できない。
The method of inserting the means for the developer of the execution program to explicitly collect and present the information has the following problems. 1. The size of the execution program becomes large. 2. When the information collected and presented changes, the means for inserting must also change accordingly. 3. When the means for collecting and presenting information changes, it is necessary to recreate the execution format of the execution program. 4. Accurate information cannot be gathered without inserting a means between every execution step and the next step.

【0004】[0004]

【課題を解決するための手段】本発明は、通信ネットワ
ークによって異種コンピュータを含む2つ以上のコンピ
ュータ上において、ローカルコンピュータとリモートコ
ンピュータ各々の上で逐次的に制御を授受しながらデー
タ授受を行なって連携を保ち動作する実行プログラムに
対して、利用者に対する入出力を制御するユーザインタ
フェース制御手段、デバッガ全体の動作を制御するデバ
ッガ制御手段、ローカルもしくはリモートコンピュータ
上の実行プログラムに対してそれぞれ存在し、実行プロ
グラムを制御する実行プログラム制御手段およびローカ
ルコンピュータとリモートコンピュータ間でのデータの
授受を行なう通信手段を有する。
SUMMARY OF THE INVENTION According to the present invention, data transmission and reception is performed by sequentially transmitting and receiving control on each of a local computer and a remote computer on two or more computers including heterogeneous computers by a communication network. For execution programs that operate in cooperation with each other, there are user interface control means for controlling input / output to the user, debugger control means for controlling the operation of the entire debugger, and execution programs on a local or remote computer. It has an execution program control means for controlling the execution program and a communication means for exchanging data between the local computer and the remote computer.

【0005】また、本発明は、ローカルコンピュータと
リモートコンピュータ各々の上で独立にかつデータ授受
を行なって連携を保ち動作する実行プログラムに対し
て、前記手段に加え、ローカルコンピュータおよびリモ
ートコンピュータ上にある複数の実行プログラムからの
データを整列、保持するための行列手段を有する。
In addition to the above-mentioned means, the present invention resides in a local computer and a remote computer for an execution program that operates independently and locally on each of a local computer and a remote computer to exchange data. It has a matrix means for arranging and holding data from a plurality of execution programs.

【0006】[0006]

【実施例】【Example】

(実施例1)前記請求範囲1に対応する、ローカルコン
ピュータ上の実行プログラムとリモートコンピュータ上
の実行プログラムが同期をとりながら逐次動作する実施
例について説明する。
(Embodiment 1) An embodiment in which an execution program on a local computer and an execution program on a remote computer are sequentially operated in synchronization with each other will be described.

【0007】図1は、本実施例における方式構成を表す
ブロック図である。
FIG. 1 is a block diagram showing the system configuration of this embodiment.

【0008】同図において、ローカルコンピュータ10
は利用者の手元にある利用者が直接利用できるコンピュ
ータ、リモートコンピュータ20は通信ネットワーク3
0を通してローカルコンピュータ10に接続されローカ
ルコンピュータとデータ交換可能である。ローカルコン
ピュータ上のユーザインタフェース制御手段11は利用
者と本発明との間のデータ入出力を制御する手段であ
る。デバッガ制御手段12は、ローカルおよびリモート
コンピュータ上の実行プログラム制御手段のからの情報
を収集し、また実行プログラム制御手段に指令を送り実
行プログラムの動作を制御する。実行プログラム制御手
段13および21は各コンピュータ上で動作する実行プ
ログラム15および22を制御する。通信手段14およ
び23は、デバッガ制御手段12と実行プログラム制御
手段21間のデータ、指令および制御の授受を保証す
る。なお、本実施例においてデバッガの持つ機能として
は以下のものがある。 1.動作停止箇所の指定と解除 2.次の実行ステップへの状態遷移 3.データ格納領域中の値の参照 4.通常実行の再開 まず、動作停止箇所の指定機能の動作を図2に示す処理
フローにもとづいて説明する、利用者はデバッガに対し
てユーザインタフェース制御手段11を介して動作停止
箇所を設定する指令を発行する。ユーザインタフェース
制御手段11は指令をデバッガ制御手段12に解釈でき
る内部形式に変換しデバッガ制御手段12に渡す(図2
の911)。次にデバッガ制御手段12はこの指令を解
析し、ローカルコンピュータおよびリモートコンピュー
タ上に存在する実行プログラムを制御する実行プログラ
ム制御手段13および21に指定の停止箇所でプログラ
ム停止させる指令を発する(図2の912)。このとき
リモートコンピュータ上の実行プログラム手段21に指
令を発するなら通信手段14および23を介して送る。
指令を受けとった複数の実行プログラム制御手段は、も
し自分の制御する実行プログラム中に指定箇所が含まれ
るなら(図2の913)、その箇所で停止するように実
行プログラムにデータをセットし、その停止箇所を内部
データとして記憶する(図2の914)。記憶すれば、
自分の素性と停止箇所を設定した旨をデバッガ制御手段
12に返答する(図2の915)。もし含まれないな
ら、自分の素性と停止箇所を設定できなかった旨を返答
する(図2の916)。返答を受けとったデバッガ制御
手段12は、図3に示す形式で、停止箇所を設定できた
旨を返答してきた実行プログラム制御手段33と停止箇
所32に番号31をつけて内部データとして蓄える(図
2の917)。もし設定できた旨がひとつも返されてこ
なければ、ユーザインタフェース制御手段11にエラー
であること伝え、ユーザインタフェース制御手段11は
利用者にエラー通知をする(図2の918)。
In the figure, the local computer 10
Is a computer that can be directly used by the user at hand, and the remote computer 20 is the communication network 3
It is connected to the local computer 10 through 0 and can exchange data with the local computer. The user interface control means 11 on the local computer is means for controlling data input / output between the user and the present invention. The debugger control means 12 collects information from the execution program control means on the local and remote computers and sends a command to the execution program control means to control the operation of the execution program. The execution program control means 13 and 21 control the execution programs 15 and 22 operating on each computer. The communication means 14 and 23 guarantee the exchange of data, commands and control between the debugger control means 12 and the execution program control means 21. The functions of the debugger in this embodiment are as follows. 1. Designation and cancellation of operation stop points 2. State transition to the next execution step 3. Reference of values in data storage area 4. Resuming Normal Execution First, the operation of the function for designating the operation stop point will be described based on the processing flow shown in FIG. 2. The user issues a command to the debugger via the user interface control means 11 to set the operation stop point. Issue. The user interface control means 11 converts the command into an internal format that can be interpreted by the debugger control means 12 and passes it to the debugger control means 12 (FIG. 2).
911). Next, the debugger control means 12 analyzes this instruction and issues an instruction to stop the program at the designated stop position to the execution program control means 13 and 21 for controlling the execution programs existing on the local computer and the remote computer (see FIG. 2). 912). At this time, if a command is issued to the execution program means 21 on the remote computer, it is sent via the communication means 14 and 23.
When the execution program controlled by itself includes the designated location (913 in FIG. 2), the plurality of execution program control means which have received the command set data to the execution program so as to stop at that location, and The stop location is stored as internal data (914 in FIG. 2). If you remember
It responds to the debugger control means 12 that it has set its own feature and the stopping point (915 in FIG. 2). If it is not included, it replies that it has not been able to set its own feature and stop location (916 in FIG. 2). In response to the reply, the debugger control means 12 attaches the number 31 to the execution program control means 33 and the stop location 32 that have returned the fact that the stop location can be set and stores them as internal data in the format shown in FIG. 3 (FIG. 2). 917). If no setting is returned, the user interface control unit 11 is notified of the error, and the user interface control unit 11 notifies the user of the error (918 in FIG. 2).

【0009】次に動作停止箇所の解除機能の動作につい
て説明する。
Next, the operation of the function of releasing the operation stop portion will be described.

【0010】設定の場合と同様にユーザインタフェース
制御手段11を介して利用者からの解除指令を受けとっ
たデバッガ制御手段12は図3に示す形式の動作停止箇
所の内部データからユーザからの指令に合致する停止箇
所を検索する。もし、動作停止箇所がみつかれば、内部
データからその停止箇所に該当する実行プログラム制御
手段名を取り出し、その実行プログラム制御手段に指定
の動作停止箇所を解除する指令を送る。解除指令をうけ
とった実行プログラム制御手段は実行プログラム中の停
止箇所を初期化し、内部データも初期化する。実行プロ
グラム制御手段は解除できた旨をデバッガ制御手段12
に伝え、デバッガ制御手段12は解除できたことがわか
ると第3図に示した内部データより解除した停止箇所に
関するデータをすべて削除する。
As in the case of the setting, the debugger control means 12 which has received the release command from the user via the user interface control means 11 matches the command from the user from the internal data of the operation stop portion of the format shown in FIG. Search for a stopping point. If the operation stop location is found, the execution program control means name corresponding to the stop location is extracted from the internal data, and a command for canceling the specified operation stop location is sent to the execution program control means. The execution program control means, which has received the cancellation command, initializes the stop position in the execution program and also initializes the internal data. The debugger control means 12 indicates that the execution program control means has been released.
When the debugger control means 12 finds that it has been released, it deletes all the data relating to the released stopping point from the internal data shown in FIG.

【0011】次に指定の実行停止箇所で実行プログラム
が停止し、利用者からの指令により、次の実行ステップ
へ状態遷移する機能の動作について説明する。
Next, the operation of the function in which the execution program stops at the designated execution stop position and the state transitions to the next execution step in response to a command from the user will be described.

【0012】動作停止箇所をセットされた実行プログラ
ムはその箇所に実行が到達するとその旨を実行プログラ
ム制御手段に通知する。通知を受けた実行プログラム制
御手段は、リモートコンピュータの場合は通信手段23
および14を介してデバッガ制御手段12に停止してい
る旨を通知し、デバッガ制御手段12は現在停止してい
る実行プログラムに対する実行プログラム制御手段を記
憶する。さらにユーザインタフェース制御手段11を介
して利用者にその旨を通知する。停止している実行プロ
グラムに対して、利用者は次の実行ステップに遷移する
指令を与えることができる。この動作について第4図に
示すフローにしたがって説明する。利用者はユーザイン
タフェース制御手段11を介して次の実行ステップ遷移
する指令をデバッガ制御手段12に伝える(図4の92
1)。デバッガ制御手段12は現在停止している実行プ
ログラムに対する実行プログラム制御手段に対して、次
の実行ステップに遷移する指令を送る(図4の92
2)。このとき、リモートコンピュータ上に存在する実
行プログラム制御手段21に送るなら、通信手段14お
よび23を介して送る。指令を受けとった実行制御手段
は実行プログラムを次の実行ステップに遷移させ(図4
の923)、その旨をデバッガ制御手段に通知する(図
4の924)。
[0012] When the execution program at the operation stop location has reached the execution location, it notifies the execution program control means to that effect. The notified execution program control means is the communication means 23 in the case of a remote computer.
The debugger control means 12 is informed of the stoppage via 14 and 14, and the debugger control means 12 stores the execution program control means for the currently stopped execution program. Further, the user is notified of that fact via the user interface control means 11. The user can give an instruction to transit to the next execution step to the stopped execution program. This operation will be described according to the flow shown in FIG. The user transmits a command for transition to the next execution step to the debugger control means 12 via the user interface control means 11 (92 in FIG. 4).
1). The debugger control means 12 sends an instruction to transit to the next execution step to the execution program control means for the currently stopped execution program (92 in FIG. 4).
2). At this time, if it is sent to the execution program control means 21 existing on the remote computer, it is sent via the communication means 14 and 23. The execution control means that has received the command shifts the execution program to the next execution step (see FIG.
923), and notifies the debugger control means to that effect (924 in FIG. 4).

【0013】停止中の実行プログラムのデータ格納領域
中の値を参照する動作は、上記の実行ステップ遷移と同
様の動作を行なう。異なる点は実行プログラム制御手段
に送る指令がデータ格納領域中の参照する指令であるこ
とと、実行プログラム制御手段から返されてくるデータ
が成功した否かの通知だけでなく参照された値が含まれ
ていることである。
The operation of referring to the value in the data storage area of the stopped execution program is similar to the above-mentioned execution step transition. The difference is that the command sent to the execution program control means is a command to refer to in the data storage area, and not only the notification of whether the data returned from the execution program control means has succeeded, but also the referred value is included. That is what is done.

【0014】通常実行の再開の動作も前記実行ステップ
遷移と同様の動作する。ただし、実行プログラム制御手
段が実行プログラムの実行を再開し、その旨がデバッガ
制御手段の通知されたのち、デバッガ制御手段は、記憶
している停止中の実行プログラムに対する実行プログラ
ム制御手段を初期化する。 (実施例2)次に前記請求範囲2に対する実施例につい
て説明する。本実施例はローカルコンピュータ上の実行
プログラムとリモートコンピュータ上の実行プログラム
がデータの授受を行ないながら独立に動作する例であ
る。
The operation of resuming the normal execution also operates in the same manner as the execution step transition. However, after the execution program control means restarts the execution of the execution program, and the debugger control means is notified to that effect, the debugger control means initializes the execution program control means for the stored execution program that has been stopped. .. (Embodiment 2) Next, an embodiment for claim 2 will be described. This embodiment is an example in which an execution program on a local computer and an execution program on a remote computer operate independently while exchanging data.

【0015】図5は、本実施例の方式構成を表すブロッ
ク図である。
FIG. 5 is a block diagram showing the system configuration of this embodiment.

【0016】本実施例では、複数の実行プログラムが独
立に動作しているため、デバッガ制御手段52へ複数の
実行プログラム制御手段から実行が停止したという通知
が届く可能性がある。それらの通知を逐次デバッガ制御
手段52が処理できるように、行列手段56において通
知を整列、蓄積する。そして通知の到着順にデバッガ制
御手段52が取り出し処理する。
In this embodiment, since a plurality of execution programs operate independently, the debugger control means 52 may receive a notification from the plurality of execution program control means that execution has stopped. The queue means 56 arranges and accumulates the notifications so that the debugger control means 52 can process them successively. Then, the debugger control means 52 takes out and processes the notifications in the order of arrival.

【0017】以上の点を除けば前記請求範囲1に対する
実施例を同様の動作を行う。
Except for the above points, the same operation as in the embodiment for claim 1 is performed.

【0018】[0018]

【発明の効果】本発明は、通信ネットワークによって接
続された複数のコンピュータ上で動作している実行プロ
グラム開発時のデバッグの際に、開発者が明示的に実行
プログラム中の情報を収集、提示する手段を埋め込まな
くてもよくなるため、実行プログラムの大きさを小さく
できる。
According to the present invention, a developer explicitly collects and presents information in an execution program when debugging during development of the execution program operating on a plurality of computers connected by a communication network. Since the means need not be embedded, the size of the execution program can be reduced.

【0019】また、収集、提示する情報や、その手段が
変化した時の変更手続きが不要となり、時間と工程数を
少なくできるという効果が得られる。
Further, the information to be collected and presented and the changing procedure when the means are changed are not required, and the effect that the time and the number of steps can be reduced can be obtained.

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

【図1】請求範囲1に対する本発明の方式構成図。FIG. 1 is a system configuration diagram of the present invention for claim 1;

【図2】停止箇所設定処理フロー図。FIG. 2 is a flowchart of a stop location setting process.

【図3】デバッガ制御手段内部データ形式。FIG. 3 shows the internal data format of the debugger control means.

【図4】次の実行ステップに遷移する動作のフロー図。FIG. 4 is a flowchart of an operation of transitioning to a next execution step.

【図5】請求範囲2の本発明の方式構成図。FIG. 5 is a system configuration diagram of claim 2 of the present invention.

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

10 ローカルコンピュータ 11 ユーザインタフェース制御手段 12 デバッガ制御手段 13 実行プログラム制御手段 14 通信手段 15 実行プログラム 20 リモートコンピュータ 21 実行プログラム制御手段 22 実行プログラム 23 通信手段 30 通信ネットワーク 31 登録番号 32 停止箇所 31 実行プログラム制御手段 50 ローカルコンピュータ 51 ユーザインタフェース制御手段 52 デバッガ制御手段 53 実行プログラム制御手段 54 通信手段 55 実行プログラム 56 行列手段 60 リモートコンピュータ 61 実行プログラム制御手段 62 実行プログラム 63 通信手段 70 通信ネットワーク 10 Local Computer 11 User Interface Control Means 12 Debugger Control Means 13 Execution Program Control Means 14 Communication Means 15 Execution Programs 20 Remote Computer 21 Execution Program Control Means 22 Execution Programs 23 Communication Means 30 Communication Networks 31 Registration Number 32 Stop Location 31 Execution Program Control Means 50 Local computer 51 User interface control means 52 Debugger control means 53 Execution program control means 54 Communication means 55 Execution program 56 Matrix means 60 Remote computer 61 Execution program control means 62 Execution program 63 Communication means 70 Communication network

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 通信ネットワークによって接続された異
種コンピュータを含む2つ以上のコンピュータ上におい
て、利用者の手元にあるコンピュータ(以下、ローカル
コンピュータ)上と、通信ネットワークによって接続さ
れた遠隔地にある複数のコンピュータ(以下、リモート
コンピュータ)上に実現され、利用者に対する入出力を
制御するユーザインタフェース制御手段、デバッガ全体
の動作を制御するデバッガ制御手段、ローカルもしくは
リモートコンピュータ上の実行プログラムに対してそれ
ぞれ存在し、実行プログラムを制御する実行プログラム
制御手段およびローカルコンピュータとリモートコンピ
ュータ間でのデータの授受を行なう通信手段よりなり、
ローカルコンピュータとリモートコンピュータ各々の上
で逐次的に制御を授受しながらデータ授受を行なって連
携を保ち動作する実行プログラムに対して、(a)動作
停止箇所の指定と解除、(b)次の実行ステップへの状
態遷移、(c)データ格納領域中の値の参照、(d)通
常実行の再開、の操作をローカルコンピュータから可能
とすることを特徴とする遠隔デバッグ方式。
1. On two or more computers including heterogeneous computers connected by a communication network, a computer in the user's hand (hereinafter referred to as a local computer) and a plurality of remote computers connected by the communication network. Is implemented on a computer (hereinafter referred to as a remote computer), and exists for a user interface control unit that controls input and output to a user, a debugger control unit that controls the operation of the entire debugger, and an execution program on a local or remote computer. And an execution program control means for controlling the execution program and a communication means for exchanging data between the local computer and the remote computer,
(A) Designation and cancellation of the operation stop location, and (b) Next execution for the execution program that operates in cooperation with each other by exchanging data while sequentially exchanging control on the local computer and remote computer respectively. A remote debugging method characterized in that a local computer is capable of performing a state transition to a step, (c) referencing a value in a data storage area, and (d) resuming normal execution.
【請求項2】 前記ローカルコンピュータおよびリモー
トコンピュータ上にある複数の実行プログラムからのデ
ータを整列、保持するための行列手段を有し、前記ロー
カルコンピュータとリモートコンピュータ各々の上で独
立にかつデータ授受を行なって連携を保ち動作する実行
プログラムに対して、(a)動作停止箇所の指定と解
除、(b)次の実行ステップへの状態遷移、(c)デー
タ格納領域中の値の参照、(d)通常実行の再開、の操
作を前記ローカルコンピュータから可能とすることを特
徴とする請求項1に記載の遠隔デバッグ方式。
2. A matrix means for arranging and holding data from a plurality of execution programs on the local computer and the remote computer is provided, and the data transfer is performed independently on each of the local computer and the remote computer. With respect to the execution program that operates by maintaining the cooperation, (a) designation and cancellation of the operation stop location, (b) state transition to the next execution step, (c) reference of the value in the data storage area, (d) The remote debugging method according to claim 1, wherein the operation of resuming normal execution is enabled from the local computer.
JP4056607A 1992-02-10 1992-02-10 Remote debugging system Pending JPH05225090A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4056607A JPH05225090A (en) 1992-02-10 1992-02-10 Remote debugging system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4056607A JPH05225090A (en) 1992-02-10 1992-02-10 Remote debugging system

Publications (1)

Publication Number Publication Date
JPH05225090A true JPH05225090A (en) 1993-09-03

Family

ID=13031929

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4056607A Pending JPH05225090A (en) 1992-02-10 1992-02-10 Remote debugging system

Country Status (1)

Country Link
JP (1) JPH05225090A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0752670A2 (en) * 1995-07-05 1997-01-08 Sun Microsystems, Inc. Method and apparatus for front end navigator and network architecture for performing functions on distributed files in a computer network

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0752670A2 (en) * 1995-07-05 1997-01-08 Sun Microsystems, Inc. Method and apparatus for front end navigator and network architecture for performing functions on distributed files in a computer network
EP0752670A3 (en) * 1995-07-05 1997-04-09 Sun Microsystems Inc Method and apparatus for front end navigator and network architecture for performing functions on distributed files in a computer network
US5809248A (en) * 1995-07-05 1998-09-15 Sun Microsystems, Inc. Method and apparatus for front end navigator and network architecture for performing functions on distributed files in a computer network
US6351766B1 (en) 1995-07-05 2002-02-26 Sun Microsystems, Inc. Front end navigator tool for automatically retrieving referenced URL links on distributed files for performing debugging, editing and browsing functions on distributed files

Similar Documents

Publication Publication Date Title
JP2692609B2 (en) Multitask program debugging method and apparatus
JP2002268825A (en) System for controlling storage management data
JP2519276B2 (en) Failure information collection processing method
JPH05225090A (en) Remote debugging system
CN116095152A (en) Multi-terminal-based multi-screen communication collaboration method
TWI303032B (en) System and method for collecting non-secs data of semiconductor manufacturing system, and computer-readable recording medium storing program for executing the method
JP2595833B2 (en) Remote maintenance device
US7240043B2 (en) Method of controlling storage control apparatus, storage control apparatus, and computer readable program for controlling the same
JP2001027951A (en) File loading device for information processing system of multiprocessor configuration and recording medium
JPH07306800A (en) Debugging system
JPH06259302A (en) Data update processing system of decentralized computer
JPH05257852A (en) Process data processing system and processing method
JPS6239789B2 (en)
JPH02139630A (en) Online task exchange device
JPH01288949A (en) Terminal equipment
CN114687865A (en) State machine following method of FADEC control software
JP2890962B2 (en) Loosely coupled multi-hot standby computer system
JPH09288592A (en) Maintenance diagnostic program managing system for information processing system
JP2002078030A (en) Remote monitor control system
JPH0773142A (en) Data processing system
JPH06250727A (en) Data transmission system
JPS5945541A (en) Controlling device of communication buffer
JPH1070534A (en) Data transferring method between computers
JP2001142762A (en) Device for linking data for duplex data base
JP2000047898A (en) Maintaining method for group of general purpose computers