-
We've noticed that having a sink in the sources set changes the outcome of `reachableBy` in unexpected ways. Below are three test cases showing this behaviour.
Joern version: 4.0.131
## Test cas…
-
Can you please add the option to generate auto .css.map files?
-
Hi all,
Nice enhancement to the worldmap-panel. Fixes the issues when visualising on the light theme.
Have you considered the option of a satellite type map, a la google maps?
Apologies if th…
-
When debugging I noticed stack traces for owlbot were js line numbers that don't correlate well to the ts files. It would be great is the stack traces mapped back to the source files some how.
-
It would be _REALLY_ cool if node-obfuscator could generate source maps that link the obfuscated JavaScript code back to the appropriate source file/line/column, etc. for debugging purposes.
From wha…
-
Like the technology used by yacc.
Using `#line 1 "yacc/yacc.y"` to specify the line number of the source code.
Then the error message reported by g++ will be translate into the correct position in `.s…
-
Chrome has support for source maps in its set of developer tools for debugging javascript code. Source maps allow you to map the generated javascript to lines in the original source, so you can debug …
-
Hi
I'm using gulp-sourcemaps to generate sourcemaps of my JS.
I've noticed that your plugin is not in the list of "plugins with gulp sourcemaps support": https://github.com/floridoo/gulp-sourcemaps/…
-
We need source maps for debugging.
-
With tools such as [markdown-it-source-map](https://github.com/tylingsoft/markdown-it-source-map) it is possible to add source maps in the form of `data-source-line` attributes to generated HTML in or…