03-18-2024, 04:24 PM
Try to run LA with a debugger.
The smallest debugger IDE I know is dnSpy.
Unlike other debuggers, it uses decompiled source instead of original source. Don't need to get LA sources from GitHub.
Also very easy to use:
1. When installed, clear all checkboxes in Options > Debugger > Prevent from detecting.
2. Menu File > Open > Au.Editor.exe.
3. Click Start. You may want to select Break at > Entry point.
The smallest debugger IDE I know is dnSpy.
Unlike other debuggers, it uses decompiled source instead of original source. Don't need to get LA sources from GitHub.
Also very easy to use:
1. When installed, clear all checkboxes in Options > Debugger > Prevent from detecting.
2. Menu File > Open > Au.Editor.exe.
3. Click Start. You may want to select Break at > Entry point.
