Hey guys. Is there any way to optimize the debugging process while developing locally on docker using the GCF CLI? At the moment, to test any changes to my resolver function, I have to
1. Deploy the update to the local docker VM,
2. Go to the playground
3. Perform the query
4. Check logs for the VM in the terminal
Can I attach the VSCode debugger to the VM somehow, or perhaps stream the logs to a terminal window?