JPH0452493B2 - - Google Patents

Info

Publication number
JPH0452493B2
JPH0452493B2 JP59102421A JP10242184A JPH0452493B2 JP H0452493 B2 JPH0452493 B2 JP H0452493B2 JP 59102421 A JP59102421 A JP 59102421A JP 10242184 A JP10242184 A JP 10242184A JP H0452493 B2 JPH0452493 B2 JP H0452493B2
Authority
JP
Japan
Prior art keywords
procedure
execution
job step
flag
job
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.)
Expired - Lifetime
Application number
JP59102421A
Other languages
Japanese (ja)
Other versions
JPS60246443A (en
Inventor
Akihiro Shimazaki
Yukio Nakagawa
Junichi Oda
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.)
PFU Ltd
Original Assignee
PFU Ltd
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 PFU Ltd filed Critical PFU Ltd
Priority to JP59102421A priority Critical patent/JPS60246443A/en
Publication of JPS60246443A publication Critical patent/JPS60246443A/en
Publication of JPH0452493B2 publication Critical patent/JPH0452493B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Prevention of errors by analysis, debugging or testing of software

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)
  • Devices For Executing Special Programs (AREA)

Description

【発明の詳細な説明】[Detailed description of the invention]

A 技術分野 本発明は、プロシジヤデバツク支援方式、特
に、ジヨブステツププログラム実行抑止機能を利
用して効率的なデバツグを行い得るようにしたプ
ロシジヤデバツク支援方式に関するものである。 B 従来技術とその問題点 ジヨブ制御言語で記述されたプロシジヤのデバ
ツグを、ソースリストとコンピユータ上での実行
結果とを参照しつつ、システムの実行ステツプ番
号とレース機能やアドレスストツプ機能を利用し
ながら行う場合、現在の高機能化されたジヨブ制
御言語(JCL,Job Control Language)で記述
されたプロシジヤに対しては多大な時間を要して
いる。これは、プロシジヤ中のコマンドがジヨブ
ステツププログラムの主記憶装置へのロードを指
示している場合に、ロードされたジヨブステツプ
プログラムが実行され、プロシジヤの実行時間の
大半がジヨブステツププログラムの実行時間で占
められるからである。 C 発明の目的と構成 本発明の目的は、プロシジヤに対する効率的な
デバツグを可能にするプロシジヤデバツグ支援方
式を提供することにある。 本発明は、ジヨブ制御言語で記述されたプロシ
ジヤのデバツグを支援するプロシジヤデバツク支
援方式において、 デバツグモードフラグを設定する第1フラグ設
定部と、 ジヨブステツププログラム実行抑止モードフラ
グを設定する第2フラグ設定部と、 これらフラグの設定の有無を判断する判断部
と、 この判断部が前記デバツグモードフラグおよび
ジヨブステツププログラム実行抑止モードフラグ
の設定を検出した場合に、前記判断部の指示によ
りジヨブステツププログラムの実行を阻止する制
御部とを備え、 当該制御部はジヨブステツププログラムの実行
が阻止される際に、次の命令をフエツチするため
のアドレスカウンタを歩進するようにしたことを
特徴とするものである。 本発明は、プロシジヤの実行シーケンスやその
論理をデバツグする上では、ジヨブステツププロ
グラムを実行させることはほとんど不必要である
ことが多く、したがつてジヨブステツププログラ
ムの実行を抑止して、あたかもジヨブステツププ
ログラムが正常に終了したかのようにプロシジヤ
を進行させることができれば、かなり効率的なデ
バツグが可能となるという認識に基づいてなした
ものである。 D 実施例 以下、本発明の実施例を図面に基づいて説明す
る。第1図は、以下に説明する一実施例において
実行されるジヨブ名が“EXAMPLE”であるプ
ロシジヤを示す。このプロシジヤの各コマンドの
内容は、次表1に示されている。
A. Technical Field The present invention relates to a procedure debug support system, and more particularly to a procedure debug support system that enables efficient debugging by utilizing a job step program execution inhibiting function. B. Prior art and its problems Debugging a procedure written in a job control language is done by referring to the source list and execution results on a computer, and using the system's execution step number, race function, and address stop function. However, it takes a lot of time for procedures written in the current highly functional job control language (JCL, Job Control Language). This means that when a command in a procedure instructs a job step program to be loaded into main storage, the loaded job step program is executed and most of the execution time of the procedure is spent in the job step program. This is because it is occupied by execution time. C. Object and Structure of the Invention An object of the present invention is to provide a procedure debugging support system that enables efficient debugging of procedures. The present invention provides a procedure debugging support method for supporting debugging of a procedure written in a job control language, which includes: a first flag setting section for setting a debug mode flag; and a first flag setting section for setting a job step program execution inhibition mode flag. a second flag setting section; a determining section that determines whether these flags are set; and a second flag setting section that determines whether the flags are set; and a control section that blocks execution of the job step program in response to an instruction, and the control section is configured to increment an address counter for fetching the next instruction when execution of the job step program is blocked. It is characterized by the fact that When debugging the execution sequence of a procedure or its logic, it is often almost unnecessary to run a job step program. This was done based on the recognition that fairly efficient debugging would be possible if the procedure could proceed as if the job step program had terminated normally. D Examples Examples of the present invention will be described below based on the drawings. FIG. 1 shows a procedure whose job name is "EXAMPLE" to be executed in one embodiment described below. The contents of each command of this procedure are shown in Table 1 below.

