emscripten-core/emscripten

Canary doesn't load dwarf symbols with "-g4 --source-map-base"

Open

#13,687 创建于 2021年3月17日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)C++ (3,519 fork)batch import
good first bughelp wanted

仓库指标

Star
 (27,361 star)
PR 合并指标
 (平均合并 19天 10小时) (30 天内合并 147 个 PR)

描述

I don't know if it's a browser (Canary) or an emscripten issue:

On any trivial example:

  • When compiling and linking with "-g4 --source-map-base http://0.0.0.0:8000/", Canary correctly loads the .wasm.map file, and finds the source files, but debugging symbols are not resolved (local variables, arguments, etc.)

Other cases work fine:

  • When compiling and linking with "-g", you get the dwarf symbols, but files are accessed through the local filesystem.
  • When compiling and linking with "-gseparate-dwarf", you get the separate dwarf symbols, but files are accessed through the local filesystem.

Tested version: Emscripten 2.0.15 (Mar 09, 2021) (macOS)

贡献者指南