Top "Debugging" questions

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

How to Debug Variables in Smarty like in PHP var_dump()

I have some variables inside a template and I don't know where I assigned them. I need to know what …

php templates debugging smarty
How to debug a Flask app

How are you meant to debug errors in Flask? Print to the console? Flash messages to the page? Or is …

python debugging flask
Easier way to debug a Windows service

Is there an easier way to step through the code than to start the service through the Windows Service Control …

c# debugging windows-services
How to get name of calling function/method in PHP?

I am aware of function debug_backtrace, but I am looking for some ready to use implementation of function like …

php debugging backtrace method-call
Is it possible to disable the network in iOS Simulator?

I am trying to debug some inconsistent behaviour I am seeing in an application that gets its primary data from …

ios iphone debugging networking ios-simulator
How to quickly and conveniently disable all console.log statements in my code?

Is there any way to turn off all console.log statements in my JavaScript code, for testing purposes?

javascript debugging console
How to detect IE11?

When I want to detect IE I use this code: function getInternetExplorerVersion() { var rv = -1; if (navigator.appName == 'Microsoft Internet …

internet-explorer debugging internet-explorer-11 browser-detection forward-compatibility
Reference - What does this error mean in PHP?

What is this? This is a number of answers about warnings, errors, and notices you might encounter while programming PHP …

php debugging error-handling warnings custom-error-handling
What is w3wp.exe?

I have a WCF service running under a service user on my local system. Every time I try to debug …

wcf debugging iis iis-7 w3wp
How to set level logging to DEBUG in Tomcat?

I would like to set level logging to DEBUG in tomcat but in console nevertheless only INFO and WARN output. …

debugging tomcat logging tomcat7 tomcat6