Kevin's homepage Debugging, WebAlbums <div id="menu-wrap"> <div id="menu"> <form action="/index.php" method="get" id="search"> <input id="q" name="q" type="search" size="20" value="" class="text" placeholder="" /> <input class="silver-square" id="input-rechercher" type="submit" value="Rechercher" /> </form> <div class="sous-menu"> <a href="#">Lien 1</a> <a href="#">Lien 2</a> <a href="#">Lien 3</a> <a href="#">Lien 4</a> </div> <br class="menuclearfix" /> </div> </div> end #entete Partie principale How Does a Debugger Work? When you use GDB, you can see that it has a complete control over your application process. Hit Ctrl - C while the application is running, and the process execution will stopped, and GDB will show its current location, stack trace, etc. But how can it do it? How they don't work? Let's start first with how it...