【表】【table】

【表】 第2図A、第2図Bおよび第2図Cは、本実施
例の動作を説明するための図である。第2図A、
第2図Bおよび第2図Cは、システムの制御フロ
ーおよび主記憶装置の内容を示している。プロシ
ジヤのデバツグは、オペレータがコンソールを操
作し、コマンドを入力させることにより行われ
る。オペレータが入力する各操作コマンドは、次
表2に示されている。
[Table] FIG. 2A, FIG. 2B, and FIG. 2C are diagrams for explaining the operation of this embodiment. Figure 2A,
Figures 2B and 2C illustrate the control flow of the system and the contents of main memory. Debugging of the procedure is performed by an operator operating the console and inputting commands. Each operation command input by the operator is shown in Table 2 below.

【表】 オペレータが、プロシジヤのデバツグを開始さ
せる場合、コンソールより電源を投入し、モニタ
フアイル1より制御プログラムを主記憶装置2へ
ロードすると、デイスプレイに操作可能の指示が
表示される。 オペレータは、デバツグしようとするプロシジ
ヤをジヨブとして起動する前に、操作コマンドを
入力して、システムにデバツグ支援を依頼すると
共に、アドレスストツプ位置(例えば0021)の設
定を行う。同時に、ジヨブステツププログラムの
実行抑止を指示する。この操作コマンドは、
“JCLDEB,AS=0021、NOEX”であり、デイ
スプレイの画面に表示される。 デバツグモードの設定およびジヨブステツププ
ログラム実行抑止モードフラグの設定指示により
主記憶装置2に格納されているデータにフラグF
が立てられる。フラグの最上位ビツトF(0)は、
システムが通常モードであるかデバツグモードで
あるかを示しており、F(0)=0は通常モード
を、F(0)=1はデバツグモードを表している。
フラグの次のビツトF(1)は、ジヨブステツププロ
グラム実行モードであるかジヨブステツププログ
ラム実行抑止モードであるかを示しており、F(1)
=0は実行モードを、F(1)=1は実行抑止モード
を表している。この場合、上記操作コマンドの入
力により、F(0)=1、F(1)=1が立てられ、制
御プログラムは、システムを通常モードからデバ
ツグモードに切り換え、ジヨブステツププログラ
ム実行抑止モードを設定する。 次に、オペレータが操作コマンド
“CALLEXAMPLE”を入力すると、プロシジヤ
フアイル3に格納されているプロシジヤ
(EXAMPLE)が読み出され、プロシジヤジヨブ
“EXAMPLE”が起動されてプロシジヤコマンド
が順次実行される。 プロシジヤコマンド“LOAD TEST1”によ
り、ジヨブステツププログラム“TEST1”がプ
ログラムフアイル4から読み出されて主記憶装置
2にロードされる。次のプロシジヤコマンド
“LOAD TEST2”により、ジヨブステツププロ
グラム“TEST2”がプログラムフアイル4から
読み出されて、主記憶装置2にロードされる。 続くプロシジヤコマンド“START”により、
フラグF(0)が1であるか否かが判断され、F
(0)=1ならば続いてフラグF(1)が1であるか否
かが判断される。F(0)≠1あるいはF(1)≠1の
場合には、主記憶装置2にロードされたジヨブス
テツププログラム“TEST1”および“TEST2”
にシステムの制御権が移行され、これらジヨブス
テツププログラムが実行される。本実施例では、
F(0)=1およびF(1)=1に設定されているか
ら、システムの制御権はジヨブステツププログラ
ム“TEST1”および“TEST2”に移行されず、
したがつてこれらジヨブステツププログラムの実
行は抑止され、あたかもジヨブステツププログラ
ムが正常に終了したかの如くプロシジヤが進行し
た後、主記憶が解放され、次のプロシジヤコマン
ドの解釈に移る。 第3図は、この判断処理を行う回路部の構成を
示す。オペレータにより、デバツグモードの設定
およびジヨブステツププログラム実行抑止モード
の設定がなされると、デバツグモードフラグ設定
用フリツプフロツプ5および抑止モードフラグ設
定用フリツプフロツプ6がそれぞれ“1”にセツ
トされる。これらフリツプフロツプの出力は
ANDゲート7の2つの入力端子に供給され、
ANDゲートの残りの入力端子には、プロシジヤ
コマンドの実行命令信号が入力される。ANDゲ
ート7の入力が全てハイレベルにあるとき、
ANDゲート7の出力端子にハイレベルの出力信
号が発生し、この出力信号は、ジヨブステツププ
ログラムの実行を抑止させるための信号として働
く。一方、フリツプフロツプ5または6がリセツ
ト状態にあるときは、ANDゲート7の出力はロ
ーレベルにあり、ジヨブステツププログラムは抑
止されることなく実行される。 ANDゲート7に入力されるプロシジヤコマン
ドの実行命令信号は、+1回路8にも供給され、
アドレスカウンタ9のカウントをインクリメント
させる。このアドレスカウンタ9により、プロシ
ジヤフアイル3がアドレスされ、プロシジヤコマ
ンドが順次実行される。したがつて、ジヨブステ
ツププログラムの実行が抑止されている場合に
は、あたかもこのジヨブステツププログラムが正
常に終了したかのようにプロシジヤが進行され
る。 そして、第2図Bに示す如く、プロシジヤコマ
ンド“MSG‘END!’”が実行されると、デイ
スプレイに‘END!’が表示され、オペレータ
に対してジヨブステツプの終了が通知される。 プロシジヤコマンドの実行中に、ストツプアド
レスが検出されると、デバツグモードフラグF
(0)が1であるか否かが判断される。F(0)≠
1ならば、プロシジヤコマンドは停止されること
なく実行される。本実施例ではデバツグモードに
設定されており、したがつてF(0)=1であるか
らプロシジヤの実行は停止され、指示待ち状態に
される。このとき、デイスプレイにこれまでのプ
ロシジヤコマンドの実行過程がJCLステツプ番号
で表示される。第4図Aは、デイスプレイの表示
画面を示しており、ステツプ番号0021でプロ
シジヤコマンドの実行は中断されている。 この指示待ち状態において、アドレスストツプ
位置を変更したり、シングルステツプでプロシジ
ヤを実行させたり、デバツグモードの解除を指定
したりすることが可能である。本実施例では、オ
ペレータが操作コマンド“AS=0045、EX”を入
力したとする。このコマンドは、アドレス004
5でアドレスストツプさせ、ジヨブステツププロ
グラムを実行させるコマンドである。これにより
主記憶装置2にはアドレスストツプ位置が記憶さ
れ、ジヨブステツププログラム実行抑止モードフ
ラグF(1)が0にされてシステムはジヨブステツプ
プログラム実行モードに設定される。オペレータ
はキー入力によりプロシジヤの続行を指示し、プ
ロシジヤコマンドを実行させる。実行中にストツ
プアドレスが検出されると、前述したと同様にデ
バツグモードフラグF(0)が1であるか否かが
判断される。F(0)≠1ならば、プロシジヤコマ
ンドは停止されることなく実行される。本実施例
ではデバツグモードに設定されており、したがつ
てF(0)=1であるからプロシジヤの実行は停止
され、指示待ち状態にされる。このとき、デイス
プレイにこれまでのプロシジヤの実行過程がJCL
ステツプ番号で表示される。第4図Bは、デイス
プレイの表示画面を示しており、ステツプ番号0
045でプロシジヤの実行は中断されている。 この指示待ち状態において、アドレスストツプ
位置を変更したり、シングルステツプでプロシジ
ヤを実行させたり、デバツグモードの解除を指定
したりすることが可能であり、本実施例ではデバ
ツグモードを解除するものとし、オペレータは操
作コマンド“CAN”を入力する。 第2図Cに示す如く、このコマンドにより主記
憶装置においてデバツグモードフラグF(0)は
0にされ、システムは通常モードに戻される。 オペレータが、キー入力によりプロシジヤの続
行を指示すると、通常モードにおいてプロシジヤ
コマンドが実行される。プロシジヤコマンド
“PEND”が実行されると、プロシジヤジヨブ
“EXAMPLE”は終了する。 以上の実施例から明らかなように、実行ステツ
プ番号トレース機能やアドレスストツプ機能によ
り、プロシジヤを少しずつ進めながらデバツグを
行うことができる。 E 効果 本発明によれば、高機能化されたジヨブ制御言
語で記述されたプロシジヤをデバツグする場合、
ジヨブステツププログラムの実行を抑止し、あた
かもこのプログラムが正常に終了したかのように
プロシジヤを進行させることができるので、短時
間で効率的にデバツグを行いプロシジヤを作成す
ることが可能となる。
[Table] When the operator starts debugging the procedure, he turns on the power from the console, loads the control program from the monitor file 1 into the main storage device 2, and then an instruction to enable operation is displayed on the display. Before starting the procedure to be debugged as a job, the operator inputs an operation command to request debugging support from the system and sets an address stop position (for example, 0021). At the same time, it instructs to suppress execution of the job step program. This operation command is
“JCLDEB, AS=0021, NOEX” is displayed on the display screen. The flag F is added to the data stored in the main storage device 2 by setting the debug mode and setting the job step program execution suppression mode flag.
is erected. The most significant bit F(0) of the flag is
It shows whether the system is in normal mode or debug mode, with F(0)=0 representing normal mode and F(0)=1 representing debug mode.
The next bit F(1) of the flag indicates whether the mode is job step program execution mode or job step program execution inhibition mode.
=0 represents execution mode, and F(1)=1 represents execution inhibition mode. In this case, by inputting the above operation command, F(0)=1 and F(1)=1 are set, and the control program switches the system from normal mode to debug mode and sets job step program execution suppression mode. . Next, when the operator inputs the operation command "CALLEXAMPLE", the procedure (EXAMPLE) stored in the procedure file 3 is read out, the procedure job "EXAMPLE" is started, and the procedure commands are sequentially executed. The job step program "TEST1" is read out from the program file 4 and loaded into the main storage device 2 by the procedure command "LOAD TEST1". The job step program "TEST2" is read out from the program file 4 and loaded into the main storage device 2 by the next procedure command "LOAD TEST2". With the following procedure command “START”,
It is determined whether the flag F(0) is 1, and F
If (0)=1, then it is determined whether flag F(1) is 1 or not. If F(0)≠1 or F(1)≠1, job step programs “TEST1” and “TEST2” loaded into main memory 2
Control of the system is transferred to the job step program, and these job step programs are executed. In this example,
Since F(0)=1 and F(1)=1 are set, control of the system is not transferred to job step programs "TEST1" and "TEST2".
Therefore, execution of these job step programs is inhibited, and after the procedure proceeds as if the job step program had terminated normally, the main memory is freed and the next procedure command is interpreted. FIG. 3 shows the configuration of a circuit section that performs this judgment process. When the operator sets the debug mode and the job step program execution inhibition mode, the debug mode flag setting flip-flop 5 and inhibition mode flag setting flip-flop 6 are each set to "1". The outputs of these flip-flops are
is supplied to the two input terminals of AND gate 7,
A procedure command execution command signal is input to the remaining input terminals of the AND gate. When all inputs of AND gate 7 are at high level,
A high level output signal is generated at the output terminal of the AND gate 7, and this output signal serves as a signal for inhibiting execution of the job step program. On the other hand, when flip-flop 5 or 6 is in the reset state, the output of AND gate 7 is at a low level and the job step program is executed without being inhibited. The procedure command execution command signal input to the AND gate 7 is also supplied to the +1 circuit 8.
The count of address counter 9 is incremented. The address counter 9 addresses the procedure file 3 and sequentially executes procedure commands. Therefore, when execution of a job step program is inhibited, the procedure proceeds as if the job step program had terminated normally. Then, as shown in Figure 2B, when the procedure command "MSG'END!'" is executed, 'END!' appears on the display. ' is displayed to notify the operator of the end of the job step. When a stop address is detected during execution of a procedure command, the debug mode flag F
It is determined whether (0) is 1 or not. F(0)≠
If 1, the procedure command will be executed without being stopped. In this embodiment, the debug mode is set, and therefore, since F(0)=1, execution of the procedure is stopped and the procedure is placed in a state of waiting for instructions. At this time, the display shows the execution process of the procedure commands so far using JCL step numbers. FIG. 4A shows the display screen, and execution of the procedure command is interrupted at step number 0021. In this instruction waiting state, it is possible to change the address stop position, execute a procedure in a single step, or specify cancellation of debug mode. In this embodiment, it is assumed that the operator inputs the operation command "AS=0045, EX". This command is executed at address 004
5 is a command to stop the address and execute the job step program. As a result, the address stop position is stored in the main memory 2, the job step program execution inhibition mode flag F(1) is set to 0, and the system is set to the job step program execution mode. The operator instructs the continuation of the procedure by inputting a key and causes the procedure command to be executed. When a stop address is detected during execution, it is determined whether the debug mode flag F(0) is 1 or not in the same way as described above. If F(0)≠1, the procedure command is executed without being stopped. In this embodiment, the debug mode is set, and therefore, since F(0)=1, execution of the procedure is stopped and the procedure is placed in a state of waiting for instructions. At this time, the display shows the JCL execution process of the procedure so far.
Displayed by step number. FIG. 4B shows the display screen, and step number 0
At 045, execution of the procedure is interrupted. In this instruction waiting state, it is possible to change the address stop position, execute a procedure in a single step, or specify cancellation of debug mode.In this embodiment, debug mode is canceled and the operator inputs the operation command “CAN”. As shown in FIG. 2C, this command sets the debug mode flag F(0) in the main memory to 0, returning the system to normal mode. When the operator instructs to continue the procedure by inputting a key, the procedure command is executed in the normal mode. When procedure command "PEND" is executed, procedure job "EXAMPLE" ends. As is clear from the above embodiments, the execution step number trace function and address stop function allow debugging to be performed while progressing the procedure little by little. E Effects According to the present invention, when debugging a procedure written in a highly functional job control language,
Since execution of the job step program can be suppressed and the procedure can proceed as if the program had terminated normally, it is possible to debug and create a procedure efficiently in a short time.

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

