Normalized log format to be more consistent and readable with similar lines
Add case insensitive strings comparison when resolving LUA sources, fixes problems when names or folders are in camel case
As result, I am able to set breakpoints for files with upper case in pathname/filename
How
Generic comparison changes
Notes
I assume it is still as problematic solution as we already have. Windows OS does not care about case, but unix based operating systems (if extension is somehow used with them?) require strict equality of path.
Root of the problem may be originally in place where paths are transformed to lowercase before storing them
Tested
Tested in VS community 2022
Upd / edit
May be related to how open-xray engine is build and how it maps files. Will investigate
What
How
Notes
Tested
Upd / edit
May be related to how open-xray engine is build and how it maps files. Will investigate