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

Conversation

monojenkins
Copy link
Contributor

!! This PR is a copy of mono/mono#19535, please do not edit or review it in this repo !!
Do not automatically approve this PR:

* Consider how the changes affect configurations in this repo,
* Check effects on files that are not mirrored,
* Identify test cases that may be needed in this repo.

!! Merge the PR only after the original PR is merged !!



… (#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)

@ghost
Copy link

ghost commented Apr 14, 2020

Tagging subscribers to this area: @thaystg
Notify danmosemsft if you want to be subscribed.

… (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)
@lewing
Copy link
Member

lewing commented Apr 17, 2020

This appears to be failing because of #35074

@lewing lewing merged commit abd77c5 into dotnet:master Apr 17, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Debugging] Delegates show only type name in the Locals window
4 participants