Is there a way to cancel the compile process before it completes? While debugging, I cut code and check to see if the app compiles. If it begins to compile I know the bug is in the code I cut. However, I am using the emulator and compiling takes awhile (not much faster with b4a-bridge) so I would like to cancel it immediately when I see it is compiling. Is there a way to do this? Thanks.