Skip to content

Generate line number info in ilc and crossgen#126813

Open
MichalStrehovsky wants to merge 1 commit intomainfrom
MichalStrehovsky-patch-1
Open

Generate line number info in ilc and crossgen#126813
MichalStrehovsky wants to merge 1 commit intomainfrom
MichalStrehovsky-patch-1

Conversation

@MichalStrehovsky
Copy link
Copy Markdown
Member

Fixes #126793.

Copilot AI review requested due to automatic review settings April 12, 2026 23:42
@dotnet-policy-service
Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @agocke, @dotnet/ilc-contrib
See info in area-owners.md if you want to be subscribed.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Enables line-number stacktrace data for AOT compiler tools (ilc/crossgen2) by turning on StackTraceLineNumberSupport via shared MSBuild props, to improve debugging experience (per #126793).

Changes:

  • Set StackTraceLineNumberSupport in AotCompilerCommon.props (shared by ilc/crossgen2).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable StackTraceLineNumberSupport for Checked/Debug versions of AOTed tools

2 participants