Error during debugging

4
While debugging and trying to retrieve some entity information I got the following error: Mendix.Modeler.MicroFlows.Debugger.DebuggerException: java.lang.Long cannot be cast to java.lang.Integer at Mendix.Modeler.MicroFlows.Debugger.DebuggerResponse..ctor(String requestActionName, String responseText) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\MicroFlows\Debugger\DebuggerResponse.cs:line 27 at Mendix.Modeler.MicroFlows.Debugger.DebuggerClient.PerformRequest(DebuggerRequest request, Int32 timeout) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\MicroFlows\Debugger\DebuggerClient.cs:line 166 at Mendix.Modeler.MicroFlows.Debugger.DebuggerClient.GetObject(Guid debugId, String variableName) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\MicroFlows\Debugger\DebuggerClient.cs:line 125 at Mendix.Modeler.MicroFlows.Debugger.VariablesTreeModel.<>c__DisplayClassc.<GetChildren>b__1(DebuggerClient client) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\MicroFlows\Debugger\VariablesTreeModel.cs:line 38 at Mendix.Modeler.MicroFlows.Debugger.DebuggerControl.<>c__DisplayClass17.<>c__DisplayClass19.<ClientDoAsync>b__15(Object sender, DoWorkEventArgs args) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\MicroFlows\Debugger\DebuggerControl.cs:line 109 at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) Does anyone have an idea where this comes from?
asked
2 answers
2

This is a known issue which might happen if inspecting a entity variable. It will be solved in a next release.

answered
0

This issue will be fixed in Mendix 5.14.

answered