Pieter-Jan Briers

Results 155 comments of Pieter-Jan Briers
trafficstars

Well that's fucking scary

> If you think this is the right way to go, I can find some more time to finish it up. It is the right way to go. I already...

Does this work if the data field name is inferred automatically? i.e. ```cs [DataField] public int Foobar { get; set; } ```

holy fucking shit sensor monitoring console let's fricking go.

Can you attach to the game with lldb while it's stuck and get some info out of [dotnet-sos](https://learn.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-sos)? `clrstack` and native stack (`bt`) would be good.

Can you take a core dump of the process and inspect it later? Might be less intrusive.

open the minidump in lldb and do the same as I described earlier to get stack traces

Can you run the same on all the threads in the program?