Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Does not support webpack sourcemap #616

@mrdulin

Description

@mrdulin

Environment details

  • OS: macOS 10.13.6 (17G3025)
  • Node.js version: v8.11.4
  • npm version: 6.6.0
  • @google-cloud/debug-agent version: ^3.0.1

Steps to reproduce

  1. Using webpack build .ts code to .js and generate .js.map by using webpack config

dev-tool: source-map

  1. Deploy to GAE standard 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

Metadata

Metadata

Assignees

Labels

api: clouddebuggerIssues related to the googleapis/cloud-debug-nodejs API.priority: p1Important 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.web

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions