You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 11, 2024. It is now read-only.
public static void Main (string[] args) { while (true) Thread.Sleep (1000); }
Running this code under sdb and forcing a stop (Ctrl C). If we are in the top frame we fail to inspect global variables ex : print System.Environment.CommandLine. Failing with Result is unrepresentable (Unknown, ReadOnly)
Probably unrelated, I can also get exceptions Mono.Debugger.Soft.VMNotSuspendedException: The vm is not suspended. when suspended in other unmanaged code (like Monitor.Enter)
public static void Main (string[] args) { while (true) Thread.Sleep (1000); }Running this code under sdb and forcing a stop (Ctrl C). If we are in the top frame we fail to inspect global variables ex : print System.Environment.CommandLine. Failing with Result is unrepresentable (Unknown, ReadOnly)
Probably unrelated, I can also get exceptions Mono.Debugger.Soft.VMNotSuspendedException: The vm is not suspended. when suspended in other unmanaged code (like Monitor.Enter)