cloud-functions-emulator
cloud-functions-emulator copied to clipboard
Source folder no longer showing in Chrome Devtools
Until a few days ago, I was successfully debugging my Cloud Functions locally as described here, however my code's sources no longer appear and if I try to add them manually the breakpoints won't get triggered
Environment details
- OS: Windows 10
- Node.js version: 8.10.0
- npm version: 6.1.0
- @google-cloud/functions-emulator version: 1.0.0-beta4
- Chrome version: 67.0.3396.79
Steps to reproduce
- Deploy a function and try to inspect with functions inspect
- Go to chrome://inspect in Chrome and open the link for the debugger
- The source section will now appear empty