2

In Delphi XE+ there's an option to run without debugging. Is there a way to do the same in Delphi 7? I have to manually disable/enable all the breakpoints.

Update:

enter image description here

1
  • Note that the IDE can customize the buttons to its toolbar, so adding a "Run Without Debugging" button just close to the "Run" button is easy and efficient. Commented Jun 24, 2015 at 10:21

2 Answers 2

3

Hit Shift+F9. It's undocumented. This page gave me the clue.

Sign up to request clarification or add additional context in comments.

3 Comments

I checked with Delphi 6. It doesn't work out of the box, if I understand correctly, you need to create the dclusr.dpk as described by the webpage linked to.
As far as I can remember, It has always worked since Delphi 1. And even in Turbo Pascal before that.
@rohit I don't know that because I didn't use earlier versions and if it's an undocumented feature then people wouldn't know about this regardless how many versions ago it existed earlier. If it works why didn't they show it in the menu!?
2

It's on the Run Menu in Delphi, or Shift+Ctrl+F9

Screenshot

4 Comments

I don't have that option. Are you sure you're running Delphi 7? I added an update which shows I don't have that option.The keyboard short-cut didn't do anything
It's definitely Delphi 7. Perhaps one of my IDE add ins added it. I can't check now, but maybe DDevExtensions or CnPack added it.
It was shift-F9. The extensions you mentioned are helpful. CnPack and DDevExtensions didn't add the option.
I have that menu item too, (legal) Delphi 7 Professional (Build 4.453).

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.