Hi all,

I noted that Chrome can't find the emscripten source files. This used to 
work at one point, but I don't know whether I changed anything or something 
else has changed.

My sources:
D:\Dev\myArea\myApp containing src, include, and other folders
Emscripten sources:
C:/Users/myName/emsdk/upstream/emscripten/

I run the project on localhost:
localhost/myArea/myApp
and I use
--source-map-base ./

The debugger can find all files in the myApp directory and below.
However, the source map shows:
src/filename.c for my files, which is correct
but
C:/Users/myName/emsdk/upstream/emscripten/... for emscripten files
which turns to
file:myArea/myApp/C:/Users/myName/emsdk/upstream/emscripten ...

Any idea how I can fix this?
Thanks for any advice!
Dieter

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to emscripten-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/83a3e5a8-c56d-41fb-902f-25c5cae21fabn%40googlegroups.com.

Reply via email to