microsoft / DurableFunctionsMonitor

A monitoring/debugging UI tool for Azure Durable Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[VsCode] Backend instances keep being alive on Windows 11

scale-tone opened this issue · comments

It might be a machine-specific issue, but I now observe, that backend processes started by DfMon VsCode extension might not be killed properly and survive even VsCode restarts.
taskkill command is used to kill them, and looks like it doesn't work:

C:\WINDOWS\system32>taskkill /pid <my-process-id> /f
ERROR: Not found

At least, on this machine. At least, on Windows 11.

Need to find another way of running/killing the backend.