Top "Debugging" questions

Debugging is a methodical process of finding and fixing bugs in a computer program.

How to debug on a real device (using Eclipse/ADT)

I'm trying to figure out how to debug applications directly on my phone (HTC Desire). I've installed the USB driver …

android debugging device adt eclipse-adt
View array in Visual Studio debugger?

Is it possible to view an array in the Visual Studio debugger? QuickWatch only shows the first element of the …

c++ visual-studio arrays view debugging
How to debug Angular JavaScript Code

I am working on a proof of concept using Angular JavaScript. How to debug the Angular JavaScript code in different …

debugging google-chrome firefox angularjs browser
How to terminate script execution when debugging in Google Chrome?

When stepping through JavaScript code in Google Chrome debugger, how do I terminate script execution if I do not want …

javascript debugging google-chrome-devtools
Android Debug Bridge (adb) device - no permissions

I have a problem connecting HTC Wildfire A3333 in debugging mode with my Fedora Linux 17. Adb says: ./adb devices List …

android linux debugging adb
How can I debug a .BAT script?

Is there a way to step through a .bat script? The thing is, I have a build script , which calls …

windows batch-file debugging cmd dos
How do I pass a command line argument while starting up GDB in Linux?

I have to debug a program that has errors in it as part of my assignment. However, I must first …

c linux debugging gdb command-line-arguments
Logcat not displaying my log calls

I'm a total noob at Android programming, and wanted to learn how to debug my apps. I can't seem to …

android debugging logging android-logcat
How to debug Ruby scripts

I copied the following Ruby code from the Internet and made a few changes but it doesn't work. What can …

ruby debugging
Python memory leaks

I have a long-running script which, if let to run long enough, will consume all the memory on my system. …

python debugging memory-management memory-leaks