This repository was archived by the owner on Apr 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
Does not support webpack sourcemap #616
Copy link
Copy link
Closed
Labels
api: clouddebuggerIssues related to the googleapis/cloud-debug-nodejs API.Issues related to the googleapis/cloud-debug-nodejs API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.web
Description
Environment details
- OS: macOS 10.13.6 (17G3025)
- Node.js version: v8.11.4
- npm version: 6.6.0
@google-cloud/debug-agentversion: ^3.0.1
Steps to reproduce
- Using
webpackbuild.tscode to.jsand generate.js.mapby using webpack config
dev-tool: source-map
- Deploy to
GAEstandard environment
When I set a breakpoint at .ts file, the breakpoint does not trigger.
I try using tsc to compiled my source code, generate .js and .js.map. After deploying, the cloud-debug works fine.
Here is the repo for reproduce the issue: https://github.com/mrdulin/nodejs-gcp/tree/master/src/stackdriver/debug-web-server-transpiled-code
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: clouddebuggerIssues related to the googleapis/cloud-debug-nodejs API.Issues related to the googleapis/cloud-debug-nodejs API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.web