How to trace a bug, if crash reports no meaningful debug info?
12:16:58.025 ERROR: Runtime error
12:16:58.025 ?:0: attempt to call method ‘setFillColor’ (a nil value)
12:16:58.025 stack traceback:
12:16:58.025 ?: in function <?:524>
12:16:58.025 ?: in function <?:205>
Happens very often when I press on a row in TableView.
I tried to find in my code possible calls to setFillColor() with nil arguments. Did not found any.
Debug is turned on in build.settings.
Crash happens in Windows corona simulator, and on android devices as well, but with different message:
<long path>/widget/widgetLibrary/widget_tableview.lua:383:attempt to call method ‘setFillColor’ (a nil value)
I think crash occurs when I press on a row and slide finger or mouse pointer a bit, and do it fast enough.