JP2000029738A - Device and method for monitoring debugging - Google Patents

Device and method for monitoring debugging

Info

Publication number
JP2000029738A
JP2000029738A JP10196277A JP19627798A JP2000029738A JP 2000029738 A JP2000029738 A JP 2000029738A JP 10196277 A JP10196277 A JP 10196277A JP 19627798 A JP19627798 A JP 19627798A JP 2000029738 A JP2000029738 A JP 2000029738A
Authority
JP
Japan
Prior art keywords
debug
monitoring
manager
task
debugging
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
JP10196277A
Other languages
Japanese (ja)
Inventor
Takashi Yamazaki
隆 山崎
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 JP10196277A priority Critical patent/JP2000029738A/en
Publication of JP2000029738A publication Critical patent/JP2000029738A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To save time and cost needed for software development through providing debugging information obtained by monitoring debugging dynamically for a user in a run time, while monitoring the debugging through a debugging manager. SOLUTION: On a debugging monitor device 10, a task called the debugging manager 13 is installed. The debugging manager 13 has an interface capable of interchanging information with all tasks 14 being run on the debugging monitor device 10. The tasks 14 are task programs and present on the debugging monitor device 10 and have unique process IDs. A debugging task which has a debugging program for debugging is included among the tasks 14. The tasks 14 have interfaces for passing debugging information to the debugging manager 13 at an information request to provide the debugging information which is made by the debugging manager 13. Namely, pieces of information from the tasks 14 are all provided to the user through the debugging manager 13.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明はコンピュータ端末上
のオペレーショニングシステム(OS)で作動するデバ
ッグ監視装置及びデバッグ監視方法に関する。詳しく
は、デバッグプログラムを内蔵するデバッグ監視装置及
びデバッグ監視方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a debug monitoring device and a debug monitoring method that operate on an operating system (OS) on a computer terminal. More specifically, the present invention relates to a debug monitoring device and a debug monitoring method incorporating a debug program.

【0002】[0002]

【従来の技術】近年、インターネットやパーソナルコン
ピュータの急速な普及等に伴い、コンピュータ上で作動
するソフトウエアの需要が急速に高まってきており、数
多くのソフトウエアが開発されている。そして、グラフ
ィカルユーザインタフェースの急速な普及に伴い、より
高容量且つ複雑なアプリケーションソフトが使用される
ようになりつつあり、このようなアプリケーションソフ
トの開発が必要になってきている。その一方で、ソフト
ウエア市場の競争が激化しており、より安価で品質の高
いソフトウエアを提供するために、より低コストでのソ
フトウエア開発が求められている。ソフトウエアの開発
コストを抑えるための方法の一つとして、開発サイクル
の短縮化が挙げられる。
2. Description of the Related Art In recent years, with the rapid spread of the Internet and personal computers, the demand for software operating on computers has been rapidly increasing, and many software programs have been developed. With the rapid spread of graphical user interfaces, higher capacity and more complex application software is being used, and the development of such application software is required. On the other hand, competition in the software market is intensifying, and software development at lower cost is required to provide cheaper and higher quality software. One of the ways to reduce software development costs is to shorten the development cycle.

【0003】一般に、ソフトウエアの開発サイクルに
は、大別して、1)プログラム仕様書の作成、2)プロ
グラムの作成、3)試験、等の段階がある。これらの段
階を1サイクルとして繰り返し行なって段階的に品質を
向上させることにより、最終的には販売するために十分
な品質の製品が完成する。前記の開発サイクルでは、一
般に、それぞれの専門知識を有する技術者が開発に参加
しており、段階毎に開発を行なう。例えば、段階1)に
おいて開発が終了すると、段階2)の開発が開始され
る。
Generally, a software development cycle is roughly divided into 1) creation of a program specification, 2) creation of a program, 3) testing, and the like. By repeating these steps as one cycle to improve the quality step by step, a product of sufficient quality for sale is finally completed. In the above-described development cycle, generally, engineers having their respective specialized knowledge participate in the development, and the development is performed for each stage. For example, when the development is completed in step 1), the development in step 2) is started.

【0004】一般に、段階2)のプログラムの作成は、
プログラマと呼ばれる開発者により行なわれる。プログ
ラマはプログラム作成の言語知識を有し、段階1)で作
成されたプログラムの仕様に基づいてプログラムを作成
する。ソフトウエアの製品化を行なう開発段階におい
て、プログラムの作成はソフトウエアの可用性を決定す
る重要な開発段階であるが、それと同時に、段階3)の
試験もまた、ソフトウエアの信頼性を決定づける重要な
開発段階である。一般に、テスタと呼ばれる開発者によ
り、段階3)の試験が行なわれる。段階3)において、
テスタはプログラムが段階1)で決められた仕様に基づ
いて作成されているかを調査するための試験を行ない、
試験結果をプログラマに渡す。プログラムに障害がある
旨の試験結果が得られた場合、プログラマは、テスタか
ら受け取った試験結果に基づいて、プログラムの試験を
自ら再現し、デバッガ等のツールを用いて原因を追求
し、プログラムの修正を行なう。テスタは、修正された
プログラムの試験を行ない、試験結果をプログラマに返
す。そして、プログラムの試験の結果がOKになるま
で、プログラムの修正と試験とが繰り返される。最終的
には、テスタは、ユーザが実際に使用するような環境下
でソフトウエアの動作試験を行ない、係る環境下でソフ
トウエアが正常に動作することが確認された後、ソフト
ウエアは製品として販売される。
In general, the creation of the program in step 2) is performed by
It is performed by a developer called a programmer. The programmer has linguistic knowledge of program creation and creates a program based on the specifications of the program created in step 1). In the development stage of commercializing software, creating a program is an important development stage that determines the availability of software. At the same time, the test in step 3) is also an important development stage that determines the reliability of software. It is in the development stage. Generally, the test in step 3) is performed by a developer called a tester. In step 3),
The tester conducts tests to check whether the program has been created based on the specifications determined in step 1),
Give test results to programmer. When a test result indicating that the program has a failure is obtained, the programmer reproduces the test of the program by himself / herself based on the test result received from the tester, pursues the cause using tools such as a debugger, Make corrections. The tester tests the modified program and returns test results to the programmer. Then, the program correction and the test are repeated until the result of the program test becomes OK. Ultimately, the tester performs an operation test of the software in an environment in which the user actually uses it, and after confirming that the software operates normally in such an environment, the software is used as a product. Sold.

【0005】[0005]

【発明が解決しようとする課題】しかし、一般に、ソフ
トウエアの開発において、テスタは単に試験結果をプロ
グラマに報告するだけであって、詳細な障害原因を追求
できるのはプログラマのみであり、それ以外の人、すな
わちテスタは、どこが原因で障害が発生しているのかを
ソフトウエアの動作から得ることが難しかった。一般
に、プログラマは、プログラム上の障害を検出するため
にデバッガと呼ばれる専用のソフトウエアを利用するこ
とにより、プログラムの実行結果に基づいて実行したと
きの動作等を細かく調査する。しかしながら、プログラ
マがデバッガを用いてプログラムの障害原因を検出する
デバッグ作業を行なう場合、係るデバッグ作業はプログ
ラマがソフトウエアを開発するための環境下で行われる
ため、実際にユーザがソフトウエアを使用するような環
境でデバッグ作業を行なうことができなかった。そのた
め、どこが原因で障害が発生するのかを検出するのに莫
大な時間がかかるうえに、障害が発生した場所を正確に
特定することが容易ではなかった。すなわち、プログラ
マはテスタから受け取った試験結果に関する情報に基づ
いて、自ら再現試験をやり直し障害の原因を追求しなけ
ればならないうえ、障害が発生した箇所を正確に特定す
るのが容易ではなかった。そのため、従来、ソフトウエ
アを開発するには莫大な労力、コスト、及び時間を要し
ていた。
However, in software development, a tester generally only reports test results to a programmer, and only a programmer can pursue a detailed cause of a failure. This person, a tester, had difficulty obtaining the cause of the failure from the operation of the software. In general, a programmer uses a dedicated software called a debugger to detect a failure in a program, and investigates an operation when the program is executed based on the execution result of the program in detail. However, when a programmer performs a debug operation to detect a cause of a program failure using a debugger, such a debug operation is performed in an environment in which the programmer develops software, so that the user actually uses the software. Debugging work could not be performed in such an environment. Therefore, it takes an enormous amount of time to detect the cause of the failure, and it has not been easy to accurately identify the location where the failure has occurred. That is, the programmer has to re-execute the reproduction test by himself / herself based on the information on the test result received from the tester to pursue the cause of the failure, and it has not been easy to accurately identify the location where the failure has occurred. Conventionally, developing software has required enormous labor, cost, and time.

【0006】また、従来、プログラマがデバッガを用い
てデバッグ作業を行なう場合、係るデバッグ作業により
得られた情報は、一旦メモリやハードディスクに記憶さ
れた後、単にプリンタやディスプレイに出力されるのみ
であって、係るデバッグ作業により得られた情報の中か
ら必要な情報のみを取り出すことができなかった。
Conventionally, when a programmer performs a debugging operation using a debugger, information obtained by the debugging operation is temporarily stored in a memory or a hard disk and then simply output to a printer or a display. Thus, only necessary information cannot be extracted from the information obtained by the debugging work.

【0007】さらに、通信ソフトウエアにおいては、ユ
ーザが実際通信ソフトウエアを使用する際には、モデ
ム、TA、DSU等の通信機器を使用する場合がほとん
どである。よって、開発するソフトウエアが通信ソフト
ウエアである場合、ユーザが実際係る通信ソフトウエア
を使用するような環境下、例えばモデム、TA、DSU
等の通信機器を使用するような環境下でソフトウエアの
試験を行なう必要がある。係る試験の際には、従来は、
デバッガ等の専用ソフトウエアを用いるだけではデバッ
グ結果に関する情報を全て得ることができず、デバッグ
結果に関する情報を全て得るためには専用の測定器を使
用しなければならなかった。
Further, in the communication software, when the user actually uses the communication software, the user often uses a communication device such as a modem, a TA, or a DSU. Therefore, when the software to be developed is communication software, the user may use the communication software, for example, a modem, TA, DSU, or the like.
It is necessary to perform software testing in an environment where communication devices such as the above are used. Conventionally, during such tests,
Using only dedicated software such as a debugger could not obtain all the information on the debugging result, and a dedicated measuring instrument had to be used to obtain all the information on the debugging result.

【0008】本発明は、以上の従来技術における問題に
鑑みてなされたものである。本発明の目的は、ソフトウ
エア開発にかかる時間及びコストを低減することができ
るデバッグ監視装置及びデバッグ監視方法を提供するこ
とである。また、本発明の目的は、ユーザがソフトウエ
アを実際に使用するような環境若しくは使用している環
境において、即座に且つ簡単に障害が検出でき、係る障
害の原因を詳細に把握することができるデバッグ監視装
置及びデバッグ監視方法を提供することである。
[0008] The present invention has been made in view of the above problems in the prior art. An object of the present invention is to provide a debug monitoring device and a debug monitoring method that can reduce the time and cost required for software development. Further, an object of the present invention is to detect a failure immediately and easily in an environment where the user actually uses or uses the software, and to grasp the cause of the failure in detail. A debug monitoring device and a debug monitoring method are provided.

【0009】[0009]

【課題を解決するための手段】前記課題を解決する本出
願第1の発明は、マルチタスク機能を有するオペレーテ
ィングシステム上で作動し、デバッグマネージャ上に複
数のタスクプログラムを備えたデバッグ監視装置におい
て、デバッグマネージャを介してデバッグを監視しなが
ら、前記監視により得られたデバッグ情報をランタイム
中に動的に利用者に提供することを特徴とするデバッグ
監視装置である。
Means for Solving the Problems A first invention of the present application for solving the above problems is a debug monitoring device which operates on an operating system having a multitasking function and has a plurality of task programs on a debug manager. A debug monitoring device characterized in that debug information obtained by the monitoring is dynamically provided to a user during runtime while monitoring the debug via a debug manager.

【0010】本出願第1の発明にいうランタイム中に動
的にとは、第一義的には、デバッグの最中に、デバッグ
監視装置が直ちに係る情報を利用者に提供することを意
味する。これにより本出願第1の発明のデバッグ監視装
置によれば、デバッグマネージャを介してデバッグを監
視しながら、前記監視により得られたデバッグ情報をラ
ンタイム中に動的に利用者に提供することにより、デバ
ッグの最中に障害が発生した場合、即座に障害を発見し
障害が発生した箇所を正確に特定して原因を詳細に把握
することができる。これにより、即座に障害を修正する
ことができるため、ソフトウエア開発にかかる時間及び
コストを低減することができる。
[0010] The term "dynamically during runtime" referred to in the first invention of the present application means, primarily, that the debug monitor immediately provides the user with such information during debugging. . Thus, according to the debug monitoring device of the first invention of the present application, while monitoring the debug via the debug manager, the debug information obtained by the monitoring is dynamically provided to the user during runtime. If a failure occurs during debugging, the failure can be found immediately, the location of the failure can be accurately identified, and the cause can be grasped in detail. As a result, the failure can be corrected immediately, so that the time and cost required for software development can be reduced.

【0011】また、本出願第2の発明は、マルチタスク
機能を有するオペレーティングシステム上で作動し、デ
バッグマネージャ上に複数のタスクプログラムを備えた
デバッグ監視装置において、デバッグマネージャを介し
てデバッグを監視しながら、前記監視により得られたデ
バッグ情報をランタイム中に同時進行で利用者に提供す
ることを特徴とするデバッグ監視装置である。
Further, the second invention of the present application is a debug monitoring device which operates on an operating system having a multitasking function and has a plurality of task programs on a debug manager, and monitors the debug via the debug manager. The debug monitoring device is characterized in that the debug information obtained by the monitoring is provided to the user simultaneously during runtime.

【0012】本出願第2の発明にいうランタイム中に同
時進行でとは、第一義的には、デバッグと同時進行で、
デバッグ監視装置が直ちに係る情報を利用者に提供する
ことを意味する。これにより本出願第2の発明のデバッ
グ監視装置によれば、デバッグマネージャを介してデバ
ッグを監視しながら、前記監視により得られたデバッグ
情報をランタイム中に同時進行で利用者に提供すること
により、デバッグの最中に障害が発生した場合、即座に
障害を発見し障害が発生した箇所を正確に特定して原因
を詳細に把握することができる。これにより、即座に障
害を修正することができるため、ソフトウエア開発にか
かる時間及びコストを低減することができる。
The simultaneous progress during runtime referred to in the second invention of the present application is primarily defined as simultaneous progress with debugging.
This means that the debug monitoring device immediately provides such information to the user. Thus, according to the debug monitoring device of the second invention of the present application, by providing debug information obtained by the monitoring to the user simultaneously during runtime while monitoring the debug via the debug manager, If a failure occurs during debugging, the failure can be found immediately, the location of the failure can be accurately identified, and the cause can be grasped in detail. As a result, the failure can be corrected immediately, so that the time and cost required for software development can be reduced.

【0013】また、本出願第3の発明は、マルチタスク
機能を有するオペレーティングシステム上で作動し、デ
バッグマネージャ上に複数のタスクプログラムを備えた
デバッグ監視装置において、デバッグマネージャを介し
てデバッグを監視しながら、前記監視により得られたデ
バッグ情報をタスクの進行と平行して利用者に提供する
ことを特徴とするデバッグ監視装置である。
[0013] The third invention of the present application is a debug monitoring device that operates on an operating system having a multitasking function and has a plurality of task programs on a debug manager, and monitors debugging via the debug manager. And a debug monitoring device for providing the debug information obtained by the monitoring to the user in parallel with the progress of the task.

【0014】本出願第3の発明にいうランタイム中にタ
スクの進行と平行してとは、第一義的には、デバッグを
実行するためのタスクが作動している最中に、デバッグ
監視装置が直ちに係る情報を利用者に提供することを意
味する。これにより本出願第3の発明のデバッグ監視装
置によれば、デバッグマネージャを介してデバッグを監
視しながら、前記監視により得られたデバッグ情報をラ
ンタイム中にタスクの進行と平行して利用者に提供する
ことにより、デバッグの最中に障害が発生した場合、即
座に障害を発見し障害が発生した箇所を正確に特定して
原因を詳細に把握することができる。これにより、即座
に障害を修正することができるため、ソフトウエア開発
にかかる時間及びコストを低減することができる。
The term "parallel to the progress of a task during runtime" referred to in the third invention of the present application means that a debug monitoring device is primarily used while a task for executing debugging is operating. Immediately provide such information to the user. Thus, according to the debug monitoring device of the third invention of the present application, the debug information obtained by the monitoring is provided to the user during runtime at the same time as the progress of the task, while monitoring the debug via the debug manager. By doing so, if a failure occurs during debugging, the failure can be immediately found, the location of the failure can be accurately specified, and the cause can be grasped in detail. As a result, the failure can be corrected immediately, so that the time and cost required for software development can be reduced.

【0015】また、本出願第4の発明は、本出願第1〜
3の何れか一の発明であって、複数のタスクプログラム
が、プロセスIDと、切替え及び/又は変更可能である
1つ以上のデバッグレベルとを有することを特徴とする
デバッグ監視装置である。これにより本出願第4の発明
のデバッグ監視装置によれば、複数のタスクプログラム
が、プロセスIDと、切替え及び/又は変更可能である
1つ以上のデバッグレベルとを有することにより、デバ
ッグ情報が必要になった場合、利用者がプロセスIDを
指定しデバッグレベルを選択及び/又は変更することに
より、必要且つ十分なデバッグ情報のみを利用者に即座
に提供することができるため、ソフトウエア開発にかか
る時間及びコストを低減することができる。
[0015] Further, the fourth invention of the present application is a first invention of the present invention.
3. The debug monitoring device according to any one of the claims 3, wherein the plurality of task programs have a process ID and one or more debug levels that can be switched and / or changed. Thus, according to the debug monitoring device of the fourth invention of the present application, debug information is required because a plurality of task programs have a process ID and one or more debug levels that can be switched and / or changed. In this case, only the necessary and sufficient debug information can be immediately provided to the user by designating the process ID and selecting and / or changing the debug level. Time and cost can be reduced.

【0016】また、本出願第5の発明は、本出願第1〜
4の何れか一の発明であって、複数のタスクプログラム
が、切替え及び/又は変更が可能であるデバッグモード
を有することを特徴とするデバッグ監視装置である。こ
れにより本出願第4の発明のデバッグ監視装置によれ
ば、複数のタスクプログラムが、切替え及び/又は変更
が可能であるデバッグモードを有することにより、デバ
ッグ情報が必要になった場合、必要且つ十分なデバッグ
情報のみを利用者に即座に提供することができるため、
ソフトウエア開発にかかる時間及びコストを低減するこ
とができる。
Further, the fifth invention of the present application is the first invention of the present application.
4. The debug monitoring device according to any one of the aspects 4, wherein the plurality of task programs have a debug mode in which switching and / or change is possible. Thus, according to the debug monitoring device of the fourth invention of the present application, when a plurality of task programs have a debug mode that can be switched and / or changed, if the debug information becomes necessary, it is necessary and sufficient. Since only debug information can be immediately provided to the user,
The time and cost required for software development can be reduced.

【0017】また、本出願第6の発明は、本出願第5の
発明であって、デバッグモードの切替え及び/又は変更
がディスプレイのウインドウ上の表示から選択すること
により実行可能となることを特徴とするデバッグ監視装
置である。これにより本出願第5の発明のデバッグ監視
装置によれば、デバッグモードの切替え及び/又は変更
がディスプレイのウインドウ上の表示から選択すること
により実行可能となることにより、デバッグ情報が必要
になった場合、容易に利用者が必要なデバッグモードを
選択できる。これにより、デバッグ情報が即座に利用者
に提供されるため、ソフトウエア開発にかかる時間及び
コストを低減することができる。
Further, the sixth invention of the present application is the fifth invention of the present application, wherein the switching and / or the change of the debug mode can be executed by selecting from the display on the window of the display. This is a debug monitoring device. Thus, according to the debug monitoring apparatus of the fifth invention of the present application, the switching and / or the change of the debug mode can be executed by selecting from the display on the display window, so that the debug information is required. In this case, the user can easily select a necessary debug mode. As a result, the debug information is immediately provided to the user, so that the time and cost required for software development can be reduced.

【0018】また、本出願第7の発明は、本出願第1〜
6の何れか一の発明であって、デバッグ情報をディスプ
レイのウインドウ上に表示する機能を有することを特徴
とするデバッグ監視装置である。これにより本出願第7
の発明のデバッグ監視装置によれば、デバッグと同時進
行でデバッグの結果を示すデバッグ情報をモニタリング
することができるため、デバッグの最中に障害が発生し
た場合にも即座に障害を発見し障害が発生した箇所を正
確に特定して原因を詳細に把握することができる。これ
により、即座に障害を修正することができるため、対応
することができるため、ソフトウエア開発にかかる時間
及びコストを低減することができる。
Further, the seventh invention of the present application is a first invention of the first application.
6. A debug monitoring device according to any one of the sixth to sixth aspects, having a function of displaying debug information on a window of a display. As a result, the present application No. 7
According to the debug monitoring device of the invention of the present invention, it is possible to monitor debug information indicating the result of debugging at the same time as debugging, so that even if a failure occurs during debugging, the The location where the error occurred can be accurately specified, and the cause can be grasped in detail. As a result, a fault can be corrected immediately, and a response can be taken, so that the time and cost required for software development can be reduced.

【0019】また、本出願第8の発明は、マルチタスク
機能を有するオペレーティングシステム上で作動し、デ
バッグマネージャ上に複数のタスクプログラムを備え、
デバッグマネージャを介してデバッグを監視しながら、
前記監視により得られたデバッグ情報をランタイム中に
動的に利用者に提供することを特徴とするデバッグ監視
方法である。
The eighth invention of the present application operates on an operating system having a multitasking function, includes a plurality of task programs on a debug manager,
While monitoring the debug via the debug manager,
A debug monitoring method characterized in that debug information obtained by the monitoring is dynamically provided to a user during runtime.

【0020】本出願第8の発明にいうランタイム中に動
的にとは、第一義的には、デバッグの最中に、直ちに係
る情報を利用者に提供することを意味する。これにより
本出願第8の発明のデバッグ監視方法によれば、デバッ
グマネージャを介してデバッグを監視しながら、前記監
視により得られたデバッグ情報をランタイム中に動的に
利用者に提供することにより、デバッグの最中に障害が
発生した場合、即座に障害を発見し障害が発生した箇所
を正確に特定して原因を詳細に把握することができる。
これにより、即座に障害を修正することができるため、
ソフトウエア開発にかかる時間及びコストを低減するこ
とができる。
The term "dynamically during runtime" referred to in the eighth invention of the present application means, primarily, that such information is immediately provided to the user during debugging. Thus, according to the debug monitoring method of the eighth invention of the present application, while monitoring the debug via the debug manager, the debug information obtained by the monitoring is dynamically provided to the user during runtime, If a failure occurs during debugging, the failure can be found immediately, the location of the failure can be accurately identified, and the cause can be grasped in detail.
This allows you to fix the failure immediately,
The time and cost required for software development can be reduced.

【0021】また、本出願第9の発明は、マルチタスク
機能を有するオペレーティングシステム上で作動し、デ
バッグマネージャ上に複数のタスクプログラムを備え、
デバッグマネージャを介してデバッグを監視しながら、
前記監視により得られたデバッグ情報をランタイム中に
同時進行で利用者に提供することを特徴とするデバッグ
監視方法である。
The ninth invention of the present application operates on an operating system having a multitasking function, includes a plurality of task programs on a debug manager,
While monitoring the debug via the debug manager,
A debug monitoring method characterized in that debug information obtained by the monitoring is provided to a user at the same time during runtime.

【0022】本出願第9の発明にいうランタイム中に同
時進行でとは、第一義的には、デバッグと同時進行で、
直ちに係る情報を利用者に提供することを意味する。こ
れにより本出願第9の発明のデバッグ監視方法によれ
ば、デバッグマネージャを介してデバッグを監視しなが
ら、前記監視により得られたデバッグ情報をランタイム
中に同時進行で利用者に提供することにより、デバッグ
の最中に障害が発生した場合、即座に障害を発見し障害
が発生した箇所を正確に特定して原因を詳細に把握する
ことができる。これにより、即座に障害を修正すること
ができるため、ソフトウエア開発にかかる時間及びコス
トを低減することができる。
Simultaneously during runtime referred to in the ninth invention of the present application means, primarily, simultaneous with debugging and
This means providing such information to the user immediately. Thus, according to the debug monitoring method of the ninth invention of the present application, while monitoring the debug via the debug manager, the debug information obtained by the monitoring is provided to the user at the same time during the runtime. If a failure occurs during debugging, the failure can be found immediately, the location of the failure can be accurately identified, and the cause can be grasped in detail. As a result, the failure can be corrected immediately, so that the time and cost required for software development can be reduced.

【0023】また、本出願第10の発明は、マルチタス
ク機能を有するオペレーティングシステム上で作動し、
デバッグマネージャ上に複数のタスクプログラムを備
え、デバッグマネージャを介してデバッグを監視しなが
ら、前記監視により得られたデバッグ情報をタスクの進
行と平行して利用者に提供することを特徴とするデバッ
グ監視方法である。
The tenth invention of the present application operates on an operating system having a multitasking function,
A debug monitor comprising a plurality of task programs on a debug manager, and providing debug information obtained by the monitoring to a user in parallel with the progress of the task while monitoring the debug via the debug manager. Is the way.

【0024】本出願第10の発明にいうランタイム中に
タスクの進行と平行してとは、第一義的には、デバッグ
を実行するためのタスクが作動している最中に、直ちに
係る情報を利用者に提供することを意味する。これによ
り本出願第10の発明のデバッグ監視方法によれば、デ
バッグマネージャを介してデバッグを監視しながら、前
記監視により得られたデバッグ情報をランタイム中にタ
スクの進行と平行して利用者に提供することにより、デ
バッグの最中に障害が発生した場合、即座に障害を発見
し障害が発生した箇所を正確に特定して原因を詳細に把
握することができる。これにより、即座に障害を修正す
ることができるため、ソフトウエア開発にかかる時間及
びコストを低減することができる。
The parallelism with the progress of a task during runtime referred to in the tenth invention of the present application means, primarily, that such information is immediately obtained while a task for executing debugging is operating. Is provided to the user. Thus, according to the debug monitoring method of the tenth aspect of the present invention, while monitoring the debug via the debug manager, the debug information obtained by the monitoring is provided to the user at runtime in parallel with the progress of the task. By doing so, if a failure occurs during debugging, the failure can be immediately found, the location of the failure can be accurately specified, and the cause can be grasped in detail. As a result, the failure can be corrected immediately, so that the time and cost required for software development can be reduced.

【0025】また、本出願第11の発明は、本出願第8
〜10の何れか一の発明であって、複数のタスクプログ
ラムが、プロセスIDと、切替え及び/又は変更可能で
ある1つ以上のデバッグレベルとを有することを特徴と
するデバッグ監視方法である。これにより本出願第11
の発明のデバッグ監視方法によれば、複数のタスクプロ
グラムが、プロセスIDと、切替え及び/又は変更可能
である1つ以上のデバッグレベルとを有することによ
り、デバッグ情報が必要になった場合、利用者がプロセ
スIDを指定しデバッグレベルを選択及び/又は変更す
ることにより、必要且つ十分なデバッグ情報のみを利用
者に即座に提供することができるため、ソフトウエア開
発にかかる時間及びコストを低減することができる。
Further, the eleventh invention of the present application is the eighth invention of the present application.
A debug monitoring method according to any one of the first to tenth aspects, wherein the plurality of task programs have a process ID and one or more debug levels that can be switched and / or changed. As a result, the present application
According to the debug monitoring method of the present invention, when a plurality of task programs have a process ID and one or more debug levels that can be switched and / or changed, if the debug information becomes necessary, By specifying the process ID and selecting and / or changing the debug level, the user can immediately provide only necessary and sufficient debug information to the user, thereby reducing the time and cost required for software development. be able to.

【0026】また、本出願第12の発明は、本出願第8
〜11の何れか一の発明であって、複数のタスクプログ
ラムが、切替え及び/又は変更が可能であるデバッグモ
ードを有することを特徴とするデバッグ監視方法であ
る。これにより本出願第12の発明のデバッグ監視方法
によれば、複数のタスクプログラムが、切替え及び/又
は変更が可能であるデバッグモードを有することによ
り、デバッグ情報が必要になった場合、必要且つ十分な
デバッグ情報のみを利用者に即座に提供することができ
るため、ソフトウエア開発にかかる時間及びコストを低
減することができる。
Also, the twelfth invention of the present application is the eighth invention of the present application.
A debug monitoring method according to any one of the first to eleventh aspects, wherein the plurality of task programs have a debug mode in which switching and / or change is possible. Thus, according to the debug monitoring method of the twelfth aspect of the present invention, when a plurality of task programs have a debug mode that can be switched and / or changed, if the debug information becomes necessary, it is necessary and sufficient. Since only simple debug information can be immediately provided to the user, the time and cost required for software development can be reduced.

【0027】また、本出願第13の発明は、本出願第1
2の発明であって、デバッグモードの切替え及び/又は
変更がディスプレイのウインドウ上の表示から選択する
ことにより実行可能となることを特徴とするデバッグ監
視方法である。これにより本出願第12の発明のデバッ
グ監視方法によれば、デバッグモードの切替え及び/又
は変更がディスプレイのウインドウ上の表示から選択す
ることにより実行可能となることにより、デバッグ情報
が必要になった場合、容易に利用者が必要なデバッグモ
ードを選択できる。これにより、デバッグ情報が即座に
利用者に提供されるため、ソフトウエア開発にかかる時
間及びコストを低減することができる。
Further, the thirteenth invention of the present application is the first invention of the present application.
2. The debug monitoring method according to the second aspect, wherein the switching and / or the change of the debug mode can be executed by selecting from the display on the window of the display. Thus, according to the debug monitoring method of the twelfth aspect of the present invention, switching and / or change of the debug mode can be executed by selecting from the display on the display window, so that debug information is required. In this case, the user can easily select a necessary debug mode. As a result, the debug information is immediately provided to the user, so that the time and cost required for software development can be reduced.

【0028】また、本出願第14の発明は、本出願第8
〜13の何れか一の発明であって、デバッグ情報をディ
スプレイのウインドウ上に表示する機能を有することを
特徴とするデバッグ監視方法である。これにより本出願
第14の発明のデバッグ監視方法によれば、デバッグと
同時進行でデバッグの結果を示すデバッグ情報をモニタ
リングすることができるため、デバッグの最中に障害が
発生した場合にも即座に障害を発見し障害が発生した箇
所を正確に特定して原因を詳細に把握することができ
る。これにより、即座に障害を修正することができるた
め、対応することができるため、ソフトウエア開発にか
かる時間及びコストを低減することができる。
Further, the fourteenth invention of the present application is the invention of the eighth application.
A debug monitoring method according to any one of the first to thirteenth aspects, having a function of displaying debug information on a window of a display. Thus, according to the debug monitoring method of the fourteenth invention of the present application, it is possible to monitor debug information indicating the result of debugging at the same time as debugging, so that even if a failure occurs during debugging, Failures can be found, the location where the failure has occurred can be accurately specified, and the cause can be grasped in detail. As a result, a fault can be corrected immediately, and a response can be taken, so that the time and cost required for software development can be reduced.

【0029】また、本出願第15の発明は、マルチタス
ク機能を有するオペレーティングシステム上で作動し、
デバッグマネージャ上に複数のタスクプログラムを備
え、デバッグマネージャを介してデバッグを監視しなが
ら、前記監視により得られたデバッグ情報をランタイム
中に動的に利用者に提供することを特徴とするデバッグ
監視プログラムを記録したコンピュータ読み取り可能な
記録媒体である。これにより本出願第15の発明によれ
ば、デバッグマネージャを介してデバッグを監視しなが
ら、前記監視により得られたデバッグ情報をランタイム
中に動的に利用者に提供することにより、デバッグの最
中に障害が発生した場合、即座に障害を発見し障害が発
生した箇所を正確に特定して原因を詳細に把握すること
ができる。これにより、即座に障害を修正することがで
きるため、ソフトウエア開発にかかる時間及びコストを
低減することができる。
The fifteenth invention of the present application operates on an operating system having a multitasking function,
A debug monitoring program comprising a plurality of task programs on a debug manager, and dynamically providing a debug information obtained by the monitoring to a user at runtime while monitoring the debug via the debug manager. Is a computer-readable recording medium having recorded thereon. Thus, according to the fifteenth aspect of the present application, while debugging is monitored via the debug manager, the debug information obtained by the monitoring is dynamically provided to the user during runtime, so that debugging is performed during debugging. In the event that a failure has occurred, the failure can be found immediately, the location of the failure can be accurately identified, and the cause can be grasped in detail. As a result, the failure can be corrected immediately, so that the time and cost required for software development can be reduced.

【0030】また、本出願第16の発明は、マルチタス
ク機能を有するオペレーティングシステム上で作動し、
デバッグマネージャ上に複数のタスクプログラムを備
え、デバッグマネージャを介してデバッグを監視しなが
ら、前記監視により得られたデバッグ情報をランタイム
中に同時進行で利用者に提供することを特徴とするデバ
ッグ監視プログラムを記録したコンピュータ読み取り可
能な記録媒体である。これにより本出願第16の発明に
よれば、デバッグマネージャを介してデバッグを監視し
ながら、前記監視により得られたデバッグ情報をランタ
イム中に同時進行で利用者に提供することにより、デバ
ッグの最中に障害が発生した場合、即座に障害を発見し
障害が発生した箇所を正確に特定して原因を詳細に把握
することができる。これにより、即座に障害を修正する
ことができるため、ソフトウエア開発にかかる時間及び
コストを低減することができる。
The sixteenth invention of the present application operates on an operating system having a multitasking function,
A debug monitoring program comprising a plurality of task programs on a debug manager, and, while monitoring the debug via the debug manager, simultaneously providing debug information obtained by the monitoring to a user during runtime. Is a computer-readable recording medium having recorded thereon. Thus, according to the sixteenth aspect of the present invention, while debugging is monitored via the debug manager, the debug information obtained by the monitoring is provided to the user simultaneously during runtime, so that debugging can be performed during debugging. In the event that a failure has occurred, the failure can be found immediately, the location of the failure can be accurately identified, and the cause can be grasped in detail. As a result, the failure can be corrected immediately, so that the time and cost required for software development can be reduced.

【0031】また、本出願第17の発明は、マルチタス
ク機能を有するオペレーティングシステム上で作動し、
デバッグマネージャ上に複数のタスクプログラムを備
え、デバッグマネージャを介してデバッグを監視しなが
ら、前記監視により得られたデバッグ情報をランタイム
中にタスクの進行と平行して利用者に提供することを特
徴とするデバッグ監視プログラムを記録したコンピュー
タ読み取り可能な記録媒体である。これにより本出願第
17の発明によれば、デバッグマネージャを介してデバ
ッグを監視しながら、前記監視により得られたデバッグ
情報をランタイム中にタスクの進行と平行して利用者に
提供することにより、デバッグの最中に障害が発生した
場合、即座に障害を発見し障害が発生した箇所を正確に
特定して原因を詳細に把握することができる。これによ
り、即座に障害を修正することができるため、ソフトウ
エア開発にかかる時間及びコストを低減することができ
る。
The seventeenth invention of the present application operates on an operating system having a multitasking function,
A plurality of task programs are provided on the debug manager, and while monitoring the debug via the debug manager, the debug information obtained by the monitoring is provided to the user at runtime in parallel with the progress of the task. A computer-readable recording medium on which a debug monitoring program to be recorded is recorded. Thus, according to the seventeenth aspect of the present application, by monitoring the debug via the debug manager, and providing the debug information obtained by the monitoring to the user at runtime in parallel with the progress of the task, If a failure occurs during debugging, the failure can be found immediately, the location of the failure can be accurately identified, and the cause can be grasped in detail. As a result, the failure can be corrected immediately, so that the time and cost required for software development can be reduced.

【0032】[0032]

【発明の実施の形態】以下、本発明の実施の形態を、図
面を参照して説明するが、以下の実施の形態は本発明に
係るデバッグ監視装置及びデバッグ監視方法を示す一例
にすぎない。 (実施形態)図1は、本発明の一実施形態に係るデバッ
グ監視装置及びデバッグ監視方法の概略を説明する図で
ある。図2は、本発明の一実施形態に係るデバッグ監視
装置及びデバッグ監視方法におけるデバッグマネージャ
の概略を説明する図である。図3は、本発明の一実施形
態に係るデバッグ監視装置及びデバッグ監視方法におけ
るデバッグマネージャ及びタスクの機能を説明する図で
ある。図4は、本発明の一実施形態に係るデバッグ監視
装置及びデバッグ監視方法において、利用者がデバッグ
情報を得るためにプロセスID及びデバッグレベルをデ
バッグマネージャに設定する場合のデバッグマネージャ
及びタスクの機能を示す図である。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, embodiments of the present invention will be described with reference to the drawings, but the following embodiments are merely examples showing a debug monitoring device and a debug monitoring method according to the present invention. (Embodiment) FIG. 1 is a diagram schematically illustrating a debug monitoring device and a debug monitoring method according to an embodiment of the present invention. FIG. 2 is a diagram schematically illustrating a debug manager in a debug monitoring device and a debug monitoring method according to an embodiment of the present invention. FIG. 3 is a diagram illustrating functions of a debug manager and a task in a debug monitoring device and a debug monitoring method according to an embodiment of the present invention. FIG. 4 illustrates functions of a debug manager and a task when a user sets a process ID and a debug level in a debug manager in order to obtain debug information in a debug monitoring device and a debug monitoring method according to an embodiment of the present invention. FIG.

【0033】本発明の一実施形態に係るデバッグ監視装
置10は、図1に示すように、オペレーショニングシス
テム(OS)11上で作動するアプリケーションソフト
ウエアであり、OSAPI12を経由して、OS11が
有する様々な機能を利用することにより作動する。OS
API(OSアプリケーションプログラミングインタフ
ェース)12は、OS11上にあらかじめ用意されてい
る関数であり、デバッグ監視装置10は係るOSAPI
12を利用して作動する。
As shown in FIG. 1, a debug monitor 10 according to an embodiment of the present invention is application software that operates on an operating system (OS) 11, and is provided by the OS 11 via an OSAPI 12. It works by using various functions. OS
The API (OS application programming interface) 12 is a function prepared in advance on the OS 11, and the debug monitoring device 10
It operates with the aid of the 12.

【0034】また、本発明の一実施形態に係るデバッグ
監視装置10は、係るデバッグ監視装置10上にデバッ
グマネージャ13というタスクが設置されることを特徴
とする。デバッグマネージャ13は、図1及び図2に示
されるように、デバッグ監視装置10上で作動する全て
のタスク14と情報交換をすることができるインタフェ
ースを有する。また、タスク14はタスクプログラムで
あり、図2に示されるように、デバッグ監視装置10中
に複数存在し、それぞれが固有のプロセスIDを有す
る。タスク14の中には、デバッグを実行するためのデ
バッグプログラムを有するデバッグタスクが含まれる。
タスク14は図3に示すように、デバッグ情報33を提
供するようデバッグマネージャ13から情報提供要求3
2があった場合にデバッグマネージャ13にデバッグ情
報33を渡すインタフェース31を有し、デバッグマネ
ージャ13にデバッグ情報33を提供する。すなわち、
タスク14からの情報は全てデバッグマネージャ13を
通して利用者に提供される。
The debug monitoring device 10 according to one embodiment of the present invention is characterized in that a task called a debug manager 13 is installed on the debug monitoring device 10. The debug manager 13 has an interface capable of exchanging information with all the tasks 14 operating on the debug monitor 10 as shown in FIGS. The task 14 is a task program, and as shown in FIG. 2, there are a plurality of tasks 14 in the debug monitor 10, each of which has a unique process ID. The tasks 14 include a debug task having a debug program for performing debugging.
As shown in FIG. 3, the task 14 requests the information providing request 3 from the debug manager 13 to provide the debugging information 33.
The debugger 13 has the interface 31 for passing the debug information 33 to the debug manager 13 when there is a 2 and provides the debug information 33 to the debug manager 13. That is,
All information from task 14 is provided to the user through debug manager 13.

【0035】さらに、複数のタスク14は、それぞれに
切替え及び/又は変更が可能である固有のデバッグモー
ドを有する。デバッグモードとは、デバッグ情報の提供
が可能であるか、或いは可能でないかの設定である。す
なわち、デバッグモードをONにするということはデバ
ッグ情報を利用者に提供することができる状態にすると
いうことであり、逆に、デバッグモードをOFFにする
ということは利用者へのデバッグ情報の提供を中止する
ということである。本発明の一実施形態に係るデバッグ
監視装置10では、複数のタスク14がそれぞれ切替え
及び/又は変更が可能である固有のデバッグモードを有
することにより、例えば、複数のタスク14のうち、利
用者がある1つのタスクのみデバッグ情報が知りたい場
合、そのタスクプログラムのデバッグモードのみをON
にすればよい。若しくは、あるタスクプログラムのデバ
ッグ情報が必要なくなった場合は、そのタスクプログラ
ムのデバッグモードをOFFにすればよい。また、デバ
ッグモードの切替え及び/又は変更を容易に行なうこと
ができるように、例えば、デバッグモードの切替え及び
/又は変更を選択する表示をディスプレイのウインドウ
等に作成し、その表示の中から希望するデバッグモード
の切替え及び/又は変更を選択することにより、デバッ
グモードの切替え及び/又は変更を行なうことができる
ような設定を行ってもよい。
Further, the plurality of tasks 14 have their own debug modes, each of which can be switched and / or changed. The debug mode is a setting as to whether or not debug information can be provided. That is, turning on the debug mode means that the debug information can be provided to the user, and conversely, turning off the debug mode means providing the debug information to the user. Is to cancel. In the debug monitoring device 10 according to an embodiment of the present invention, the plurality of tasks 14 each have a unique debug mode that can be switched and / or changed. If you want to know the debug information of only one task, turn on the debug mode of that task program only
What should I do? Alternatively, when the debug information of a certain task program becomes unnecessary, the debug mode of the task program may be turned off. Further, in order to easily switch and / or change the debug mode, for example, a display for selecting the switch and / or change of the debug mode is created in a window of a display or the like, and a desired display is selected from the display. By selecting the switching and / or change of the debug mode, a setting may be made so that the debug mode can be switched and / or changed.

【0036】また、複数のタスク14は、それぞれに固
有のプロセスIDを有する。さらに、複数のタスク14
それぞれに、タスクの機能や取り扱う情報の内容及び種
類等によって設定された1つ以上のデバッグレベルを有
する。図4に、本発明の一実施形態に係るデバッグ監視
装置10において、利用者40がデバッグ情報を得るた
めにプロセスID及びデバッグレベルを設定した場合の
デバッグマネージャ13の機能を示す。例えば、図4に
おいては、タスク14はそれぞれn、m、pというプロ
セスIDを有する。図4には、利用者40が、プロセス
IDがmであるタスク14に、デバッグレベルがnであ
る情報が必要である旨をデバッグマネージャ13に設定
する一例が示されている。これを受けて、デバッグマネ
ージャ13は、プロセスIDがmであるタスク14に対
し、デバッグレベルがnである情報を送るよう情報提供
要求41を送る。情報提供要求41を受けたタスク14
は、デバッグレベルをnに変更した後、デバッグレベル
nに関するデバッグ情報42をデバッグマネージャ13
に提供する。このようにして得られたデバッグ情報42
は、ディスプレイのウインドウ上等に表示されるか、若
しくはプリンタ等の出力装置から出力されるか等の手段
により利用者に提供される。
Each of the plurality of tasks 14 has a unique process ID. In addition, multiple tasks 14
Each has one or more debug levels set according to the function of the task, the content and type of information to be handled, and the like. FIG. 4 shows functions of the debug manager 13 when the user 40 sets a process ID and a debug level in order to obtain debug information in the debug monitoring device 10 according to one embodiment of the present invention. For example, in FIG. 4, the tasks 14 have process IDs of n, m, and p, respectively. FIG. 4 shows an example in which the user 40 sets to the debug manager 13 that the task 14 having the process ID m is required to have the information having the debug level n. In response, the debug manager 13 sends an information provision request 41 to the task 14 whose process ID is m so as to send information whose debug level is n. Task 14 receiving information provision request 41
After changing the debug level to n, the debug manager 13
To provide. The debug information 42 thus obtained
Is provided to the user by means such as being displayed on a window of a display or output from an output device such as a printer.

【0037】[0037]

【実施例1】次に、本発明の実施例として、伝送通信装
置に接続されるコンピュータ端末上で、係る伝送通信装
置を監視しモニタするグラフィカルユーザインタフェー
スを有するデバッグ監視装置及びデバッグ監視方法を示
す。本発明に係るデバッグ監視装置及びデバッグ監視方
法は、前述した本発明の実施形態の一実施例であり、図
1〜4に示すような機能を有するものであるため、前述
した説明と同様の説明は省略する。図5は、本発明の一
実施例に係るデバッグ監視装置及びデバッグ監視方法の
概略を説明する図である。図6は、本発明の一実施例に
係るデバッグ監視装置及びデバッグ監視方法におけるデ
バッグマネージャの機能を説明する図である。図7は、
本発明の一実施例に係るデバッグ監視装置及びデバッグ
監視方法における、デバッグマネージャからタスクへの
デバッグ情報の要求と、タスクからデバッグマネージャ
へのデバッグ情報の送信とを説明するシーケンス図であ
る。図8は、本発明の一実施例に係るデバッグ監視装置
及びデバッグ監視方法において、タスクがデバッグ情報
をデバッグマネージャに提供する手順を説明する図であ
る。図9は、本発明の一実施例に係るデバッグ監視装置
及びデバッグ監視方法において、デバッグレベル及びデ
バッグ情報を表示しているウインドウの一例を示す図で
ある。
Embodiment 1 Next, as an embodiment of the present invention, a debug monitoring device and a debug monitoring method having a graphical user interface for monitoring and monitoring the transmission communication device on a computer terminal connected to the transmission communication device will be described. . The debug monitoring device and the debug monitoring method according to the present invention are an example of the above-described embodiment of the present invention, and have the functions shown in FIGS. Is omitted. FIG. 5 is a diagram schematically illustrating a debug monitoring device and a debug monitoring method according to an embodiment of the present invention. FIG. 6 is a diagram illustrating the function of the debug manager in the debug monitoring device and the debug monitoring method according to one embodiment of the present invention. FIG.
FIG. 7 is a sequence diagram illustrating a request for debug information from a debug manager to a task and a transmission of debug information from the task to the debug manager in the debug monitoring device and the debug monitoring method according to one embodiment of the present invention. FIG. 8 is a diagram illustrating a procedure in which a task provides debug information to a debug manager in a debug monitoring device and a debug monitoring method according to an embodiment of the present invention. FIG. 9 is a diagram showing an example of a window displaying a debug level and debug information in the debug monitoring device and the debug monitoring method according to one embodiment of the present invention.

【0038】本発明の実施例1に係るデバッグ監視装置
50は、伝送通信装置に接続されるコンピュータ端末上
において、係る伝送通信装置を監視しモニタするグラフ
ィカルユーザインタフェースを有する。さらに、デバッ
グ監視装置50は図5に示すように、デバッグマネージ
ャ53と、アラームモニタタスク54、コントロールタ
スク55、及びログタスク56と、デバッグタスク57
とを有する。デバッグマネージャ53は、デバッグ監視
装置50で作動する全てのタスクと情報交換をすること
ができるインタフェースを有し、本実施例においては、
デバッグマネージャ53と、アラームモニタタスク5
4、コントロールタスク55、ログタスク56、及びデ
バッグタスク57と情報交換が可能である。アラームモ
ニタタスク54は、係る伝送通信装置の詳細なアラーム
状態を表示する機能を有する。コントロールタスク55
は、係る伝送通信装置をリセットしたり、ループバック
試験を実施したり、信号を切替えたりする機能を有す
る。ログタスク56は、係る伝送通信装置が保持してい
る通信ログを取得する機能を有する。これらのタスク
は、デバッグマネージャ53を通じてデバッグ情報を利
用者に提供する。また、デバッグタスク57はデバッグ
プログラムを有し、他のタスクプログラムをデバッグす
る機能を有する。
The debug monitor 50 according to the first embodiment of the present invention has a graphical user interface for monitoring and monitoring the transmission communication device on a computer terminal connected to the transmission communication device. Further, as shown in FIG. 5, the debug monitoring device 50 includes a debug manager 53, an alarm monitor task 54, a control task 55, a log task 56, and a debug task 57.
And The debug manager 53 has an interface capable of exchanging information with all tasks operating on the debug monitoring device 50. In this embodiment,
Debug manager 53 and alarm monitor task 5
4. Information can be exchanged with the control task 55, the log task 56, and the debug task 57. The alarm monitor task 54 has a function of displaying a detailed alarm state of the transmission communication device. Control task 55
Has a function of resetting the transmission communication device, performing a loopback test, and switching signals. The log task 56 has a function of acquiring a communication log held by the transmission communication device. These tasks provide debug information to the user through the debug manager 53. The debug task 57 has a debug program, and has a function of debugging another task program.

【0039】また、本発明の実施例1に係るデバッグ監
視装置50の動作を説明する。係るデバッグ監視装置5
0には、係るデバッグ監視装置50を起動させると、ま
ずデバッグマネージャ53、続いて残りのタスクが起動
するような機能を有するスクリプトファイルをデバッグ
監視装置50内に設定する。係るスクリプトファイルを
用いることで、デバッグマネージャ53及び残りのタス
クプログラムが順に起動する。デバッグタスク57を起
動させると、デバッグを開始する。また、アラームモニ
タタスク54、コントロールタスク55、及びログタス
ク56はそれぞれに固有のプロセスIDを有する。デバ
ッグマネージャ53は、図6に示すように、これらのタ
スクのプロセスIDを登録するタスクデータベース61
を有する。タスクデータベース61は、デバッグマネー
ジャ53内でいわゆるネームサーバのような役割を果た
す。すなわち、デバッグ監視装置50を起動させると、
続いて各タスクもまた起動し、起動させたタスクのプロ
セスIDがタスクデータベース61に登録される。ま
た、デバッグ処理の途中で起動させたタスクのプロセス
IDもまた随時タスクデータベース61に登録される。
これにより、デバッグマネージャ53は、デバッグ監視
装置50内のどのタスクが作動しているか随時把握する
ことができる。さらに、デバッグ処理中に利用者からデ
バッグ情報の要求があった場合、タスクデータベース6
1に登録されたプロセスIDから、どのタスクのデバッ
グ情報かを把握することができる。
The operation of the debug monitor 50 according to the first embodiment of the present invention will be described. Such a debug monitoring device 5
When the debug monitoring device 50 is started, a script file having a function to start the debug manager 53 and subsequently the remaining tasks is set in the debug monitoring device 50 at 0. By using such a script file, the debug manager 53 and the remaining task programs are sequentially activated. When the debug task 57 is activated, debugging starts. Each of the alarm monitor task 54, the control task 55, and the log task 56 has a unique process ID. As shown in FIG. 6, the debug manager 53 stores a task database 61 for registering process IDs of these tasks.
Having. The task database 61 functions as a so-called name server in the debug manager 53. That is, when the debug monitoring device 50 is activated,
Subsequently, each task is also activated, and the process ID of the activated task is registered in the task database 61. Further, the process ID of the task started during the debugging process is also registered in the task database 61 as needed.
Thereby, the debug manager 53 can grasp which task in the debug monitor 50 is operating at any time. Further, when a user requests debugging information during the debugging process, the task database 6
From the process ID registered in No. 1, it is possible to grasp which task is the debug information.

【0040】さらに、本実施例では、アラームモニタタ
スク54、コントロールタスク55、及びログタスク5
6はそれぞれにデバッグレベル1からデバッグレベル3
までの3つのデバッグレベルを有する。デバッグレベル
1は、タスクの現在の状態を示す情報であり、タスク内
部でどのルーチン処理を行なっているかの表示を行なう
作業である。デバッグレベル2は、コマンドレベル情報
であり、デバッグ監視装置50が監視しモニタする伝送
通信装置に何らかのコマンドを送信する場合のコマンド
の中身の表示を行なう作業であり、デバッグレベル1の
作業を含まない。デバッグレベル3は、タスク内のデバ
ッグ情報であり、例えば、タスク内の変数の値、処理中
のメゾット名、例外送出情報等であり、これらの情報か
ら不正なアクセス等を検出することが可能である位の詳
細な情報の表示を行なう作業である。
Further, in this embodiment, the alarm monitor task 54, the control task 55, and the log task 5
6 is debug level 1 to debug level 3 respectively
Up to three debug levels. The debug level 1 is information indicating the current state of the task, and is a task of displaying which routine processing is being performed inside the task. The debug level 2 is command level information, and is a task of displaying the contents of a command when a command is transmitted to the transmission communication device monitored and monitored by the debug monitoring device 50, and does not include the work of the debug level 1. . The debug level 3 is the debug information in the task, for example, the value of a variable in the task, the name of the method being processed, the exception sending information, and the like. It is possible to detect an unauthorized access or the like from these information. This is an operation of displaying a certain amount of detailed information.

【0041】前述したように、デバッグマネージャ53
は、アラームモニタタスク54、コントロールタスク5
5、及びログタスク56と通信できるインタフェースを
有する。係るインタフェースはこれらのタスクの有する
プロセスIDとデバッグレベルとを引数にもつ。デバッ
グ監視装置50において、デバッグマネージャ53から
タスクへのデバッグ情報72の要求と、タスクからデバ
ッグマネージャ53へのデバッグ情報72の送信とを図
7に示す。デバッグ監視装置50の利用者からデバッグ
情報の依頼があると、デバッグマネージャ53は係るイ
ンタフェースを利用して、すぐさま、デバッグ情報が必
要とされているタスクのデバッグレベル及びプロセスI
D71を設定し、係るタスクにデバッグ情報72を要求
する。デバッグマネージャ53からデバッグ情報72の
要求を受け取ったタスクは、要求されたデバッグレベル
のデバッグ情報72をデバッグマネージャ53に送信す
る。
As described above, the debug manager 53
Are the alarm monitor task 54 and the control task 5
5 and an interface that can communicate with the log task 56. Such an interface has the process ID and debug level of these tasks as arguments. FIG. 7 shows the request of the debug information 72 from the debug manager 53 to the task and the transmission of the debug information 72 from the task to the debug manager 53 in the debug monitoring device 50. Upon receiving a request for debug information from the user of the debug monitoring device 50, the debug manager 53 uses the interface to immediately set the debug level and the process I of the task for which the debug information is required.
D71 is set, and the debug information 72 is requested from the task. The task that has received the request for the debug information 72 from the debug manager 53 transmits the debug information 72 of the requested debug level to the debug manager 53.

【0042】また、各タスクは、図8に示すような手順
でデバッグ情報72をデバッグマネージャ53に提供す
る。図8に、デバッグマネージャ53からデバッグレベ
ル3のデバッグ情報を要求された場合のデバッグ情報の
流れを示す。デバッグ監視装置50には、フィルタ機能
82を有するアプリケーションタスク81が設定され
る。各タスクのプログラム上に、デバッグレベル3の作
業で得られるタスク内の変数の値、処理中のメゾット
名、例外送出情報等のデバッグ情報72を各関数及びル
ーチン毎に用意しておき、アプリケーションタスク81
内のフィルタ機能82がデバッグマネージャ53から要
求されたデバッグレベルのデバッグ情報のみを選択する
ことにより、必要な情報のみをデバッグマネージャ53
に提供することができる。
Each task provides the debug information 72 to the debug manager 53 according to the procedure shown in FIG. FIG. 8 shows a flow of the debug information when the debug manager 53 requests the debug information of the debug level 3. An application task 81 having a filter function 82 is set in the debug monitoring device 50. In the program of each task, debug information 72 such as the value of a variable in the task, the name of the method being processed, the exception sending information, etc. obtained in the work of the debug level 3 is prepared for each function and routine, and the application task 81
Filter function 82 selects only the debug information of the debug level requested from debug manager 53, so that only necessary information is provided to debug manager 53.
Can be provided.

【0043】また、利用者がデバッグ監視装置50の特
定のタスクのデバッグ情報を要求する場合に、利用者が
ディスプレイ上で行なう動作について説明する。図9に
示されるように、グラフィカルユーザインタフェース、
例えば、ディスプレイのウインドウ91上に設置された
メニューバー92のプルダウンメニュー93からデバッ
グ設定94を選択する。デバッグ設定94を選択する
と、利用者はデバッグレベルの設定を促される。利用者
は、ラジオボタン95の中から希望するデバッグレベル
のラジオボタンをONにすることによりデバッグレベル
を選択した後、ウインドウ上に表示されるOKボタン
(図示されていない)を選択すると、利用者の要求する
デバッグレベルのデバッグ情報96がウインドウに表示
される。係るデバッグレベルの切替え及び/又は変更
は、デバッグマネージャ53に送信されるようになって
いる。図7に示すように、係るデバッグレベルの切替え
及び/又は変更は各タスクに伝えられ、デバッグの実行
中にデバッグレベルの切替え及び/又は変更が可能であ
る。ウインドウに表示されるデバッグ情報96には、各
タスクのプログラムコードの何行目からメッセージが送
信されてきているかを表示することができるし、又は実
行時刻も表示することができる。さらに、ウインドウ上
には、印刷ボタン97やファイル保存ボタン98が配置
される。印刷ボタン97及びファイル保存ボタン98を
用いることにより、それぞれ、ウインドウに表示される
デバッグ情報96を直接印刷したり、ファイルに保存し
たりすることができる。
An operation performed by the user on the display when the user requests debug information of a specific task of the debug monitor 50 will be described. A graphical user interface, as shown in FIG.
For example, a debug setting 94 is selected from a pull-down menu 93 of a menu bar 92 provided on a window 91 of the display. When the debug setting 94 is selected, the user is prompted to set a debug level. The user selects a debug level by turning on a radio button of a desired debug level from radio buttons 95, and then selects an OK button (not shown) displayed on a window. Is displayed in the window. The switching and / or change of the debug level is transmitted to the debug manager 53. As shown in FIG. 7, the switching and / or change of the debug level is transmitted to each task, and the debug level can be switched and / or changed during the execution of the debugging. In the debug information 96 displayed in the window, it is possible to display from which line of the program code of each task the message is transmitted, or the execution time. Further, a print button 97 and a file save button 98 are arranged on the window. By using the print button 97 and the file save button 98, the debug information 96 displayed in the window can be directly printed or saved in a file, respectively.

【0044】[0044]

【実施例2】また、本発明の別の実施例を以下に示す。
図10は、本発明の一実施例に係るデバッグ監視装置及
びデバッグ監視方法において、デバッグレベル及びデバ
ッグ情報を表示しているウインドウの一例を示す図であ
る。
Embodiment 2 Another embodiment of the present invention will be described below.
FIG. 10 is a diagram illustrating an example of a window displaying a debug level and debug information in the debug monitoring device and the debug monitoring method according to one embodiment of the present invention.

【0045】本実施例のデバッグ監視装置及びデバッグ
監視方法によれば、利用者が希望するタスクのみをデバ
ッグモードにする設定を行なうことができる。すなわ
ち、利用者がディスプレイのウインドウ上で、デバッグ
情報が必要なタスクだけデバッグモードをONにする
と、デバッグマネージャ53が係るタスクについてのみ
デバッグ情報を要求する。その他の機能については、実
施例1のデバッグ監視装置50とほぼ同様であるため、
その部分についての詳細な説明は省略する。利用者は、
図10に示されるように、ディスプレイのウインドウ9
1上に設置されたメニューバー92のプルダウンメニュ
ー93からデバッグ設定94を選択する。デバッグ設定
94を選択すると、利用者はデバッグ情報が必要なタス
クの選択を促される。利用者は、チェックボタン100
の中から希望するタスクを選択し、希望するタスクのチ
ェックボタンをONにすることにより、係るタスクのデ
バッグモードがONになりデバッグ情報を取り出せる状
態になる。次に、利用者は、選択したタスクについてそ
れぞれデバッグレベルの設定を促される。本出願におい
て、デバッグモードがONであるとは、デバッグ情報を
取り出すことが可能である状態のことをいう。利用者
は、デバッグモードをONに設定した各タスクについ
て、ラジオボタン95の中から希望するデバッグレベル
のラジオボタンをONにすることによりデバッグレベル
を選択した後、ウインドウ上に表示されるOKボタン
(図示されていない)を選択すると、デバッグマネージ
ャ53は、利用者の希望したタスクのデバッグ情報を要
求する。さらに、そのデバッグ情報は利用者の必要とす
るデバッグレベルのデバッグ情報のみからなるものであ
る。次いで、係るデバッグ情報96がディスプレイに表
示される。
According to the debug monitoring device and the debug monitoring method of the present embodiment, it is possible to set only the task desired by the user to the debug mode. That is, when the user turns on the debug mode only for a task requiring debug information on the window of the display, the debug manager 53 requests the debug information only for the task concerned. Other functions are almost the same as those of the debug monitoring device 50 of the first embodiment.
A detailed description of that part is omitted. The user
As shown in FIG.
1. A debug setting 94 is selected from a pull-down menu 93 of a menu bar 92 installed on the top. When the debug setting 94 is selected, the user is prompted to select a task requiring debug information. The user clicks the check button 100
By selecting a desired task from among the above, and turning on the check button of the desired task, the debug mode of the task is turned on, and the debug information can be extracted. Next, the user is prompted to set a debug level for each of the selected tasks. In the present application, that the debug mode is ON refers to a state in which debug information can be extracted. For each task for which the debug mode is set to ON, the user selects a debug level by turning on a radio button of a desired debug level from among the radio buttons 95, and then clicks an OK button ( When (not shown) is selected, the debug manager 53 requests debug information of a task desired by the user. Further, the debug information consists only of debug information of a debug level required by the user. Next, such debug information 96 is displayed on the display.

【0046】以上のデバッグ監視装置及びデバッグ監視
方法によると、デバッグを監視しながらデバッグタスク
のランタイム中にデバッグタスクの進行と平行して、デ
バッグ情報96を利用者に提供することができるため、
デバッグ中に障害が発生した場合、即座に障害を修正す
ることができるため、ソフトウエア開発にかかる時間及
びコストを低減することができる。また、デバッグマネ
ージャ53はアラームモニタタスク54、コントロール
タスク55、及びログタスク56が切替え及び/又は変
更可能であるデバッグモードを有し、ディスプレイのウ
インドウ上のチェックボタン100の中から希望するタ
スクのチェックボタンをON及び/又はOFFにするこ
とにより、デバッグモードの切替え及び/又は変更が可
能になるため、デバッグ情報を即座に利用者に提供する
ことができる。これにより、ソフトウエア開発にかかる
時間及びコストを低減することができる。さらに、デバ
ッグマネージャ53はアラームモニタタスク54、コン
トロールタスク55、及びログタスク56がそれぞれプ
ロセスIDと、切替え及び/又は変更可能であるデバッ
グレベル1、デバッグレベル2、及びデバッグレベル3
とを有することに加えて、デバッグ情報をディスプレイ
のウインドウ上に表示する機能を有することにより、デ
バッグ情報が必要になった場合、必要且つ十分なデバッ
グ情報のみを即座に提供することができるため、ソフト
ウエア開発にかかる時間及びコストを低減することがで
きる。
According to the debug monitoring apparatus and the debug monitoring method described above, the debug information 96 can be provided to the user while monitoring the debug in parallel with the progress of the debug task during the runtime of the debug task.
When a failure occurs during debugging, the failure can be corrected immediately, so that the time and cost required for software development can be reduced. The debug manager 53 has a debug mode in which the alarm monitor task 54, the control task 55, and the log task 56 can be switched and / or changed, and a check button of a desired task is selected from the check buttons 100 on the display window. By turning ON and / or OFF, the debug mode can be switched and / or changed, so that the debug information can be immediately provided to the user. Thereby, the time and cost required for software development can be reduced. Further, the debug manager 53 determines that the alarm monitor task 54, the control task 55, and the log task 56 have a process ID and a debug level 1, a debug level 2, and a debug level 3 that can be switched and / or changed, respectively.
In addition to having a function of displaying debug information on a display window, when debug information is needed, only necessary and sufficient debug information can be immediately provided, The time and cost required for software development can be reduced.

【0047】[0047]

【発明の効果】本発明のデバッグ監視装置及びデバッグ
監視方法は、デバッグマネージャを介してデバッグを監
視しながら、前記監視により得られたデバッグ情報をラ
ンタイム中に動的に利用者に提供することにより、デバ
ッグの最中に障害が発生した場合、即座に障害を発見し
障害が発生した箇所を正確に特定して原因を詳細に把握
することができる。これにより、即座に障害を修正する
ことができるため、ソフトウエア開発にかかる時間及び
コストを低減することができる。
The debug monitoring apparatus and the debug monitoring method according to the present invention monitor a debug via a debug manager and dynamically provide a user with debug information obtained by the monitor during runtime. If a failure occurs during debugging, the failure can be found immediately, the location of the failure can be accurately specified, and the cause can be grasped in detail. As a result, the failure can be corrected immediately, so that the time and cost required for software development can be reduced.

【0048】また、本発明のデバッグ監視装置及びデバ
ッグ監視方法は、デバッグマネージャを介してデバッグ
を監視しながら、前記監視により得られたデバッグ情報
をランタイム中に同時進行で利用者に提供することによ
り、デバッグの最中に障害が発生した場合、即座に障害
を発見し障害が発生した箇所を正確に特定して原因を詳
細に把握することができる。これにより、即座に障害を
修正することができるため、ソフトウエア開発にかかる
時間及びコストを低減することができる。
Further, the debug monitoring apparatus and the debug monitoring method of the present invention provide the debug information obtained by the monitoring to the user at the same time during the runtime while monitoring the debug via the debug manager. If a failure occurs during debugging, the failure can be found immediately, the location of the failure can be accurately specified, and the cause can be grasped in detail. As a result, the failure can be corrected immediately, so that the time and cost required for software development can be reduced.

【0049】また、本発明のデバッグ監視装置及びデバ
ッグ監視方法は、デバッグマネージャを介してデバッグ
を監視しながら、前記監視により得られたデバッグ情報
をタスクの進行と平行して利用者に提供することによ
り、デバッグの最中に障害が発生した場合、即座に障害
を発見し障害が発生した箇所を正確に特定して原因を詳
細に把握することができる。これにより、即座に障害を
修正することができるため、ソフトウエア開発にかかる
時間及びコストを低減することができる。
Further, the debug monitoring device and the debug monitoring method of the present invention provide the user with the debug information obtained by the monitoring in parallel with the progress of the task while monitoring the debug via the debug manager. Thus, when a failure occurs during debugging, the failure can be immediately found, the location of the failure can be accurately specified, and the cause can be grasped in detail. As a result, the failure can be corrected immediately, so that the time and cost required for software development can be reduced.

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

【図1】 本発明の一実施形態に係るデバッグ監視装置
及びデバッグ監視方法の概略を説明する図である。
FIG. 1 is a diagram schematically illustrating a debug monitoring device and a debug monitoring method according to an embodiment of the present invention.

【図2】 本発明の一実施形態に係るデバッグ監視装置
及びデバッグ監視方法におけるデバッグマネージャの概
略を説明する図である。
FIG. 2 is a diagram schematically illustrating a debug manager in a debug monitoring device and a debug monitoring method according to an embodiment of the present invention.

【図3】 本発明の一実施形態に係るデバッグ監視装置
及びデバッグ監視方法におけるデバッグマネージャ及び
タスクの機能を説明する図である。
FIG. 3 is a diagram illustrating functions of a debug manager and a task in a debug monitoring device and a debug monitoring method according to an embodiment of the present invention.

【図4】 本発明の一実施形態に係るデバッグ監視装置
及びデバッグ監視方法において、利用者がデバッグ情報
を得るためにプロセスID及びデバッグレベルをデバッ
グマネージャに設定する場合のデバッグマネージャ及び
タスクの機能を示す図である。
FIG. 4 is a block diagram showing a configuration of a debug monitoring device and a debug monitoring method according to an embodiment of the present invention. FIG.

【図5】 本発明の一実施例に係るデバッグ監視装置及
びデバッグ監視方法の概略を説明する図である。
FIG. 5 is a diagram schematically illustrating a debug monitoring device and a debug monitoring method according to an embodiment of the present invention.

【図6】 本発明の一実施例に係るデバッグ監視装置及
びデバッグ監視方法におけるデバッグマネージャの機能
を説明する図である。
FIG. 6 is a diagram illustrating functions of a debug manager in a debug monitoring device and a debug monitoring method according to an embodiment of the present invention.

【図7】 本発明の一実施例に係るデバッグ監視装置及
びデバッグ監視方法における、デバッグマネージャから
タスクへのデバッグ情報の要求と、タスクからデバッグ
マネージャへのデバッグ情報の送信とを説明するシーケ
ンス図である。
FIG. 7 is a sequence diagram illustrating a request for debug information from a debug manager to a task and a transmission of debug information from the task to the debug manager in the debug monitoring device and the debug monitoring method according to one embodiment of the present invention. is there.

【図8】 本発明の一実施例に係るデバッグ監視装置及
びデバッグ監視方法において、タスクがデバッグ情報を
デバッグマネージャに提供する手順を説明する図であ
る。
FIG. 8 is a diagram illustrating a procedure in which a task provides debug information to a debug manager in a debug monitoring device and a debug monitoring method according to an embodiment of the present invention.

【図9】 本発明の一実施例に係るデバッグ監視装置及
びデバッグ監視方法において、デバッグレベル及びデバ
ッグ情報を表示しているウインドウの一例を示す図であ
る。
FIG. 9 is a diagram showing an example of a window displaying a debug level and debug information in the debug monitoring device and the debug monitoring method according to one embodiment of the present invention.

【図10】本発明の一実施例に係るデバッグ監視装置及
びデバッグ監視方法において、デバッグレベル及びデバ
ッグ情報を表示しているウインドウの一例を示す図であ
る。
FIG. 10 is a diagram showing an example of a window displaying a debug level and debug information in the debug monitoring device and the debug monitoring method according to one embodiment of the present invention.

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

10 デバッグ監視装置 11 オペレーショニングシステム(OS) 12 OSAPI 13 デバッグマネージャ 14 タスク 21 インタフェース 31 インタフェース 32 情報提供要求 33 デバッグ情報 40 利用者 41 情報提供要求 42 デバッグ情報 51 デバッグ監視装置 52 オペレーショニングシステム(OS) 53 デバッグマネージャ 54 アラームモニタタスク 55 コントロールタスク 56 ログタスク 57 デバッグタスク 61 タスクデータベース 71 デバッグレベル及びプロセスID 72 デバッグ情報 81 アプリケーションタスク 82 フィルタ機能 91 ウインドウ 92 メニューバー 93 プルダウンメニュー 94 デバッグ設定 95 ラジオボタン 96 デバッグ情報 97 印刷ボタン 98 ファイル保存ボタン 100 チェックボタン REFERENCE SIGNS LIST 10 debug monitoring device 11 operating system (OS) 12 OSAPI 13 debug manager 14 task 21 interface 31 interface 32 information provision request 33 debug information 40 user 41 information provision request 42 debug information 51 debug monitoring device 52 operating system (OS) 53 Debug Manager 54 Alarm Monitor Task 55 Control Task 56 Log Task 57 Debug Task 61 Task Database 71 Debug Level and Process ID 72 Debug Information 81 Application Task 82 Filter Function 91 Window 92 Menu Bar 93 Pulldown Menu 94 Debug Settings 95 Radio Button 96 Debug Information 97 Print button 98 File save button 1 00 Check button

Claims (17)

【特許請求の範囲】[Claims] 【請求項1】 マルチタスク機能を有するオペレーティ
ングシステム上で作動し、デバッグマネージャ上に複数
のタスクプログラムを備えたデバッグ監視装置におい
て、デバッグマネージャを介してデバッグを監視しなが
ら、前記監視により得られたデバッグ情報をランタイム
中に動的に利用者に提供することを特徴とするデバッグ
監視装置。
1. A debug monitoring device that operates on an operating system having a multitasking function and has a plurality of task programs on a debug manager, while monitoring the debug via the debug manager and obtaining the result obtained by the monitoring. A debug monitoring device for dynamically providing debug information to a user during runtime.
【請求項2】 マルチタスク機能を有するオペレーティ
ングシステム上で作動し、デバッグマネージャ上に複数
のタスクプログラムを備えたデバッグ監視装置におい
て、デバッグマネージャを介してデバッグを監視しなが
ら、前記監視により得られたデバッグ情報をランタイム
中に同時進行で利用者に提供することを特徴とするデバ
ッグ監視装置。
2. A debug monitoring device that operates on an operating system having a multitasking function and has a plurality of task programs on a debug manager while monitoring debug via the debug manager. A debug monitoring device for providing debug information to a user at the same time during runtime.
【請求項3】 マルチタスク機能を有するオペレーティ
ングシステム上で作動し、デバッグマネージャ上に複数
のタスクプログラムを備えたデバッグ監視装置におい
て、デバッグマネージャを介してデバッグを監視しなが
ら、前記監視により得られたデバッグ情報をランタイム
中にタスクの進行と平行して利用者に提供することを特
徴とするデバッグ監視装置。
3. A debug monitoring device that operates on an operating system having a multitasking function and has a plurality of task programs on a debug manager, while monitoring the debug via the debug manager and obtaining the monitoring result. A debug monitoring device characterized in that debug information is provided to a user at runtime in parallel with the progress of a task.
【請求項4】 前記複数のタスクプログラムが、プロセ
スIDと、切替え及び/又は変更可能である1つ以上の
デバッグレベルとを有することを特徴とする請求項1〜
3の何れか一に記載のデバッグ監視装置。
4. The system according to claim 1, wherein the plurality of task programs have a process ID and one or more debug levels that can be switched and / or changed.
3. The debug monitoring device according to any one of 3.
【請求項5】 前記複数のタスクプログラムが、切替え
及び/又は変更が可能であるデバッグモードを有するこ
とを特徴とする請求項1〜4の何れか一に記載のデバッ
グ監視装置。
5. The debug monitoring device according to claim 1, wherein the plurality of task programs have a debug mode in which switching and / or change is possible.
【請求項6】 前記デバッグモードの切替え及び/又は
変更が、ディスプレイのウインドウ上の表示から選択す
ることにより実行可能となることを特徴とする請求項5
に記載のデバッグ監視装置。
6. The switching of the debug mode and / or the change thereof can be executed by selecting from a display on a display window.
2. The debug monitoring device according to 1.
【請求項7】 前記デバッグ情報をディスプレイのウイ
ンドウ上に表示する機能を有することを特徴とする請求
項1〜6の何れか一に記載のデバッグ監視装置。
7. The debug monitoring device according to claim 1, further comprising a function of displaying the debug information on a window of a display.
【請求項8】 マルチタスク機能を有するオペレーティ
ングシステム上で作動し、デバッグマネージャ上に複数
のタスクプログラムを備え、デバッグマネージャを介し
てデバッグを監視しながら、前記監視により得られたデ
バッグ情報をランタイム中に動的に利用者に提供するこ
とを特徴とするデバッグ監視方法。
8. Operating on an operating system having a multitasking function, comprising a plurality of task programs on a debug manager, and monitoring debugs via the debug manager while executing debug information obtained by the monitoring during runtime. A debug monitoring method characterized in that the method is dynamically provided to a user.
【請求項9】 マルチタスク機能を有するオペレーティ
ングシステム上で作動し、デバッグマネージャ上に複数
のタスクプログラムを備え、デバッグマネージャを介し
てデバッグを監視しながら、前記監視により得られたデ
バッグ情報をランタイム中に同時進行で利用者に提供す
ることを特徴とするデバッグ監視方法。
9. Operating on an operating system having a multitasking function, comprising a plurality of task programs on a debug manager, and monitoring debug via the debug manager, while executing debug information obtained by the monitoring during runtime. A debugging monitoring method characterized in that the debugging monitoring method is provided to the user simultaneously.
【請求項10】 マルチタスク機能を有するオペレーテ
ィングシステム上で作動し、デバッグマネージャ上に複
数のタスクプログラムを備え、デバッグマネージャを介
してデバッグを監視しながら、前記監視により得られた
デバッグ情報をランタイム中にタスクの進行と平行して
利用者に提供することを特徴とするデバッグ監視方法。
10. Operating on an operating system having a multi-tasking function, comprising a plurality of task programs on a debug manager, and monitoring debug via the debug manager, while executing debug information obtained by the monitoring during runtime. And providing the user with the task in parallel with the progress of the task.
【請求項11】 前記複数のタスクプログラムが、プロ
セスIDと、切替え及び/又は変更可能である1つ以上
のデバッグレベルとを有することを特徴とする請求項8
〜10の何れか一に記載のデバッグ監視方法。
11. The method according to claim 8, wherein the plurality of task programs have a process ID and one or more debug levels that can be switched and / or changed.
11. The debugging monitoring method according to any one of items 10 to 10.
【請求項12】 前記複数のタスクプログラムが、切替
え及び/又は変更が可能であるデバッグモードを有する
ことを特徴とする請求項8〜11の何れか一に記載のデ
バッグ監視方法。
12. The debug monitoring method according to claim 8, wherein the plurality of task programs have a debug mode that can be switched and / or changed.
【請求項13】 前記デバッグモードの切替え及び/又
は変更が、ディスプレイのウインドウ上の表示から選択
することにより実行可能となることを特徴とする請求項
12に記載のデバッグ監視方法。
13. The debug monitoring method according to claim 12, wherein the switching and / or changing of the debug mode can be executed by selecting from a display on a display window.
【請求項14】 前記デバッグ情報をディスプレイのウ
インドウ上に表示する機能を有することを特徴とする請
求項8〜13の何れか一に記載のデバッグ監視方法。
14. The debug monitoring method according to claim 8, further comprising a function of displaying the debug information on a window of a display.
【請求項15】 マルチタスク機能を有するオペレーテ
ィングシステム上で作動し、デバッグマネージャ上に複
数のタスクプログラムを備え、デバッグマネージャを介
してデバッグを監視しながら、前記監視により得られた
デバッグ情報をランタイム中に動的に利用者に提供する
ことを特徴とするデバッグ監視プログラムを記録したコ
ンピュータ読み取り可能な記録媒体。
15. Operating on an operating system having a multitasking function, comprising a plurality of task programs on a debug manager, and monitoring debug via the debug manager, while executing debug information obtained by the monitoring during runtime. A computer-readable recording medium storing a debug monitoring program, which is dynamically provided to a user.
【請求項16】 マルチタスク機能を有するオペレーテ
ィングシステム上で作動し、デバッグマネージャ上に複
数のタスクプログラムを備え、デバッグマネージャを介
してデバッグを監視しながら、前記監視により得られた
デバッグ情報をランタイム中に同時進行で利用者に提供
することを特徴とするデバッグ監視プログラムを記録し
たコンピュータ読み取り可能な記録媒体。
16. An operating system having a multitasking function, a plurality of task programs provided on a debug manager, and monitoring of debugging via the debug manager while executing debugging information obtained by the monitoring during runtime. A computer-readable recording medium storing a debug monitoring program, which is provided to a user simultaneously.
【請求項17】 マルチタスク機能を有するオペレーテ
ィングシステム上で作動し、デバッグマネージャ上に複
数のタスクプログラムを備え、デバッグマネージャを介
してデバッグを監視しながら、前記監視により得られた
デバッグ情報をランタイム中にタスクの進行と平行して
利用者に提供することを特徴とするデバッグ監視プログ
ラムを記録したコンピュータ読み取り可能な記録媒体。
17. A program which runs on an operating system having a multitasking function, has a plurality of task programs on a debug manager, monitors debugging via the debug manager, and executes debugging information obtained by the monitoring during runtime. A computer-readable recording medium storing a debug monitoring program, which is provided to a user in parallel with the progress of a task.
JP10196277A 1998-07-10 1998-07-10 Device and method for monitoring debugging Pending JP2000029738A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10196277A JP2000029738A (en) 1998-07-10 1998-07-10 Device and method for monitoring debugging

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10196277A JP2000029738A (en) 1998-07-10 1998-07-10 Device and method for monitoring debugging

Publications (1)

Publication Number Publication Date
JP2000029738A true JP2000029738A (en) 2000-01-28

Family

ID=16355137

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10196277A Pending JP2000029738A (en) 1998-07-10 1998-07-10 Device and method for monitoring debugging

Country Status (1)

Country Link
JP (1) JP2000029738A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9336114B2 (en) 2012-07-24 2016-05-10 Samsung Electronics Co., Ltd. Apparatus and method for detecting error
CN113238898A (en) * 2021-04-30 2021-08-10 西南电子技术研究所(中国电子科技集团公司第十研究所) Cooperative monitoring and debugging method for multitask running state and communication interface

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9336114B2 (en) 2012-07-24 2016-05-10 Samsung Electronics Co., Ltd. Apparatus and method for detecting error
CN113238898A (en) * 2021-04-30 2021-08-10 西南电子技术研究所(中国电子科技集团公司第十研究所) Cooperative monitoring and debugging method for multitask running state and communication interface
CN113238898B (en) * 2021-04-30 2023-06-06 西南电子技术研究所(中国电子科技集团公司第十研究所) Method for cooperatively monitoring and debugging multi-task running state and communication interface

Similar Documents

Publication Publication Date Title
US5630049A (en) Method and apparatus for testing software on a computer network
JP2000132424A (en) Software instrumentation method
US20080010539A1 (en) Software testing
US7178135B2 (en) Scope-based breakpoint selection and operation
GB2328045A (en) Data processing system diagnostics
WO2006110251A2 (en) Methods and apparatus for generating a work item
US20080010493A1 (en) Software development apparatus and method
US20060036910A1 (en) Automated testing framework for event-driven systems
JP2000122886A (en) Program production system of semiconductor testing device
US20100312541A1 (en) Program test device and program
CN110543429B (en) Test case debugging method, device and storage medium
JP2009251936A (en) Automatic testing system for picture program of programmable display unit
JP2000029738A (en) Device and method for monitoring debugging
JP2001243089A (en) Device and method for verifying software
JP2009104490A (en) Apparatus for testing program
JP2003501743A (en) Protocol response between similar systems
CN111984537A (en) WebIDE-based software testing method, storage medium and device
CN112527571A (en) CPU instruction set coverage rate calculation method and device
JP5071072B2 (en) Development support equipment and semiconductor test equipment
CN116185822A (en) Method and device for acquiring software test BUG, computer equipment and storage medium
JPH10289129A (en) Task scheduler for debugging
JPH05143395A (en) Diagnostic program execution system and log information display system to be used for the execution system
JP2003271418A (en) Method for testing software object of web base
JP2001014184A (en) System for reporting debug information
CN115309594A (en) Program automatic test method, device, equipment and medium