Skip to content

Add a 'method trace' mode #4

Description

@alex-davidson

For a specific thread, trace X stack frame push/pops, or trace stack frame push/pops for X seconds.

Would be very useful for determining exactly which stack frame (deep inside the .NET Framework itself) was causing an infinite loop, or whether it was actually the socket read which was blocked forever.

For bonus points, allow logging of parameters and return values on each frame change too.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions