question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

missing filenames vs right line

See original GitHub issue

After PR #94 I now have wrong line numbers when using eval, but filen ames for every step in the trace: 2017-06-15-090031_581x570_scrot

with cheap-module-source-map I get right line numbers, but no file names for npm dependencies: 2017-06-15-091450_828x456_scrot

on place 6: “NewsStreamListWidget” the error is in line 16. I tried also some other devtools, with the same result.

I tried version 1.4.1 and 1.4.2

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
hoschicommented, Jun 19, 2017

@borela with source-map it is the same as for cheap-module-source-map for eval-source-map it shows no filename and no line numbers at all: 2017-06-19-131255_660x417_scrot Unfortunately I don’t know where I put created an error last time, that way the method names are other ones that in my first screenshot.

0reactions
borelacommented, Jun 30, 2017

@hoschi Can you create a minimal repo? I wasn’t able to recreate mixed stacks like you have in cheap-source-map.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Best Practices for File Naming - Records Express
A best practice is to replace spaces in file names with an underline (_) or hyphen (-). Appendix B of NARA Bulletin 2015-04...
Read more >
Naming Files, Paths, and Namespaces - Win32 apps
A long file name is considered to be any file name that exceeds the short MS-DOS (also called 8.3) style naming convention. When...
Read more >
Find and Replace Multiple File Names Quickly! No ... - YouTube
This will show you how to find and replace file names quickly without requiring any special software. You will be able to batch...
Read more >
What characters are forbidden in Windows and Linux directory ...
You just have to escape it with a \ when typing it in" -- this statement is completely wrong. filename components cannot contain...
Read more >
Is there a way to print out filename and line number separated ...
It does not. It prints matching file paths and the number of matching lines. ... Well, that's what ripgrep does with the --no-heading...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found