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

Building the ClrMd Samples #1272

Open
Andy53 opened this issue Jun 26, 2024 · 1 comment
Open

Building the ClrMd Samples #1272

Andy53 opened this issue Jun 26, 2024 · 1 comment

Comments

@Andy53
Copy link

Andy53 commented Jun 26, 2024

Instructions on building the ClrMd samples

Are there any instructions on how to build the ClrMd samples?

Currently when I try and build them I run into a whole number of accessibility issues and other errors.

I have included a few here:

CS0122	'SOSDac' is inaccessible due to its protection level
CS0234	The type or namespace name 'DbgEng' does not exist in the namespace 'Microsoft.Diagnostics.Runtime.Utilities'
CS0122	'ClrDataAddress' is inaccessible due to its protection level
CS0246	The type or namespace name 'JitManagerInfo' could not be found

These make me think I am going about building these samples completely wrong. I can build the main Microsoft.Diagnostics.Runtime project fine and have built that before trying to compile the Samples project. I have also tried installing the nuget package and I am getting the same results.

I would be happy to document how these are supposed to be built if I can get a few hints on where I might be going wrong?

@leculver
Copy link
Contributor

These are old and unfortunately outdated. I am working on better documentation and debugging tutorials for ClrMD and debugging .Net in general. It will be a few more weeks before I have something to share, but there will be better samples at that point.

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

No branches or pull requests

2 participants