ABSTRACT

Debug does the same job as run, but the resulting application is compiled in debug mode. In this mode you can interact at runtime with the application, check the value of variables , step through the source code, and hunt possible bugs.