"Attach to process" missing from Delphi 7's Run menu
Posted
by glob
on Stack Overflow
See other posts from Stack Overflow
or by glob
Published on 2010-04-07T02:09:22Z
Indexed on
2010/04/07
2:13 UTC
Read the original article
Hit count: 368
I have to resurrect an ancient Delphi 7 application, which means I have to use the D7 IDE. Upgrading the project to a more recent version of Delphi unfortunately isn't an option.
My new D7 installation's Run menu is missing Attach to Process. Aside from the missing menu item, the debugger works fine (I can debug normal Delphi executables started with Run).
I know D7 supported this feature (it's in the help file), so does anyone have any idea what I've missed? The installation is Delphi 7 Enterprise (Version 7.0 Build 4.453).
Current Run menuitems:
- Run
- Parameters...
- -
- Step Over
- Trace Into
- Trace to next Source line
- Run to Cursor
- Run Until Return
- Show Execution Point
- Program Pause
- Program Reset
- -
- Evaluate/Modify
- Add Watch
- Add Breakpoint >
© Stack Overflow or respective owner