Examelon, have you had any success in it? Seems that DAL.exe points to DALPatch.run, and DALPatch.run points to DAL.run
It is difficult to debug since the DAL.exe is nothing but to start up a process in DALPatch.run, then the update window comes up. Once DALPatch.run takes over, DAL.exe is ended, so you cannot debug DAL.exe, it should be DALPatch.run
However, DALPatch.run is not an exe file and cannot be runned, which is difficult to debug since you can't set breakpoints and check the actual flow of the program. Every time you want to test, you have to save it and run DAL.exe. To even ENTER DAL is difficult, since we cannot directly debug it.