Hi guys, have an issue today(
It shows at running or debugging application on “Variables” or “Call stack” tabs and there is no variables in “Variables” tab, only empty window. Check please.
java.lang.NullPointerException
at com.MYDevelopers.LuaDebugger.LocalsView.Model.getNumChildren(Model.java:36)
at com.MYDevelopers.LuaDebugger.LocalsView.LuaVariablesModel.getChildrenCount(LuaVariablesModel.java:114)
at org.netbeans.spi.viewmodel.Models$DelegatingTreeModel.getChildrenCount(Models.java:1599)
at org.netbeans.spi.viewmodel.Models$CompoundModel.getChildrenCount(Models.java:3887)
at org.netbeans.modules.debugger.ui.views.ViewModelListener$5.getChildrenCount(ViewModelListener.java:457)
at org.netbeans.modules.viewmodel.TreeModelHyperNode$HyperModelChildren.getModelChildren(TreeModelHyperNode.java:240)
[catch] at org.netbeans.modules.viewmodel.TreeModelNode$TreeModelChildren.run(TreeModelNode.java:1387)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2044)