JPH08263333A - Programming support device and method - Google Patents

Programming support device and method

Info

Publication number
JPH08263333A
JPH08263333A JP7067925A JP6792595A JPH08263333A JP H08263333 A JPH08263333 A JP H08263333A JP 7067925 A JP7067925 A JP 7067925A JP 6792595 A JP6792595 A JP 6792595A JP H08263333 A JPH08263333 A JP H08263333A
Authority
JP
Japan
Prior art keywords
program
variable value
execution
variable
gui
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
JP7067925A
Other languages
Japanese (ja)
Inventor
Hiroyuki Ikemoto
浩幸 池本
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP7067925A priority Critical patent/JPH08263333A/en
Publication of JPH08263333A publication Critical patent/JPH08263333A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE: To provide a programming support device/method which can easily confirm the working states of the GUI parts. CONSTITUTION: A mouse 1 and a mouse input acquisition part 2 acquire the input operations to a program using the GUI parts. A program execution part 8 and an execution memory 9 carry out and interrupt the program based on the input operations. A variable value reading/holding part 12 successively records the variable value in response to the working states of the GUI parts. Then a generation part 14 shows the working states of the GUI parts corresponding to the variable value on a display means 18 based on the recorded variable value.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、GUI部品を用いるプ
ログラムの開発を支援する、プログラミング支援装置及
びプログラミング支援方法の改良に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to improvements in a programming support device and a programming support method for supporting the development of programs using GUI parts.

【0002】[0002]

【従来の技術】コンピュータプログラムにおけるユーザ
インタフェースやその開発手法には様々なものが知られ
ているが、そのひとつにグラフィカルユーザインタフェ
ース(Graphical User Interface/以下「GUI」とい
う)が存在する。GUIでは、処理や機能を表すシンボ
ルとして、アイコンやボタンのような部品(以下「GU
I部品」という)が画面に表示され、ユーザがマウスな
どポインティングデバイスのポインタでこれらGUI部
品を操作すると、操作に応じた処理が行われる。
2. Description of the Related Art There are various known user interfaces in computer programs and methods for developing them, and one of them is a graphical user interface (hereinafter referred to as "GUI"). In the GUI, parts such as icons and buttons (hereinafter referred to as “GU”) are used as symbols indicating processes and functions.
"I component") is displayed on the screen, and when the user operates these GUI components with the pointer of a pointing device such as a mouse, processing according to the operation is performed.

【0003】GUIでは、プログラムの有する様々な機
能をGUI部品として視覚的に把握できるので、プログ
ラムの理解や操作が効率化される。そして、GUI部品
の稼働状態は、一般に、プログラムや処理の状態に応じ
て通常表示(使用可能を表す)、網掛け表示(一時的使
用不可能を表す)、非表示(使用不可能を表す)などに
変化する。
In the GUI, various functions of the program can be visually grasped as GUI parts, so that the program can be understood and operated efficiently. The operating state of the GUI component is generally displayed normally (representing usable), shaded display (representing temporarily unusable), or non-displaying (representing unusable) according to the state of the program or processing. And so on.

【0004】例えば、他のプログラムを実行したり実行
を中断したりするためのプログラムでは、対象となるプ
ログラムが選択される前の状態では「実行」ボタンは網
掛け表示が通常である。また、「実行」ボタンと「中
断」ボタンは、プログラムが停止中か実行中かに応じて
いずれか一方のみを表示すべきであり、他方は無意味で
あるから表示する必要はない(図6)。
For example, in the case of a program for executing another program or interrupting the execution, the "execute" button is normally shaded in the state before the target program is selected. Also, only one of the "execute" button and the "interrupt" button should be displayed depending on whether the program is stopped or running, and the other one is meaningless and thus need not be displayed (FIG. 6). ).

【0005】このようなGUI部品を用いるプログラム
が、正しく動作しているか否かを検査したり、或いは、
使い易いかどうかなどを調査する目的でプログラムの動
作確認を行う作業は、プログラミング作業のかなりの比
重を占めている。このような確認を行う場合、従来で
は、そのプログラムを実際に稼働させ、表示画面のGU
I部品を稼働状態やその変化を目視し続けることによっ
て確認を行っていた。
It is possible to check whether or not a program using such GUI parts is operating properly, or
The work of checking the operation of a program for the purpose of investigating whether or not it is easy to use occupies a considerable proportion of programming work. Conventionally, when such confirmation is performed, the program is actually operated and the GUI of the display screen is displayed.
The I component was checked by continuously observing the operating state and its change.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、画面表
示を目視し続けてGUI部品の稼働状況を確認すること
は繁雑であり、特に、確認する利用者に継続した緊張を
要求する点で精神的負担が大きかった。また、目視のみ
による確認では見落としが発生する可能性を無くすこと
ができなかった。したがって、プログラミング作業の作
業効率の向上が困難であった。
However, it is complicated to continuously check the operating status of GUI parts by visually observing the screen display, and in particular, it is a psychological burden in that the user who confirms the user needs to be continuously nervous. Was great. In addition, it was not possible to eliminate the possibility of oversight by confirming only by visual inspection. Therefore, it is difficult to improve the work efficiency of programming work.

【0007】プログラミングを支援する装置としては一
般にはプログラミング支援装置(プログラミング支援方
法)も知られている。しかし、従来のプログラミング支
援装置では、実行プログラムによるCPUの動作をステ
ップごとにトレースするなどは可能であるが、GUI部
品の稼働状態をトレースすることはできなかった。
A programming support device (programming support method) is also generally known as a device for supporting programming. However, in the conventional programming support device, the operation of the CPU by the execution program can be traced step by step, but the operating state of the GUI component cannot be traced.

【0008】本発明は、上記のような従来技術の問題点
を解決するために提案されたもので、その目的は、GU
I部品の稼働状態を容易に確認するプログラミング支援
装置及びプログラミング支援方法を提案することであ
る。また、本発明の他の目的は、操作が容易なプログラ
ミング支援装置及びプログラミング支援方法を提供する
ことである。また、本発明のさらに他の目的は、GUI
部品の稼働状況を一見して容易に確認することができる
プログラミング支援装置及びプログラミング支援方法を
提供することである。
The present invention was proposed in order to solve the above-mentioned problems of the prior art, and its object is GU.
It is to propose a programming support device and a programming support method for easily confirming the operating state of an I-part. Another object of the present invention is to provide a programming support device and a programming support method that are easy to operate. Still another object of the present invention is a GUI.
It is an object of the present invention to provide a programming support device and a programming support method capable of easily checking the operating status of components at a glance.

