JaneySprings / DotNet.Meteor

A VSCode extension that can run and debug .NET apps (Xamarin, MAUI, Avalonia)
https://marketplace.visualstudio.com/items?itemName=nromanov.dotnet-meteor
MIT License
269 stars 10 forks source link

[4.0] Add GCDump profiler support #74

Closed JaneySprings closed 9 months ago

JaneySprings commented 9 months ago

Invocation

type /dump command in the Debug Console:

image
/dump
Writing gcdump to '.../.meteor/MauiTest.gcdump'...
command handled by DotNet.Meteor.Debug.GCDumpLaunchAgent
Finished writing 2759872 bytes.

Analysing

https://github.com/1hub/dotnet-heapview

image