-
Notifications
You must be signed in to change notification settings - Fork 538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support for Debugging NativeAOT #9855
Draft
dellis1972
wants to merge
17
commits into
main
Choose a base branch
from
dev/dellis1972/debugnativeaot
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+349
−0
Draft
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
85cf0a2
Add Support for Debugging NativeAOT
dellis1972 d3af05a
Import NativeAOT.Debug.targets
dellis1972 efb23fe
Update README.md
dellis1972 0bcd739
Update README
dellis1972 a21ef4e
ff
dellis1972 b7f0869
Update README
dellis1972 4ba8d0f
Add some scripts to start up lldb. Use the lldb-dap vscode extension
dellis1972 fee596a
Updates to the .ps1 script
dellis1972 bde26e0
Set the MSBuild props for debug
dellis1972 da98960
Remove unsed file
dellis1972 d95bc4d
Add script to clear the jdb connection
dellis1972 beeb00b
remove unused code
dellis1972 d3a14b4
Add missing command to write out lldbattach on windows
dellis1972 4684923
Add more docs
dellis1972 6d7eb73
Add more docs
dellis1972 dce875c
ff
dellis1972 56117a8
Changes to .ps1 script
dellis1972 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this needed? It should be the default behavior