【0009】[0009]

【課題を解決するための手段】上記の目的を達するた
め、請求項1のプログラミング支援装置は、GUI部品
を用いるプログラムに対する入力操作を取得する入力手
段と、前記プログラムを前記入力操作に基づいて実行及
び中断する実行手段と、前記GUI部品の稼働状況に対
応する変数値を順次記録する記録手段と、記録された前
記変数値に基づいて、当該変数値に対応する前記GUI
部品の稼働状況を表示する表示手段と、を有することを
特徴とする。
In order to achieve the above object, a programming support device according to a first aspect of the invention has an input means for acquiring an input operation for a program using a GUI component, and the program is executed based on the input operation. And an executing means for interrupting, a recording means for sequentially recording a variable value corresponding to the operating status of the GUI component, and the GUI corresponding to the variable value based on the recorded variable value.
And a display unit for displaying the operating status of the component.

【0010】また、請求項2の発明は、請求項1記載の
プログラミング支援装置において、前記記録する変数値
の変数名として、前記プログラムから前記GUI部品の
変数名を抽出する抽出手段を有することを特徴とする。
The invention according to claim 2 is the programming support device according to claim 1, further comprising extraction means for extracting the variable name of the GUI component from the program as the variable name of the variable value to be recorded. Characterize.

【0011】また、請求項3の発明は、請求項1記載の
プログラミング支援装置において、前記表示手段は、前
記稼働状況を、イメージシンボルを用いたダイアグラム
形式で表示するように構成されたことを特徴とする。
According to a third aspect of the present invention, in the programming support device according to the first aspect, the display means is configured to display the operating status in a diagram format using image symbols. And

【0012】また、請求項4のプログラミング支援方法
は、GUI部品を用いるプログラムに対する入力操作を
取得する入力のステップと、前記プログラムを前記入力
操作に基づいて実行及び中断する実行のステップと、前
記GUI部品の稼働状況に対応する変数値を順次記録す
る記録のステップと、記録された前記変数値に基づい
て、当該変数値に対応する前記GUI部品の稼働状況を
表示する表示のステップと、を含むことを特徴とする。
According to a fourth aspect of the programming support method, an input step of acquiring an input operation for a program using a GUI component, an execution step of executing and suspending the program based on the input operation, and the GUI. A recording step of sequentially recording a variable value corresponding to the operating status of the component, and a display step of displaying the operating status of the GUI component corresponding to the variable value based on the recorded variable value. It is characterized by

【0013】また、請求項5の発明は、請求項4記載の
プログラミング支援方法において、前記記録する変数値
の変数名として、前記プログラムから前記GUI部品の
変数名を抽出する抽出のステップを含むことを特徴とす
る。
Further, the invention according to claim 5 is the programming support method according to claim 4, further comprising an extraction step of extracting a variable name of the GUI component from the program as a variable name of the variable value to be recorded. Is characterized by.

【0014】また、請求項6の発明は、請求項4記載の
プログラミング支援方法において、前記表示のステップ
では、前記稼働状況が、イメージシンボルを用いたダイ
アグラム形式で表示されることを特徴とする。
Further, the invention according to claim 6 is the programming support method according to claim 4, characterized in that in the step of displaying, the operating status is displayed in a diagram format using image symbols.

【0015】[0015]

【作用】上記のような構成を有する本発明は、次のよう
な作用を有する。すなわち、GUI部品を用いるプログ
ラムでは、GUI部品の表示・非表示などの稼働状況
は、必ず内部的な変数値と対応している。そして、請求
項1,4の発明では、プログラムの実行時に、GUI部
品の稼働状況に対応する変数値が順次記録される。記録
すべき変数は利用者が自ら指定してもよいし自動抽出し
てもよい。そして、GUI部品の稼働状況が、前記変数
値に基づいて表示されるので、稼働状況の確認はプログ
ラム実行後に改めて行うことができる。このため、GU
I部品自体の画面表示そのものを常に目視して確認を行
う必要がない。したがって、利用者の負担が軽減される
とともに、見落としの可能性も減少し、作業効率が向上
する。
The present invention having the above structure has the following functions. That is, in a program using GUI components, the operating status such as display / non-display of GUI components always corresponds to the internal variable value. Then, in the inventions of claims 1 and 4, when the program is executed, the variable values corresponding to the operating states of the GUI components are sequentially recorded. The variable to be recorded may be designated by the user or may be automatically extracted. Since the operating status of the GUI component is displayed based on the variable value, the operating status can be confirmed again after executing the program. Therefore, GU
It is not necessary to always visually check the screen display of the I-part itself. Therefore, the burden on the user is reduced, the possibility of oversight is reduced, and the work efficiency is improved.

【0016】また、請求項2,5の発明では、プログラ
ムで用いられているGUI部品の変数名が抽出されるの
で、利用者がこれら変数名を予め指定しておく必要がな
く、操作が容易になる。
Further, in the inventions of claims 2 and 5, since the variable names of the GUI parts used in the program are extracted, the user does not need to specify these variable names in advance, and the operation is easy. become.

【0017】また、請求項3,6の発明では、前記稼働
状況が、イメージシンボルを用いたダイアグラム形式で
表示されるので、稼働状況を一見して容易に確認するこ
とができる。
Further, in the inventions of claims 3 and 6, since the operating status is displayed in a diagram format using image symbols, the operating status can be easily checked at a glance.

【0018】[0018]

【実施例】次に、本発明の実施例について図面にしたが
って具体的に説明する。なお、実施例の各機能は、所定
のソフトウェアがコンピュータ及び周辺機器を制御する
ことで実現される。すなわち、本明細書では、発明及び
実施例を、各機能や各処理に対応する仮想的回路ブロッ
ク(「〜手段」や「〜部」など)を想定して説明してい
る。このため、各ブロックに対して、各ハードウェア要
素やソフトウェア要素は1対1には対応しない。
Embodiments of the present invention will now be specifically described with reference to the drawings. It should be noted that each function of the embodiment is realized by a predetermined software controlling a computer and peripheral devices. That is, in the present specification, the invention and the embodiments are described on the assumption of virtual circuit blocks (“-means”, “-units”, etc.) corresponding to each function and each process. Therefore, each hardware element or software element does not correspond to each block on a one-to-one basis.

