Skip to content

fix(compiler): support source breakpoints in dev builds - #481

Merged
ctate merged 1 commit into
mainfrom
ctate/issue-461-source-debugging
Sep 27, 2026
Merged

ctate merged 1 commit into
mainfrom
ctate/issue-461-source-debugging

Conversation

@ctate

@ctate ctate commented Sep 27, 2026

Copy link
Copy Markdown
Collaborator
  • Emit source locations for native TypeScript and JavaScript debugging across C and LLVM backends.
  • Preserve macOS debug symbols through linking and cache reuse, with regression coverage and Xcode guidance.

Fixes #461

- Emit source locations for native TypeScript and JavaScript debugging across C and LLVM backends.
- Preserve macOS debug symbols through linking and cache reuse, with regression coverage and Xcode guidance.

Fixes #461

Co-authored-by: timokosonen <325538238+timokosonen@users.noreply.github.com>
@vercel

vercel Bot commented Sep 27, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
scriptc Ready Ready Preview, v0 Sep 27, 2026 3:12am UTC

@ctate
ctate merged commit 0e6a13d into main Sep 27, 2026
36 of 37 checks passed

This branch was successfully deployed

1 active deployment
Preview — 4d8044fc Deployed Sep 27, 2026 by vercel[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Debugging with breakpoints does not work in Xcode

1 participant