cleanup_processes
View status of debug processes or terminate all tracked processes safely. Prevents killing unrelated processes by only affecting those spawned by the debugger.
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 |