Command Line Parameters

Last Updated: 9/18/2008



Sections above here:
Home  »  Development  »  Debugging

Sections below here:

    Topics in this section:
    Debugging
    Debug Output
    Detecting Errors
    Command Line Parameters

    Search Documentation:

    Auto Browser Launch

    Auto Browser Launch To further expedite development you can add "/LaunchBrowser" to the application parameters to have the program launch the browser automatically each time it is run. To do this in Delphi, select the Parameters menu item from the Run menu. Then enter "/LaunchBrowser" in the Parameters field. The next time you execute your application the browser will automatically be launched. Same thing can be achieved in Visual Studio .NET by entering "/LaunchBrowser" for the Command Line Arguments option from the project's properties pages, Configuration Properties/Debugging section.

    Auto Minimize

    The debug screen can be told to start minimized by passing /minimize on the command line. This is useful during development if combined with /LaunchBrowser

    Auto Browser Launch To further expedite development you can add "/LaunchBrowser" to the application parameters to have the program launch the browser automatically each time it is run. To do this in Delphi , select the Parameters menu item from the Run menu. Then enter "/LaunchBrowser" in the Parameters field. The next time you execute your application the browser will automatically be launched. Same thing can be achieved in Visual Studio .NET by entering "/LaunchBrowser" for the Command Line Arguments option from the project's properties pages, Configuration Properties/Debugging section.
    Auto Minimize

    The debug screen can be told to start minimized by passing /minimize on the command line. This is useful during development if combined with /LaunchBrowser




    (C) 2002-2009 - Atozed Software Ltd.