Sometimes when I run the project my MainLoop crashes and I get an exit code. I don't know how to debug the code and see where is the line that crashes it. My project is long and has many classes so I can't copy it to here. How to find this line?
Asked
Active
Viewed 73 times
0
-
Run it from the command line. That, at least, will give you the error and line number – Rolf of Saxony Feb 26 '20 at 15:16
-
I tried it, The gui crashed and I got no error – Yuval Sharon Feb 27 '20 at 19:22
-
@YuvalSharon email the code to legorooj@protonmail.com and I'll have a read. Some errors just need another set of eyes. – Legorooj Feb 28 '20 at 03:27
-
The project contain more than 2000 lines and complicated to understand. I think that you won't succeed to find this specific problem. – Yuval Sharon Feb 28 '20 at 07:31
-
If I get an exception and a line number I will understand the problem. I just need to find the way to get it. – Yuval Sharon Feb 28 '20 at 07:40