Xojo crash after changes on App.xojo_code on save

Hello everyone,

Whenever I make a change on my App.xojo_code and try to save the project. Xojo crashes all the time.
I think there might be something on the code that causes this crashing.
How can I find out which element is the one I search in my code?

Thank you in advance!

When Xojo crashes, do you get a dialog, either before it quits or after launches the next time, asking you to submit an error report?

Hi Greg,

I found there is a tempsave file on my project which contains all saved data. I found the last line and there was
a huge initial value for a Path C:\\\\\\\\\ …\\ that was causing the crash.

Thank you for your answer.