debugger-libs icon indicating copy to clipboard operation
debugger-libs copied to clipboard

FunctionBreakpoint behaves differently with ParamTypes of null vs an empty array

Open Redth opened this issue 6 years ago • 0 comments

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.

Redth avatar Jun 13 '19 14:06 Redth