第1図は本発明の一実施例におけるプロシジヤ
を示す図、第2図A、第2図Bおよび第2図Cは
本発明の一実施例の動作を説明するための図、第
3図はフラグ判断処理回路部の構成を示す図、第
4図はデイスプレイの画面表示を示す図である。 図中、1はモニタフアイル、2は主記憶装置、
3はプロシジヤフアイル、4はプログラムフアイ
ル、5,6はフリツプフロツプ、7はANDゲー
ト、8は+1回路、9はアドレスカウンタを示
す。
FIG. 1 is a diagram showing a procedure in an embodiment of the present invention, FIG. 2A, FIG. 2B, and FIG. 2C are diagrams for explaining the operation of an embodiment of the present invention. FIG. 4 is a diagram showing the configuration of the flag determination processing circuit section, and FIG. 4 is a diagram showing the screen display of the display. In the figure, 1 is the monitor file, 2 is the main memory,
3 is a procedure file, 4 is a program file, 5 and 6 are flip-flops, 7 is an AND gate, 8 is a +1 circuit, and 9 is an address counter.

Claims (1)

【特許請求の範囲】 1 ジヨブ制御言語で記述されたプロシジヤのデ
バツグを支援するプロシジヤデバツグ支援方式に
おいて、 デバツグモードフラグを設定する第1フラグ設
定部と、 ジヨブステツププログラム実行抑止モードフラ
グを設定する第2フラグ設定部と、 これらフラグの設定の有無を判断する判断部
と、 この判断部が前記デバツグモードフラグおよび
ジヨブステツププログラム実行抑止モードフラグ
の設定を検出した場合に、前記判断部の指示によ
りジヨブステツププログラムの実行を阻止する制
御部とを備え、 当該制御部はジヨブステツププログラムの実行
が阻止される際に、次の命令をフエツチするため
のアドレスカウンタを歩進するようにしたことを
特徴とするプロシジヤデバツク支援方式。
[Scope of Claims] 1. In a procedure debugging support method that supports debugging of a procedure written in a job control language, a first flag setting section that sets a debugging mode flag; and a job step program execution suppression mode flag. a second flag setting unit that sets a second flag; a determining unit that determines whether or not these flags are set; and a second flag setting unit that determines whether or not these flags are set; and a control section that blocks execution of the job step program according to instructions from the judgment section, and the control section increments an address counter for fetching the next instruction when execution of the job step program is blocked. A procedure debugging support method is provided.
JP59102421A 1984-05-21 1984-05-21 Procedure debug supporting system Granted JPS60246443A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59102421A JPS60246443A (en) 1984-05-21 1984-05-21 Procedure debug supporting system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59102421A JPS60246443A (en) 1984-05-21 1984-05-21 Procedure debug supporting system

