Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Obfuscated variables are not made readable using the available inline source map

Open
#382 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
38/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
typescript, vscode

Research direction

Start by reproducing the issue in VS Code with pathMappings and the available inline source map, then trace how mapped names are used for breakpoints versus variable display. Done means hover values and the Run and Debug variables pane show useful, non-obfuscated names instead of only the obfuscated variables.

Written by the indexing model from the issue text.

Description

Obfuscated variables are not made readable using the available inline source map.

With pathMappings configured, breakpoints in VSCode work, but the variables values aren't visible in the editor on mouse hover, and the "variables" pane in the "run and debug" pane only shows the obfuscated variables without any useful names.

Dominant language
TypeScript
Stars
447
Forks
76
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from firefox-devtools/vscode-firefox-debug

All issues in firefox-devtools/vscode-firefox-debug

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.