-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[mono][debugger] Support new JMC #86815
Conversation
Tagging subscribers to this area: @thaystg Issue DetailsNot sure if this is the best approach yet, but for now is working.
|
/azp run runtime-wasm-dbgtests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-wasm-dbgtests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-wasm-dbgtests |
Azure Pipelines successfully started running 1 pipeline(s). |
g_assert (*step_thread_id); | ||
err = get_object (*step_thread_id, (MonoObject**)&step_thread); | ||
if (err != ERR_NONE) { | ||
g_free (req); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
curious - why is this freed in this code path, but not for the others in this function?
@thaystg, are you still working on this? The last update was over a year ago. Should it be closed? |
We can close. |
Not sure if this is the best approach yet, but for now is working.