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

[wasm][debugger] Show signature for delegate, or target, if available… #34933

Merged
merged 1 commit into from
Apr 17, 2020

Commits on Apr 16, 2020

  1. [wasm][debugger] Show signature for delegate, or target, if available…

    … (dotnet#19505)
    
    * [wasm][debugger] Show signature for delegate, or target, if available
    
    - As object properties, we return a `Target` which has the signature of
    the delegate target.
    
    Fixes mono/mono#19382
    
    * [wasm][debugger] Some tidying up
    
    * [wasm][debugger] Remove unused `sig_desc`
    
    * [wasm][debugger] Simplify code, avoid extra allocations
    
    .. as suggested by @lewing
    
    (cherry picked from commit 4eca12e794764da1a0646e77af5b8c60a2e2767a)
    radical committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    3315091 View commit details
    Browse the repository at this point in the history