Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I pass parameters to my program when debugging?

I am using Delphi 5. If I have to run my project I have to run it from the command prompt and pass the parameters with cmd. I want to debug the project step by step. How do I pass paramaters through the IDE or any other way so that I can debug the program?

like image 836
naren Avatar asked Dec 03 '22 02:12

naren


1 Answers

The menu option is under Run -> Parameters. Just fill in the "Parameters" box, leave "Host application" blank.

Run parameters

like image 50
Blorgbeard Avatar answered Dec 18 '22 07:12

Blorgbeard