rgb Problem When app crash you doesn't know method and line number of problem Proposed Solution Show more information like "Crash App Window1 Event Open Line 2" Example Workflow Alternatives Considered Who Would This Help?
Garry I think I've added some improved logic that should make the crash you're seeing clearer. Are you able to share that project either on the forum or mail it to me so I can reproduce it?
rgb create a project add Opened event of window1 hit text: Var x As Double = 0 x = x / 0 run prog, app crash normal divide by zero but you doesn't know what event/method are the problem
Garry OK so a fix is in for the next release that gives much better localisation for that particular error. It now says: Window1:6:5: Runtime error: Division by zero. [Runtime Error] Window1.Opened Line 3: Division by zero. https://feedback.objo.dev/bug/173 I'm also filing a bug as I don't think dividing by zero should be a runtime crash: https://feedback.objo.dev/bug/172