Publications (2)

Publication Number Publication Date
JPS60246443A JPS60246443A (en) 1985-12-06
JPH0452493B2 true JPH0452493B2 (en) 1992-08-24

Family

ID=14326984

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59102421A Granted JPS60246443A (en) 1984-05-21 1984-05-21 Procedure debug supporting system

Country Status (1)

Country Link
JP (1) JPS60246443A (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS51116639A (en) * 1975-04-07 1976-10-14 Toshiba Corp Program execution history recording system
JPS5622147A (en) * 1979-07-31 1981-03-02 Fujitsu Ltd Debug control system

Also Published As

Publication number Publication date
JPS60246443A (en) 1985-12-06

Similar Documents

Publication Publication Date Title
JPH10214203A (en) Information processor
JPH0452493B2 (en)
JPH1139143A (en) Arithmetic device, control method for the device, storage medium storing control program for the device, electronic circuit device using the arithmetic device, control method for the device, storage medium storing control program for the device
JPH0410081B2 (en)
JPH1011315A (en) In-circuit emulator device and in-circuit emulation method
JPS6214240A (en) Program inspecting system
JP2659366B2 (en) Debugging method and device
JPH05297911A (en) Sequence control circuit for sequence controller
JPH1021067A (en) How to dynamically modify programs
JP2002366378A (en) Program debugging device, debugging method, and storage medium
JPS6167146A (en) Pseudo fault generating system
JPS5835648A (en) Program execution controlling system
JPS61180344A (en) Step execution system for high level language
JPH02135545A (en) Execution control processing system for debugger
JPH01315841A (en) Information processor
JPS59103158A (en) Debug system of digital signal processing program
JPS59202546A (en) Debugging device
JPH10161904A (en) Debugging device and debugging method for multiple languages
JPH0454548A (en) Memory check system for computer system
JPH08185341A (en) Cpu simulator
JPH08179958A (en) Control electronics
JPH01232446A (en) Computer program development support device
JPH07281924A (en) Trace device and emulator equipped with the same
JPS6292035A (en) Program debugging device
JPS6091458A (en) Program debug device of microprocessor

Legal Events

Date Code Title Description
S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313532

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

EXPY Cancellation because of completion of term