Page 1 of 1
Debug mode
Posted: Sat Nov 09, 2024 7:12 am
by Diamen
Do it have a debug mode to investigate crash.
I often have sudden crash and I don't know if it's the main program or an plugin.
Re: Debug mode
Posted: Sat Nov 09, 2024 4:22 pm
by DV
The best way is to identify the exact steps which are required to reproduce the problem. Ideally, these steps should always reproduce the problem - or, at least, reproduce it with a very high chance.
Alternatively, you may download Visual Studio Community Edition (free) and build AkelPad from its sources. Thus you'll have a debug version of AkelPad.exe on your own computer and may build debug versions of the plugins, if needed.