All Questions
1 question
4
votes
0
answers
317
views
Attach debugger to Firebase Python Functions
I'm using the emulator to run cloud functions with Python. I'd like to attach a debugger using VS Code. This is easy when using Node, I just need to pass the --inspect-functions flag in when starting ...