RAD Studio (Common)
ContentsIndex
PreviousUpNext
Load Process Local

RunLoad ProcessLocal 

Passes command-line parameters to your application, specifies a host executable for testing a DLL or loads an executable into the debugger.

Item 
Description 
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!