missing filenames vs right line
See original GitHub issueAfter PR #94 I now have wrong line numbers when using eval
, but filen ames for every step in the trace:
with cheap-module-source-map
I get right line numbers, but no file names for npm dependencies:
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:
- Created 6 years ago
- Comments:12 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@borela with
source-map
it is the same as forcheap-module-source-map
foreval-source-map
it shows no filename and no line numbers at all: 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.@hoschi Can you create a minimal repo? I wasn’t able to recreate mixed stacks like you have in
cheap-source-map
.