edb_set_working_directory
Set the working directory for the debugger and debugged process to load files from a specific path. Useful for programs that need to access files from a particular directory.
Instructions
Set the working directory for the debugger and debugged process. Equivalent to EDB's actionApplication_Working_Directory. Useful for programs that need to load files from a specific directory.
Args: params (WorkingDirectoryInput): Directory - directory (str): Working directory path
Returns: str: Confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |