Debugging errors in Debug is easier cause it’s an interpret language. You can start a debugger that runs alongside your application, and when an error occurs, it stops execution and shows exactly on which line of code the error occurr. Since is a compil language, it is more difficult to […]