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
On mono 6.x using FunctionBreakpoint for a method with no parameters if you don't set fnBp.ParamTypes=Array.Empty<string> (); the breakevent is not fired correctly. If you explicitly set null the same thing happens. Only once you set it to an empty array does it behave as one would expect.
The text was updated successfully, but these errors were encountered:
On mono 6.x using
FunctionBreakpoint
for a method with no parameters if you don't setfnBp.ParamTypes=Array.Empty<string> ();
the breakevent is not fired correctly. If you explicitly setnull
the same thing happens. Only once you set it to an empty array does it behave as one would expect.The text was updated successfully, but these errors were encountered: