Debugging Your App
Setting up the debugging tools and processes for your application development is an important part of your workflow. If you have a reliable set of debugging tools available, getting your application running correctly is much easier.
The time-honored printing to console or logging to a debug file from an application running inside your ARTIK module are good approaches, but they will not help you inspect the state of the application internals and modify them on the fly. A graphical debugger is much more helpful. This needs to run via a remote connection to an application ...