firebase-functions-interop icon indicating copy to clipboard operation
firebase-functions-interop copied to clipboard

debug dart code in firebase cloud functions emulator

Open sultanmyrza opened this issue 5 years ago • 0 comments
trafficstars

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?

sultanmyrza avatar Nov 03 '20 19:11 sultanmyrza