cloud-functions-emulator icon indicating copy to clipboard operation
cloud-functions-emulator copied to clipboard

Source folder no longer showing in Chrome Devtools

Open gdavalos opened this issue 6 years ago • 0 comments

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

  1. Deploy a function and try to inspect with functions inspect
  2. Go to chrome://inspect in Chrome and open the link for the debugger
  3. The source section will now appear empty debug

gdavalos avatar Jun 09 '18 17:06 gdavalos