When you hit Build and Run button in Xcode the application will start. If everything is ok you should see messages from the application displayed […] Read More
Tag: Debug
Android Studio has support for debugging Java and also C/C++ code. The problem is that in default configuration the debugger might not work. There is […] Read More
Google Chrome developer tool is simply one of the best tools available for debugging of HTML5 applications. It has one neat feature: possibility to inspect […] Read More
django-debug-toolbar is simply must have tool for Django development. It adds powerfull toolbar which allows detailed diagnostic and debugging of Django site. Quick install: pip […] Read More
There is one very annoying issue in Eclipse: stealing of focus by Console window. Console window is displayed when you run application. When you set […] Read More