pulyaevskiy / firebase-functions-interop

Firebase Functions Interop Library for Dart.
BSD 3-Clause "New" or "Revised" License
191 stars 52 forks source link

debug dart code in firebase cloud functions emulator #72

Open sultanmyrza opened 3 years ago

sultanmyrza commented 3 years ago

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?