RunLoad ProcessLocal
Passes command-line parameters to your application, specify a host executable for testing a DLL, or load an executable into the debugger.
Item |
Description |
Debugger |
The name of the debugger to be used. You can select either the Borland Win32 Debugger or the CodeGear .NET Debugger from the pull-down menu. |
Process |
Enter the path to an executable file that you want to run in the debugger. Then click Load to load the executable. The executable will be paused at its entry point. If there is no debug information at the entry point, the CPU window will be opened. Select RunRun to run the executable. |
Parameters |
Enter the command-line arguments you want to pass to your application when it starts. |
Working Directory |
Enter the name of the directory to use for the debugging process. By default, this is the same directory as the one containing the executable of your application. |
Execute Startup Code on Load |
Executes the startup code that was automatically generated when you created the project. The startup code is executed before reaching the program's main entry point. |
Load |
Loads the application (the process is loaded and stopped). |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|