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:

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:

Hit Shift+F9. It's undocumented. This page gave me the clue.
dclusr.dpk as described by the webpage linked to.It's on the Run Menu in Delphi, or Shift+Ctrl+F9
