edb_remove_comment
Remove a previously added comment from a specified memory address. Helps maintain clean debug annotations.
Instructions
Remove an annotation previously added with edb_add_comment.
Args: params (AddressOnlyInput): Address - address (str): Address to remove comment from
Returns: str: Confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |