[5.31 beta 1 x86] JSON debug error
Posted: Thu Sep 04, 2014 2:23 pm
Hello,
When you run this code with debugger, it breaks and says "[ERROR] #JSON object number is very high (over 10000), are You sure of that ?"
Not a big issue, but annoying because it pauses application each time you run this code inside a debugger.
Thanks.
Code: Select all
Handle = CreateJSON(#PB_Any)
If Handle
If ParseJSON(Handle, "{}")
EndIf
FreeJSON(Handle)
EndIf
Not a big issue, but annoying because it pauses application each time you run this code inside a debugger.

Thanks.