Skip to content
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

C#: Add VSCode launch.json #17455

Merged
merged 1 commit into from
Sep 16, 2024
Merged

C#: Add VSCode launch.json #17455

merged 1 commit into from
Sep 16, 2024

Conversation

tamasvajk
Copy link
Contributor

@tamasvajk tamasvajk commented Sep 13, 2024

The PR is adding various VSCode debug launch configurations for C# extraction.

@tamasvajk tamasvajk marked this pull request as ready for review September 13, 2024 08:17
@tamasvajk tamasvajk requested a review from a team as a code owner September 13, 2024 08:17
"env": {}
},
]
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we also have an entry for "attach"?

{
            "name": ".NET Core Attach",
            "type": "coreclr",
            "request": "attach",
            "processId": "${command:pickProcess}",
            "requireExactSource": false
        },

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't mind adding it, but I haven't used that lately. Also, attaching to the running extractor process likely requires some changes to your local sembuild commands too, to build a bundle with debug artifacts.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes. It also looks like this code has changed a lot recently, so I am not sure how to change the build to produce debug artifacts. Maybe we just need to change Release -> Debug in ql/csharp/scripts/create-extractor-pack.sh.
So this is out of scope for this PR.

Copy link
Contributor

@michaelnebel michaelnebel left a comment

Choose a reason for hiding this comment

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

LGTM

@tamasvajk tamasvajk merged commit d72f8b2 into github:main Sep 16, 2024
17 checks passed
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.

2 participants