Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source map doesn't work on a build #10190

Open
ofilippov opened this issue Mar 15, 2021 · 1 comment
Open

Source map doesn't work on a build #10190

ofilippov opened this issue Mar 15, 2021 · 1 comment

Comments

@ofilippov
Copy link
Contributor

Steps to reproduce:

  1. Create a new qooxdoo application
  2. Build it with command:
    qx deploy --out=build --app-name=myapp --source-maps --save-source-in-map
  3. Open build in a browser and try to use source map.

Expected result:

You can use source map to debug a build

Actual result:

Breakpoint on a source map file doesn't correspond to an actual breakpoint position in index.js file

@ofilippov
Copy link
Contributor Author

Example of a simple application:
myapp.zip

Breakpoint in source map file:
source-map

Same breakpoint in index.js file:
index

@cboulanger cboulanger transferred this issue from qooxdoo/qooxdoo-compiler Apr 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant