-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hallo Leute,
ich habe ein kleines C++ Programm begonnen und wollte etwas im Constructor einer Klasse kontrollieren.
uschma>gdb bin\a.exe GNU gdb 5.2.1 Copyright 2002 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 "i686-pc-mingw32"... (gdb) break pdf.cc:9 Breakpoint 1 at 0x4014b4: file ./src/pdf.cc, line 9. (gdb) run Starting program: C:\Source\masc/bin\a.exe
Program exited normally. (gdb)
Wenn ich den Breakpoint in irgendeiner Function setzte, bleibt der Debugger stehen aber im Constructor und Destructor nicht. Hat das einen bestimmten Grund?
Danke und einen guten Rutsch ins neue Jahr Marco