cleanup_processes
Check tracked debug processes or terminate them all at once with force. Safely cleans up only processes the server spawned, avoiding manual taskkill.
Instructions
View or terminate tracked debug processes.
Without force: shows all tracked processes and their status (alive/dead). With force=True: terminates all tracked processes (netcoredbg + debuggees).
Use this instead of manual taskkill. The server tracks which processes it spawned — no risk of killing unrelated processes.
Args: force: If True, terminate all tracked processes. If False, just show status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No |