Top "Debugging" questions

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

What is the purpose of the vshost.exe file?

When I create and compile a "Hello, World!" application in C#, I get three files in the Debug folder apart …

c# visual-studio debugging
Error "Metadata file '...\Release\project.dll' could not be found in Visual Studio"

Recently I started to get this message randomly: Metadata file '...\Release\project.dll' could not be found in Visual …

visual-studio debugging release resolveassemblyreference
How to debug Spring Boot application with Eclipse?

My Spring Boot webapp is running just fine, and I'd like to debug it through Eclipse. So when launching my …

java spring eclipse debugging spring-boot
Eclipse - debugger doesn't stop at breakpoint

I am trying to trouble shoot a JUnit. In the source code, I have set break point in two places: 1) …

java eclipse debugging junit
How to debug heap corruption errors?

I am debugging a (native) multi-threaded C++ application under Visual Studio 2008. On seemingly random occasions, I get a "Windows has …

c++ windows debugging heap
How do you debug MySQL stored procedures?

My current process for debugging stored procedures is very simple. I create a table called "debug" where I insert variable …

mysql database debugging stored-procedures
How to var_dump variables in twig templates?

View layer pattern where you only present what you have been given is fine and all, but how do you …

debugging twig
Visual Studio loading symbols

I'm working on a ColdFusion project for a while now, and Visual Studio started to behave strange for me at …

visual-studio debugging debug-symbols
Attach IntelliJ IDEA debugger to a running Java process

Is it possible to attach the IntelliJ IDEA debugger to a running Java process? If yes, how?

debugging intellij-idea
How to set breakpoints in inline Javascript in Google Chrome?

When I open Developer Tools in Google Chrome, I see all kinds of features like Profiles, Timelines, and Audits, but …

javascript debugging google-chrome