【0019】実施例を実現するためのコンピュータは、
CPU、RAMからなる主記憶装置の他に、典型的に
は、キーボードやマウスなどの入力装置と、ハードディ
スク装置などの外部記憶装置と、CRT表示装置やプリ
ンタ印字装置などの出力装置と、必要な入出力制御回路
を含む。但し、コンピュータの規模・構成やCPUの数
・形式は自由で、例えば、コンピュータネットワーク、
分散処理、マルチタスクなどを自由に用い得る。また、
トラックボールやイメージスキャナなど他の入力装置
や、フロッピーディスク装置・光磁気ディスク装置・フ
ラッシュメモリなど他の記憶装置や、液晶表示装置など
他の出力装置を用いてもよい。
A computer for realizing the embodiment is
In addition to a main storage device including a CPU and a RAM, typically, an input device such as a keyboard and a mouse, an external storage device such as a hard disk device, and an output device such as a CRT display device and a printer printing device are required. It includes an input / output control circuit. However, the scale and configuration of the computer and the number and form of the CPU are arbitrary, such as a computer network,
Distributed processing, multitasking, etc. can be used freely. Also,
Other input devices such as a trackball and an image scanner, other storage devices such as a floppy disk device, a magneto-optical disk device, a flash memory, and other output devices such as a liquid crystal display device may be used.

【0020】また、実施例を実現するソフトウェアの形
式は、典型的には、OS上の応用ソフトウェアが考えら
れ、また、高級言語やアセンブラからコンパイルされた
機械語が考えられるが、本発明が実施できる限り、OS
を用いない、ソフトウェアをインタプリタで実行するな
ど自由に変更し得る。また、ソフトウェアの格納態様も
自由で、例えば、ROMに格納しておいても、外部記憶
装置から一度に又は一部づつ読み込んでも、部分ごとの
格納態様が異なってもよい。また、処理の各ステップに
ついては、その性質に反しない限り、順序の変更や並行
処理は自由である。
As a software format for realizing the embodiment, application software on an OS is typically considered, and a machine language compiled from a high-level language or an assembler is also conceivable. OS as much as possible
You can change it freely, such as not using, or running the software in an interpreter. Further, the software may be stored in any desired manner, for example, it may be stored in the ROM, read from the external storage device at one time or in part, or may be stored in different parts. Further, with respect to each step of the processing, the order can be changed and the parallel processing can be freely performed unless the property is violated.

【0021】また、本明細書において「入力」とは、外
部からのみならずファイルなどからの入力を含み、本来
の入力のみならずエコーバックや修正・編集などを含
む。同様に、「出力」とは、外部へのみならずファイル
などへの出力を含み、本来の出力のみならず出力範囲の
指定などを含む。また、ユーザインタフェースの形式
も、対話形式、メニュー形式、グラフィカルユーザイン
タフェースやマルチウインドウなど自由である。なお、
対話的入出力手順によって入力と出力を一体的操作によ
って実現してもよく、このような一体的操作によって、
選択・指定・特定などの処理を行ってもよい。
Further, in the present specification, "input" includes not only external input but also file input, and includes not only original input but also echo back and correction / editing. Similarly, "output" includes not only external output but also file output, and includes not only original output but also output range designation. The user interface may be of any type such as an interactive type, a menu type, a graphical user interface, or a multi-window. In addition,
Input and output may be realized by an integrated operation by an interactive input / output procedure, and by such an integrated operation,
Processing such as selection / designation / specification may be performed.

【0022】また、本明細書におけるデータの表現形式
やデータの格納手段の形式は自由で、例えば、データの
格納場所は内部記憶や外部記憶でもよく、ファイル形式
を用いるかも自由である。また、データは必要な間だけ
保持されれば十分でその後消滅してもよい。また、辞書
データのように当面変更されない情報はROMに格納し
てもよい。特に、本明細書添付の図面に含まれる図形
は、固定ディスク装置への限定を意味しない。
Further, the expression format of data and the format of the data storage means in this specification are arbitrary. For example, the data storage location may be internal storage or external storage, and the file format may be used. Further, the data need only be retained for as long as necessary, and may be lost thereafter. Information that is not changed for the time being, such as dictionary data, may be stored in the ROM. In particular, the figures included in the drawings accompanying this specification do not imply a limitation to fixed disk devices.

【0023】また、本明細書で明示せずとも、動作に必
要な一般的な情報やその格納領域、例えば、各種ポイン
タ、スタック、カウンタ、フラグ、パラメータ、ワーク
エリア、バッファなどが適宜用いられる。
Further, general information necessary for operation and a storage area thereof, such as various pointers, stacks, counters, flags, parameters, work areas, buffers, etc., may be appropriately used, even if not explicitly stated in this specification.

【0024】実施例の各部分が処理に要する情報は、特
に記載がない場合、当該情報を保持している他の部分か
ら獲得され、例えば、当該情報を格納している変数やメ
モリへのアクセスによって獲得される。また、実施例
は、他のソフトウェアとともに又はその一部として実現
したり、機能の一部を電子回路に置き換えてもよい。
Unless otherwise specified, information required by each part of the embodiment for processing is obtained from another part holding the information, for example, access to a variable or memory storing the information. Earned by. Further, the embodiment may be realized together with or as a part of other software, or part of the function may be replaced with an electronic circuit.

【0025】(1)実施例の構成 本実施例は、請求項1〜6に対応するもので、本実施例
の目的は、GUI部品の稼働状況を容易に確認するプロ
グラミング支援装置及びプログラミング支援方法を提案
することである。また、本実施例の他の目的は、操作が
容易なプログラミング支援装置及びプログラミング支援
方法を提供することである。また、本実施例のさらに他
の目的は、GUI部品の稼働状況を一見して容易に確認
することができるプログラミング支援装置及びプログラ
ミング支援方法を提供することである。
(1) Configuration of Embodiment This embodiment corresponds to claims 1 to 6, and the purpose of this embodiment is a programming support device and a programming support method for easily confirming the operating status of GUI parts. Is to propose. Another object of the present embodiment is to provide a programming support device and a programming support method that are easy to operate. Still another object of the present embodiment is to provide a programming support device and a programming support method that can easily check the operating status of GUI components at a glance.

