jon bondy
jon bondy

Reputation: 421

Cannot Step after Breakpoint in Delphi 7

I just moved my development environment from a Win XP VM to an Win 7 VM. I reinstalled everything. When I debug a DLL in Delphi 7, it stops at the breakpoints, but the watched variables say

process not accessible

and I can not Step Over or Trace Into. I am using a Host Application, as in the past.

Pretty sure this is some simple mis-configuration error, but I'm not sure what it is.

Upvotes: 0

Views: 888

Answers (1)

Jacek U
Jacek U

Reputation: 53

I had the same problem when debugging dll but in Delphi 5. I found somewhere on the internet that I should close the IDE and remove *.dsk project file. After that Delphi 5 started to work properly.

Upvotes: 1

Related Questions