The Delphi7 Application has two EXE. One main EXE and other Secondry EXE. Main Exe loads this Secondry Exe when it runs(executed) as I have checked it in the EVENT LOG.
I want to debug this secondry exe. At present I am able to debug only main exe. The functionalities of Secondry Exe are called using the interface from Main Exe.
When I set the debug points in Secondry Exe and execute the Main Exe. The debug points in the Secondry Exe are marked checked with green color(Not the cross). But the debugger is not coming to the Secondry Exe it is confined to the Main Exe only.
Three options I have already set in both project 0n Project -> Options
1 Checked Use debug DCUs option on compiler page
2 Include TD32 debug info on Linker page
3 Include remote debug symbols on Linker page
This Delphi7 Application was built by some one else. I have to carry out certain changes.
So if anyone aware of above problem (debugging one Exe from other Exe) kindly help me out.