Hello! I'am trying to override "SimpleFire" abillity to make all soldiers shots hit always. (btw , does overrided class completely replacing original one if i keep almost same code in it?) I've made a class that extends SimpleFire, copied all the code from original and made my changes.Project compiled with no errors. I found that exact line in code and copied a working code from "always hit" cheat condition just below but... overrided class doesn't works ingame (mod enabled in launcher), so i trying to `log my code for debug purpose, but here is a problem.Where can i see " `logs "? There is "ShowLog" console function but there are no logs here (it does opens a console window , but still nothing usefull there), even from original code. + i tried to launch debugging but overy time i try - it launches a game, debugger tries to connect for some time and returns an error "Error eccured with code (0x0)" to my modBuddy log. Does anyone had some progress with actual code debugging? Thanx for ur time!