I was about to port my firebase functions from TypeScript to Dart but one of concerns I have now is debugging
I run this command tsc -w | firebase emulators:start --only functions --inspect-functions
and can set break points in VSCode
But how it will work with dart?