【0026】まず、図1は、本実施例のプログラミング
支援装置の構成を示す機能ブロック図である。すなわ
ち、この図において、1は実行中のプログラムに対し入
力操作を行うための入力手段としてのマウスであり、入
力された操作は、マウス入力取得部2に入力される。こ
れらマウス1及びマウス入力取得部2は前記入力手段を
構成する。
First, FIG. 1 is a functional block diagram showing the configuration of the programming support device of this embodiment. That is, in this figure, reference numeral 1 is a mouse as an input means for performing an input operation for a program being executed, and the input operation is input to the mouse input acquisition unit 2. The mouse 1 and the mouse input acquisition unit 2 constitute the input means.

【0027】3はプログラムの原始プログラムとしての
ソースプログラムであり、多くの場合、コンパイラ・リ
ンカ等の翻訳手段4によって、コンピュータで実行可能
な実行プログラム5に変換される。なお、翻訳手段4は
本発明の必須の構成要件ではなく、本装置外部で翻訳さ
れた実行プログラム5が与えられれば本発明を実施する
ことができる。
Reference numeral 3 is a source program as a source program of the program, which is often converted into a computer-executable execution program 5 by a translation means 4 such as a compiler / linker. The translation means 4 is not an indispensable constituent element of the present invention, and the present invention can be implemented if the execution program 5 translated outside the apparatus is provided.

【0028】6はソースプログラム3からGUI部品を
定義している変数名を抽出する部品変数名抽出部(前記
抽出手段に対応するもの)であり、抽出した変数名は、
変数名記憶部7に格納される。
Reference numeral 6 denotes a component variable name extraction unit (corresponding to the extraction means) for extracting a variable name defining a GUI component from the source program 3, and the extracted variable name is
It is stored in the variable name storage unit 7.

【0029】8は、前記入力操作に基づいて、実行メモ
リ9を用い、実行プログラム5を実行するプログラム実
行部である。なお、GUI部品自体の表示そのものもプ
ログラム実行部5において生成ししかるべき表示装置に
表示することができる。なお、プログラム実行部8及び
実行メモリ9は、前記実行手段を構成する。
Reference numeral 8 is a program execution unit that executes the execution program 5 using the execution memory 9 based on the input operation. It should be noted that the display itself of the GUI component itself can be generated on the program execution unit 5 and displayed on an appropriate display device. The program execution unit 8 and the execution memory 9 constitute the execution means.

【0030】10はコンピュータに内蔵された時計であ
るクロック11から時間情報を取得するためのシステム
時間取得部であり、時間情報を提供する。
Reference numeral 10 denotes a system time acquisition unit for acquiring time information from a clock 11, which is a clock built in the computer, and provides time information.

【0031】12は、抽出された前記変数名に該当する
変数値を、実行メモリ9から順次読み出して部品稼働状
況記憶部13に格納する変数値読出し保持部である。な
お、変数名記憶部7、システム時間取得部10、クロッ
ク11、変数値読出し保持部12及び部品稼働状況記憶
部13は、前記記録手段を構成する。
Reference numeral 12 is a variable value read / hold unit for sequentially reading the variable values corresponding to the extracted variable names from the execution memory 9 and storing them in the component operation status storage unit 13. The variable name storage unit 7, the system time acquisition unit 10, the clock 11, the variable value reading and holding unit 12, and the component operation status storage unit 13 constitute the recording means.

【0032】14は、記録された前記変数値を読み出
し、部品の稼働状況を表示するための表示枠となる情報
をダイアグラムイメージ格納部15から、部品の稼働状
況を示すイメージシンボルをシンボルイメージ格納部1
6からそれぞれ読み出して表示データを生成するGUI
部品稼働状況表示データ生成部である。また、17は、
CRTなどの表示装置18に対し表示データを送出し
て、コンピュータの表示画面上に情報を表示するよう制
御する表示駆動制御部である。
Reference numeral 14 reads out the recorded variable values, and information from the diagram image storage unit 15 is used as a display frame for displaying the operating status of the component, and an image symbol indicating the operating status of the component is stored in the symbol image storage unit. 1
GUI for reading each from 6 and generating display data
It is a component operation status display data generation unit. Also, 17 is
A display drive control unit that sends display data to a display device 18 such as a CRT and controls to display information on a display screen of a computer.

【0033】なお、GUI部品稼働状況表示データ生成
部14、ダイアグラムイメージ格納部15、シンボルイ
メージ格納部16、表示駆動制御部17、表示装置18
は、前記表示手段を構成する。
The GUI component operation status display data generation unit 14, the diagram image storage unit 15, the symbol image storage unit 16, the display drive control unit 17, and the display device 18 are provided.
Constitutes the display means.

【0034】19は本装置各部の動作を制御する制御部
であり、主に、前記時間情報に基づいて、部品変数名抽
出部6、プログラム実行部8、変数値読み出し保持部1
2、GUI部品稼働状況表示データ生成部14などを制
御する。
Reference numeral 19 is a control section for controlling the operation of each section of the apparatus, mainly based on the time information, the part variable name extracting section 6, the program executing section 8, the variable value reading and holding section 1.
2. Control the GUI component operation status display data generation unit 14 and the like.

【0035】(2)実施例の作用及び効果 次に、具体的な画面表示やプログラムの例を用いて、本
装置の動作を説明する。ここで、図2は本実施例のプロ
グラミング支援装置の動作手順を示すフローチャートで
ある。
(2) Operation and effect of the embodiment Next, the operation of the present apparatus will be described by using specific examples of screen display and programs. Here, FIG. 2 is a flowchart showing the operation procedure of the programming support device of the present embodiment.

【0036】なお、本実施例では、GUI部品を用いる
プログラムを、代表的なウィンドウシステムであるXウ
ィンドウのC言語によるプログラムとする。図3〜図5
は、本実施例におけるGUI部品を用いるプログラムの
一例を示す図(各々前部、中間部、後部)である。この
プログラムを実行すると、利用者の操作に応じてボタン
を含む画面表示が行われる。図6は、本実施例における
画面表示の例を示す図である。
In the present embodiment, the program using the GUI component is a program in the C language of X window which is a typical window system. 3 to 5
[FIG. 6] is a diagram (front part, middle part, rear part) showing an example of a program using GUI components in the present embodiment. When this program is executed, a screen display including buttons is displayed according to the user's operation. FIG. 6 is a diagram showing an example of a screen display in this embodiment.

【0037】また、シンボルイメージ格納部16には、
プログラムにおいて利用されるGUI部品の稼働状況を
視覚的に表示するための、部品稼働状況に対応したイメ
ージシンボルが予め格納されている。図7は、本実施例
におけるイメージシンボルの例を示す図である。さら
に、ダイアグラムイメージ格納部15には、前記イメー
ジシンボルを表示する際の表示枠となるダイアグラムの
イメージが予め格納されている。図8は、本実施例にお
けるダイアグラムのイメージの例を示す図である。
The symbol image storage unit 16 also stores
An image symbol corresponding to the component operating status is stored in advance for visually displaying the operating status of the GUI component used in the program. FIG. 7 is a diagram showing an example of image symbols in the present embodiment. Further, the diagram image storage unit 15 stores in advance an image of a diagram that serves as a display frame when the image symbol is displayed. FIG. 8 is a diagram showing an example of an image of a diagram in this embodiment.

【0038】[抽出のステップ]まず、制御部19の指
示に基づいて、部品変数名抽出部6が、ソースプログラ
ム3からGUI部品の稼働状況を表現している変数名を
抽出する(ステップ201)。本実施例におけるプログ
ラムは、上述したように、XウィンドウのC言語による
プログラムであり、変数名の取得は、ソースプログラム
3の中から、Widgetという型宣言がなされた変数
を検索し、その変数の名称を抽出することによって行う
ことができる。
[Extraction Step] First, based on an instruction from the control unit 19, the component variable name extraction unit 6 extracts a variable name expressing the operating status of the GUI component from the source program 3 (Step 201). . As described above, the program in the present embodiment is a program in the C language of the X window, and the variable name is acquired by searching the source program 3 for a variable whose type declaration is "Widget" and This can be done by extracting the name.

【0039】次に、部品変数名抽出部6は、これら変数
名を変数名記憶部7に格納する。図9は、本実施例にお
いて、変数名記憶部7に格納された変数名の例を示す図
である。ここでは、図6の「実行」ボタンに対応する変
数名execbtn 及び「中断」ボタンに対応する変数名stop
btn などが抽出され格納されている。このように変数名
を格納した後(ステップ202)、部品変数名抽出部6
は制御部19に対し処理完了を通知する。
Next, the component variable name extraction unit 6 stores these variable names in the variable name storage unit 7. FIG. 9 is a diagram showing an example of variable names stored in the variable name storage unit 7 in this embodiment. Here, the variable name execbtn corresponding to the "Execute" button and the variable name stop corresponding to the "Stop" button in FIG.
btn etc. are extracted and stored. After storing the variable names in this way (step 202), the component variable name extraction unit 6
Notifies the control unit 19 of the completion of processing.

【0040】一方、システム時間取得部10は、コンピ
ュータに内蔵されたクロック11から現在時刻を取得
し、制御部19及び変数値読み出し保持部12に現在時
刻を送出している。制御部19は、部品変数名抽出部6
からの処理完了の通知を受けると、システム時間取得部
10から送出されている現在時刻を取得し保持する(ス
テップ203)。
On the other hand, the system time acquisition unit 10 acquires the current time from the clock 11 built in the computer and sends the current time to the control unit 19 and the variable value reading and holding unit 12. The control unit 19 uses the component variable name extraction unit 6
When the notification of the completion of processing is received from, the current time sent from the system time acquisition unit 10 is acquired and held (step 203).

【0041】[実行のステップ]そして、制御部19の
指示によって、プログラム実行部8が実行メモリ9を用
いて実行プログラム5の実行を開始する(ステップ20
4)。プログラム5の実行では、マウス1に対する利用
者の入力操作は、マウス入力取得部2を介してプログラ
ム実行部8に送られ、プログラムの継続的な処理が行わ
れる。プログラム実行部8は、実行プログラム5の実行
中、制御部19から制御通知を待ち続け、また、実行プ
ログラム5の実行が終了した場合は実行終了の通知を制
御部19に送出する。
[Execution Step] Then, according to an instruction from the control section 19, the program execution section 8 starts execution of the execution program 5 using the execution memory 9 (step 20).
4). In the execution of the program 5, the user's input operation on the mouse 1 is sent to the program execution unit 8 via the mouse input acquisition unit 2, and the continuous processing of the program is performed. The program execution unit 8 continues to wait for a control notification from the control unit 19 during the execution of the execution program 5, and when the execution of the execution program 5 is completed, sends the execution completion notification to the control unit 19.

【0042】一方、制御部19は、プログラム実行部8
から実行終了の通知を待ち続けるが、実行終了の通知が
ない場合、実行プログラム5の実行は継続中、すなわ
ち、未終了とみなし(ステップ205)、実行と記録と
を繰り返すようにプログラム実行部8及び変数値読出し
保持部12等を制御する。
On the other hand, the control unit 19 includes the program execution unit 8
The execution of the execution program 5 is considered to be continuing, that is, the execution is not completed (step 205), and the program execution unit 8 repeats the execution and the recording. Also, the variable value read / hold unit 12 and the like are controlled.

【0043】[記録のステップ]すなわち、まず、プロ
グラム実行部8による実行プログラム5の実行が継続中
であるとき、制御部19は、システム時間取得部10か
ら送出される現在時刻を取得し、前回取得し保持してあ
る時刻と比較することで経過時間を算出する(ステップ
206)。
[Recording Step] That is, first, when the execution program 5 is being executed by the program execution unit 8, the control unit 19 acquires the current time sent from the system time acquisition unit 10, The elapsed time is calculated by comparing the acquired and held time (step 206).

【0044】そして、この経過時間が一定の時間、例え
ば500ミリ秒以上であれば(ステップ207)、制御
部19はプログラム実行部8に対し、実行プログラム5
の実行を中断するよう指示を送出する(ステップ20
8)。
When the elapsed time is a fixed time, for example, 500 milliseconds or more (step 207), the control unit 19 instructs the program execution unit 8 to execute the execution program 5
Sends an instruction to suspend the execution of
8).

【0045】ここで、経過時間はコンピュータの処理能
力に応じて変更してよい。すなわち、この場合の経過時
間は、プログラムを中断させる時間間隔を決定するが、
GUI部品の稼働状況を記録する時間間隔は、処理を実
行するコンピュータの処理能力によって、適切な時間間
隔が異なるからである。
Here, the elapsed time may be changed according to the processing capability of the computer. That is, the elapsed time in this case determines the time interval at which the program is interrupted,
This is because the time interval for recording the operating status of the GUI component differs depending on the processing capability of the computer that executes the process.

【0046】例えば、処理能力の高いコンピュータで
は、プログラムの実行は高速で処理されるので、部品稼
働状況の記録は、短い時間間隔で実施しなければならな
い。また、このように処理能力の高いコンピュータで
は、プログラムの実行と同様に部品稼働状況を記録する
処理も高速で実行されるため、部品稼働状況の記録を短
い時間間隔で実施しても全体の処理が停滞するおそれが
ない。
For example, in a computer having a high processing capacity, the execution of the program is processed at high speed, so the recording of the component operating status must be performed at short time intervals. Also, in a computer with such a high processing capability, the process of recording the component operating status is executed at high speed as well as the execution of the program, so that even if the recording of the component operating status is performed at a short time interval, the entire processing is performed. There is no risk of stagnation.

【0047】逆に、処理能力の低いコンピュータを用い
る場合、部品稼働状況の記録を短い時間間隔で実施する
と、プログラムの処理が進まないうちに次の記録処理が
行われ、結果的に全体の処理が停滞するおそれがある。
このような場合は、プログラムを中断させる時間間隔で
ある経過時間を、例えば1000ミリ秒などと、長い時
間間隔とすればよい。
On the other hand, when a computer with a low processing capacity is used, if the recording of the component operating status is performed at short time intervals, the next recording processing is performed before the processing of the program progresses, and as a result, the entire processing is performed. May be stagnant.
In such a case, the elapsed time, which is the time interval at which the program is interrupted, may be a long time interval such as 1000 milliseconds.

【0048】プログラム実行部8は、制御部19からの
指示を受けると、実行プログラム5の実行を一時的に中
断する(ステップ208)。続いて、制御部19は、変
数値読み出し保持部12に対し実施中のGUIロプログ
ラムの部品稼働状況を記録するよう指示を送出する。す
ると、変数値読み出し保持部12は、前記抽出された変
数名に対応する変数値を実行メモリ9から読み出す(ス
テップ209)。
Upon receiving the instruction from the control unit 19, the program execution unit 8 suspends the execution of the execution program 5 (step 208). Subsequently, the control unit 19 sends an instruction to the variable value reading and holding unit 12 to record the component operating status of the GUI program being executed. Then, the variable value reading / holding unit 12 reads the variable value corresponding to the extracted variable name from the execution memory 9 (step 209).

【0049】そして、変数値読み出し保持部12は、シ
ステム時間取得部10から送出される現在時刻を受け取
り、部品稼働状況記憶部13に、記録に係る現在時刻、
変数名を格納する(ステップ210)。図10は、本実
施例におけるプログラムが起動してから1000ミリ秒
経過後で、かつボタンが未操作の状態での部品稼働状況
記憶部13の内容の例を示す図である。変数値読み出し
保持部12は、部品稼働状況記憶部13への書き込みが
終わると、制御部19に対し処理完了の信号を送出す
る。
Then, the variable value reading / holding unit 12 receives the current time sent from the system time acquisition unit 10, and stores it in the component operation status storage unit 13 as the current time of recording,
The variable name is stored (step 210). FIG. 10 is a diagram showing an example of the contents of the component operation status storage unit 13 after 1000 milliseconds have elapsed since the program in the present embodiment was activated and the buttons have not been operated. The variable value read-out / holding unit 12 sends a processing completion signal to the control unit 19 when the writing to the component operation status storage unit 13 is completed.

【0050】制御部19は、変数値読み出し保持部12
からの処理終了の送信を受けると、保持している前回取
得した時刻を、直前に取得した現在時刻で更新して保持
する。そして、さらに、プログラム実行部8に対し、実
行プログラム5の実行を再開するよう指示を送出する。
プログラム実行部8は、実行プログラム5の処理を中断
した直後の状態から続行させる(ステップ211)。
The control unit 19 controls the variable value reading and holding unit 12
When the processing end transmission from is received, the previously acquired time is updated with the current time acquired immediately before and is held. Then, it further sends an instruction to the program execution unit 8 to restart the execution of the execution program 5.
The program execution unit 8 continues the processing of the execution program 5 from the state immediately after the interruption (step 211).

【0051】[表示のステップ]制御部19は、プログ
ラム実行部8からの実行終了通知を待ち続け、ステップ
205において、プログラム実行部8から制御部19に
対し実行終了の通知があった場合は、GUI部品稼働状
況表示データ生成部14に対し、部品稼働状況の表示デ
ータを生成するよう指示を送出する。
[Display Step] The control unit 19 keeps waiting for the execution end notification from the program execution unit 8. If the execution end notification is sent from the program execution unit 8 to the control unit 19 in step 205, The GUI component operation status display data generation unit 14 is instructed to generate the component operation status display data.

【0052】制御部19からの指示を受けると、GUI
部品稼働状況表示データ生成部14は、まず、部品稼働
状況記憶部13から、格納されている時刻、変数名、変
数値を読み出す(ステップ212)。続いて、生成部1
4は、イメージシンボルと(ステップ213)、表示枠
となる表示データを読み出す(ステップ214)。そし
て、生成部14は、表示枠内に、時刻、部品の変数名と
ともに、変数値の変化に対応するイメージシンボルを表
示するためのデータを生成し、この表示データを表示駆
動制御部17に送出する。
Upon receiving an instruction from the control unit 19, the GUI
The component operation status display data generation unit 14 first reads the stored time, variable name, and variable value from the component operation status storage unit 13 (step 212). Then, the generation unit 1
4 reads out the image data (step 213) and the display data to be the display frame (step 214). Then, the generation unit 14 generates the data for displaying the image symbol corresponding to the change of the variable value together with the time and the variable name of the component in the display frame, and sends this display data to the display drive control unit 17. To do.

【0053】表示駆動制御部17は、この表示データを
CRTなどの表示装置18に表示するよう制御を行い、
表示装置18にGUI部品の稼働状況が表示される(ス
テップ215)。図11は、本実施例におけるGUI部
品稼働状況の画面表示の一例を示す図である。
The display drive controller 17 controls the display device 18 such as a CRT to display the display data.
The operating status of the GUI component is displayed on the display device 18 (step 215). FIG. 11 is a diagram showing an example of a screen display of the GUI component operating status in the present embodiment.

【0054】この表示では、実行ボタン(execbtn) と中
断ボタン(stopbtn) が同時に表示されることがなく、且
つ、必然的に実行ボタンと中断ボタンとが同時に入力可
能とならないことを容易に確認することができる。
In this display, it is easy to confirm that the execute button (execbtn) and the suspend button (stopbtn) are not displayed at the same time, and inevitably the execute button and the suspend button cannot be simultaneously input. be able to.

【0055】このように、本実施例によれば、稼働状況
の確認はプログラム実行後に改めて行うことができる。
このため、GUI部品自体の画面表示そのものを常に目
視して確認を行う必要がない。したがって、利用者の負
担が軽減されるとともに、見落としの可能性も減少し、
作業効率が向上する。
As described above, according to this embodiment, the operation status can be confirmed again after the program is executed.
Therefore, it is not necessary to always visually check the screen display itself of the GUI component itself. Therefore, the burden on the user is reduced and the possibility of oversight is reduced,
Work efficiency is improved.

【0056】また、本実施例では、プログラムで用いら
れているGUI部品の変数名が抽出されるので、利用者
がこれら変数名を予め指定しておく必要がなく、操作が
容易になる。さらに、本実施例では、前記稼働状況が、
イメージシンボルを用いたダイアグラム形式で表示され
るので、稼働状況を一見して容易に確認することができ
る。
Further, in the present embodiment, since the variable names of the GUI parts used in the program are extracted, the user does not need to specify these variable names in advance, and the operation becomes easy. Furthermore, in this embodiment, the operating status is
Since it is displayed in a diagram format using image symbols, you can easily check the operating status at a glance.

【0057】(3)他の実施例 なお、本発明は上記実施例に限定されるものではなく、
実施態様の変更は自由であるから、次に例示するような
他の実施例をも包含するものである。例えば、プログラ
ム言語やGUI部品の内容は自由であり、ウインドウシ
ステムは必須ではない。また、実行対象となるプログラ
ムの種類も、機械語のロードモジュール、インタプリタ
言語、中間コードなど自由である。
(3) Other Embodiments The present invention is not limited to the above embodiments,
Since the embodiment can be freely changed, the present invention also includes other embodiments as illustrated below. For example, the contents of the programming language and GUI parts are free, and the window system is not essential. Also, the type of program to be executed is free, such as a machine language load module, interpreter language, or intermediate code.

【0058】また、記録する変数値の変数名は自動抽出
せず、利用者が自由に設定してもよい。また、GUI部
品の稼働状況はシンボルイメージを用いたダイアグラム
形式には限定されず、文字列で表示するなど自由な形式
で表示してもよい。また、表示は画面表示装置のみなら
ずプリンタ出力などによって行ってもよい。
The variable name of the variable value to be recorded may be freely set by the user without being automatically extracted. The operating status of the GUI component is not limited to the diagram format using the symbol image, and may be displayed in a free format such as a character string. The display may be performed not only by the screen display device but also by printer output or the like.

【0059】[0059]

【発明の効果】以上説明したように、本発明によれば、
GUI部品の表示結果を容易に確認できるので、プログ
ラミングの効率が向上する。
As described above, according to the present invention,
Since the display result of the GUI part can be easily confirmed, the programming efficiency is improved.

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

【図1】本発明の実施例のプログラミング支援装置の構
成を示す機能ブロック図
FIG. 1 is a functional block diagram showing a configuration of a programming support device according to an embodiment of the present invention.

【図2】本発明の実施例のプログラミング支援装置の動
作手順を示すフローチャート
FIG. 2 is a flowchart showing an operation procedure of the programming support device according to the embodiment of the present invention.

【図3】本発明の実施例におけるGUI部品を用いるプ
ログラムの一例を示す図(前部)
FIG. 3 is a diagram (front part) showing an example of a program using a GUI component according to the embodiment of the present invention.

【図4】本発明の実施例におけるGUI部品を用いるプ
ログラムの一例を示す図(中間部)
FIG. 4 is a diagram showing an example of a program using a GUI component in the embodiment of the present invention (intermediate part).

【図5】本発明の実施例におけるGUI部品を用いるプ
ログラムの一例を示す図(後部)
FIG. 5 is a diagram (rear part) showing an example of a program using a GUI component according to the embodiment of the present invention.

【図6】本発明の実施例における画面表示の例を示す図FIG. 6 is a diagram showing an example of screen display in the embodiment of the present invention.

【図7】本発明の実施例におけるイメージシンボルの例
を示す図
FIG. 7 is a diagram showing an example of an image symbol in the embodiment of the present invention.

【図8】本発明の実施例におけるダイアグラムのイメー
ジの例を示す図
FIG. 8 is a diagram showing an example of an image of a diagram in the embodiment of the present invention.

【図9】本発明の実施例において、変数名記憶部7に格
納された変数名の例を示す図
FIG. 9 is a diagram showing an example of variable names stored in a variable name storage unit 7 in the embodiment of the present invention.

【図10】本発明の実施例におけるプログラムが起動し
てから1000ミリ秒経過後で、かつボタンが未操作の
状態での部品稼働状況記憶部13の内容の例を示す図
FIG. 10 is a diagram showing an example of the contents of the component operation status storage unit 13 after 1000 milliseconds have elapsed since the program was started and the buttons were not operated in the embodiment of the present invention.

【図11】本発明の実施例におけるGUI部品稼働状況
の画面表示の一例を示す図
FIG. 11 is a diagram showing an example of a screen display of GUI component operating status in the embodiment of the invention.

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

1…マウス 2…マウス入力取得部 3…ソースプログラム 4…翻訳手段 5…実行プログラム 6…部品変数名抽出部 7…変数名記憶部 8…プログラム実行部 9…実行メモリ 10…システム時間取得部 11…クロック 12…変数値読み出し保持部 13…部品稼働状況記憶部 14…GUI部品稼働状況表示データ生成部 15…ダイアグラムイメージ格納部 16…シンボルイメージ格納部 17…表示駆動制御部 18…表示装置 19…制御部 200以降…手順の各ステップ 1 ... Mouse 2 ... Mouse input acquisition unit 3 ... Source program 4 ... Translation means 5 ... Execution program 6 ... Part variable name extraction unit 7 ... Variable name storage unit 8 ... Program execution unit 9 ... Execution memory 10 ... System time acquisition unit 11 ... clock 12 ... variable value read-out holding unit 13 ... parts operation status storage unit 14 ... GUI parts operation status display data generation unit 15 ... diagram image storage unit 16 ... symbol image storage unit 17 ... display drive control unit 18 ... display device 19 ... Control unit 200 or later ... Each step of the procedure

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 GUI部品を用いるプログラムに対する
入力操作を取得する入力手段と、 前記プログラムを前記入力操作に基づいて実行及び中断
する実行手段と、 前記GUI部品の稼働状況に対応する変数値を順次記録
する記録手段と、 記録された前記変数値に基づいて、当該変数値に対応す
る前記GUI部品の稼働状況を表示する表示手段と、 を有することを特徴とするプログラミング支援装置。
1. An input unit for acquiring an input operation for a program using a GUI component, an executing unit for executing and suspending the program based on the input operation, and a variable value corresponding to an operating status of the GUI component sequentially. A programming support device comprising: a recording unit that records, and a display unit that displays an operating status of the GUI component corresponding to the variable value based on the recorded variable value.
【請求項2】 前記記録する変数値の変数名として、前
記プログラムから前記GUI部品の変数名を抽出する抽
出手段を有することを特徴とする請求項1記載のプログ
ラミング支援装置。
2. The programming support device according to claim 1, further comprising extraction means for extracting the variable name of the GUI component from the program as the variable name of the variable value to be recorded.
【請求項3】 前記表示手段は、前記稼働状況を、イメ
ージシンボルを用いたダイアグラム形式で表示するよう
に構成されたことを特徴とする請求項1記載のプログラ
ミング支援装置。
3. The programming support device according to claim 1, wherein the display means is configured to display the operating status in a diagram format using image symbols.
【請求項4】 GUI部品を用いるプログラムに対する
入力操作を取得する入力のステップと、 前記プログラムを前記入力操作に基づいて実行及び中断
する実行のステップと、 前記GUI部品の稼働状況に対応する変数値を順次記録
する記録のステップと、 記録された前記変数値に基づいて、当該変数値に対応す
る前記GUI部品の稼働状況を表示する表示のステップ
と、 を含むことを特徴とするプログラミング支援方法。
4. An input step of acquiring an input operation for a program using a GUI component, an execution step of executing and suspending the program based on the input operation, and a variable value corresponding to an operating status of the GUI component. And a step of displaying, based on the recorded variable value, an operating status of the GUI component corresponding to the variable value, the programming support method.
【請求項5】 前記記録する変数値の変数名として、前
記プログラムから前記GUI部品の変数名を抽出する抽
出のステップを含むことを特徴とする請求項4記載のプ
ログラミング支援方法。
5. The programming support method according to claim 4, further comprising an extraction step of extracting the variable name of the GUI component from the program as the variable name of the variable value to be recorded.
【請求項6】 前記表示のステップでは、前記稼働状況
が、イメージシンボルを用いたダイアグラム形式で表示
されることを特徴とする請求項4記載のプログラミング
支援方法。
6. The programming support method according to claim 4, wherein in the displaying step, the operating status is displayed in a diagram format using image symbols.
JP7067925A 1995-03-27 1995-03-27 Programming support device and method Pending JPH08263333A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7067925A JPH08263333A (en) 1995-03-27 1995-03-27 Programming support device and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7067925A JPH08263333A (en) 1995-03-27 1995-03-27 Programming support device and method

Publications (1)

Publication Number Publication Date
JPH08263333A true JPH08263333A (en) 1996-10-11

Family

ID=13358987

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7067925A Pending JPH08263333A (en) 1995-03-27 1995-03-27 Programming support device and method

Country Status (1)

Country Link
JP (1) JPH08263333A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001097034A1 (en) * 2000-06-14 2001-12-20 Seiko Epson Corporation Automatic evaluation method and automatic evaluation system and storage medium storing automatic evaluation program
JP2007048309A (en) * 2006-09-29 2007-02-22 Mitsubishi Electric Corp User interface device and program therefor
JP2011159325A (en) * 2011-05-12 2011-08-18 Mitsubishi Electric Corp User interface device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001097034A1 (en) * 2000-06-14 2001-12-20 Seiko Epson Corporation Automatic evaluation method and automatic evaluation system and storage medium storing automatic evaluation program
JP2007048309A (en) * 2006-09-29 2007-02-22 Mitsubishi Electric Corp User interface device and program therefor
JP2011159325A (en) * 2011-05-12 2011-08-18 Mitsubishi Electric Corp User interface device

Similar Documents

Publication Publication Date Title
EP0508633A2 (en) Dynamic user panels
JP4059547B2 (en) How to execute commands in a client / server medical imaging system
US20080244593A1 (en) Task roster
TW200421189A (en) Tool-tip for multimedia files
JP2000047857A (en) Method for programming event-driven type function block, and program recording medium
JPH08263333A (en) Programming support device and method
JPH0944379A (en) Method and device for supporting programming
EP0273248A2 (en) Machine/user conversation windowing
JP3538292B2 (en) Runtime program translation method
JP2009223471A (en) Simulation system
JP4925514B2 (en) Program execution control method, program, execution control apparatus, and recording medium by internal / external event driven system
JP3463331B2 (en) Menu selection method
JPH10301809A (en) Method for automatically generating gui operation procedure
JP3016217B2 (en) Image processing system that can play back operation history
JPH01191269A (en) Image controller
JPH06202841A (en) Display method for icon
EP1168122A2 (en) Analyzer system
JPH07334358A (en) Procedure editing device
JPH0736869A (en) Document editor
JP2001109550A (en) Method and device for information processing
JPH04318622A (en) Simple program generation system
JP2001067161A (en) Information providing system, its method and computer readable recording medium recording information providing program
JP2000163282A (en) Computer
JP2000305816A (en) Method and device for collecting program operation environment information and computer readable recording medium
JPH06110834A (en) Software application executing device