edb_unset_environment_variable
Remove an environment variable from a debugged process to clear variables that may affect program behavior.
Instructions
Remove an environment variable from the debugged process. Useful for clearing variables that may affect program behavior.
Args: params (EnvironmentUnsetInput): Variable name - name (str): Variable name to unset
Returns: str: Confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |