Can someone please help?
I'm trying to debug an F# Falco app in VS Code. However, no matter how I set up the tasks and configurations, the breakpoints do not trigger when the application is running. They do trigger when the web server first launches, but not when hitting a web endpoint.
My questions are:
Is it possible to debug the Falco web server in VS Code?
If so, what are the correct configurations of tasks and settings required in VS Code?
I have tried this on Windows 10, WSL on Windows 10, and Ubuntu 22.04, to rule out any OS-specific issues.