cleanup_processes
View status of tracked debug processes or terminate them safely without killing unrelated processes.
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 |