Unbale to inspect parameters in Add method from initializer
I have this code
var json2 = JsonVariant() { 2, 44, 65 };
defer json2.Dispose();
Each value in initializer will call Add method with parameter 2 inside JsonVariant, but when debugging i am unable to inspect value of that paramater. But the value is there i can work with it just fine.

NOTE: that value 2 is implicitly casted to another JsonVariant.
This isn't sufficient information to reproduce the bug.
IE: the actual code
Oh sorry i am gonna reproduce this in different project and i am gonna post it here ASAP
Ok so i am unable to reproduce this in different project. So it looks like its project wise issue. I am gonna clear my project and attach it here once i am done.
So in order to reproduce this bug:
- Download repo from this branch https://github.com/M0n7y5/BJSON/tree/DebugIssue
- Load workspace and add breakpoint to Add method in JsonVariant like this

- Start debugging, hit that breakpoint and try to inspect content of Add parameter. You should see something like this:
