DotNet.Meteor icon indicating copy to clipboard operation
DotNet.Meteor copied to clipboard

`gcdump` add more info in the log

Open Pastajello opened this issue 1 year ago • 3 comments

Hello, Im trying to collect gc dump using the extension. I was able to profile the app using the 'trace' profile, but gcdump is causing me problems.

Here is the config: image here is the output: image I've managed to get the dump using manual methods: image

Pastajello avatar May 13 '24 10:05 Pastajello

Hi @Pastajello ! Can you try this solution from the readme: https://github.com/JaneySprings/DotNet.Meteor?tab=readme-ov-file#troubleshooting ?

I think that dsrouter connection is not established

JaneySprings avatar May 13 '24 10:05 JaneySprings

Yup, that fixed it!

(could you maybe add a way to add -v flag to the command?) Thanks!

Pastajello avatar May 13 '24 14:05 Pastajello

Yep, it's a good idea

JaneySprings avatar May 13 '24 14:05 JaneySprings

Hi, @Pastajello ! In the new .NET Meteor 5.1.0 version, I have connect the debug console input with dotnet-gcdump. You will be able to use this options:

image image

The new version will be available after the merge #107 pull request!

JaneySprings avatar Jul 02 '24 19:07 JaneySprings