Top "Debugging" questions

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

Unfortunately MyApp has stopped. How can I solve this?

I am developing an application, and everytime I run it, I get the message: Unfortunately, MyApp has stopped. What can …

java android debugging kotlin
What is a stack trace, and how can I use it to debug my application errors?

Sometimes when I run my application it gives me an error that looks like: Exception in thread "main" java.lang.…

java debugging stack-trace
How to debug Lock wait timeout exceeded on MySQL?

In my production error logs I occasionally see: SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction I …

mysql debugging transactions innodb acid
How do I debug "Error: spawn ENOENT" on node.js?

When I get the following error: events.js:72 throw er; // Unhandled 'error' event ^ Error: spawn ENOENT at errnoException (child_process.…

node.js debugging error-handling child-process spawn
How do I print debug messages in the Google Chrome JavaScript Console?

How do I print debug messages in the Google Chrome JavaScript Console? Please note that the JavaScript Console is not …

javascript console debugging google-chrome
Eclipse java debugging: source not found

While debugging a java app in eclipse I receive a "Source not found" error in two cases: Stepping in to …

java eclipse debugging
Where does VBA Debug.Print log to?

Where does Debug.Print output messages?

vba debugging ms-office
The breakpoint will not currently be hit. No symbols have been loaded for this document in a Silverlight application

Ok, what I have: Visual Studio 2010 RC, W7 x64, started a new project type of Silverlight application. Hosting the Silverlight …

c# asp.net wcf debugging iis
What are Java command line options to set to allow JVM to be remotely debugged?

I know there's some JAVA_OPTS to set to remotely debug a Java program. What are they and what do …

java debugging
Remote debugging a Java application

I have a java application running on linux machine. I run the java application using the following: java myapp -Xdebug …

java debugging remote-debugging