bonjour � tous,
Voil� mon probl�me est simple : je veut debugguer un programme sous linux, et j'en ai marre des printf. Je lance gdb sur mon programme en console, mais il me rend la console sans rien afficher (et pourtant mon programme il en affiche des trucs).
Qu'est ce que je peut faire ?
Code : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
4
5
6
7
8
9
10
11
12 $ gdb ./Debug/bin/stereoOccupancyTest GNU gdb 6.6-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i486-linux-gnu"... Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (gdb) run Starting program: /home/Debug/bin/stereoOccupancyTest $
Partager