0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

CPU ウィンドウを Delphi 2 および 3 で使う

Last updated at Posted at 2020-10-09

はじめに

何を今更な話です。

CPU ウィンドウについて

[CPU ウィンドウ] の機能 は Delphi 4 からの実装なのですが、レジストリに値を追加する事により、裏技的に Delphi 2 から利用可能となります。
image.png
Delphi 2 の場合ですと、HKEY_CURRENT_USER\Software\Borland\Delphi\2.0\DebuggingEnableCPU (REG_SZ) を新規作成して値を 1 に設定すると [CPU ウィンドウ] が使えるようになります。
image.png

バージョン レジストリ位置 メニュー
Delphi 2 HKEY_CURRENT_USER\Software\Borland\Delphi\2.0\Debugging [表示|CPU]
Delphi 3 HKEY_CURRENT_USER\Software\Borland\Delphi\3.0\Debugging [表示|CPU ウィンドウ]
Delphi 4 以降 (不要) [表示|デバッグ|CPU]

Delphi 2

image.png

Delphi 3

image.png

おわりに

Delphi 2Delphi 3 のプロジェクトの殆どが Delphi 7 でコンパイル可能で、Delphi 7 でコンパイルできなくても Delphi 5 ではまずコンパイルできるので、この情報が必要になる方はあまりいらっしゃらないかとは思います。

残念ながら Delphi 1 にはこの機能はありません。

See also:

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?