2010/7/19 Marc Weustink <[email protected]>: > If gdb doesn't give them to me, they wont get displayed.
They show up in the debug messages as warnings. Making the debug message window able to show/hide all the different types of messages would probably already be enough. Here is an example. Try to find the line with the debug message ;-) [...] (gdb) <-exec-continue> ^running *running,thread-id="all" (gdb) =thread-exited,id="2",group-id="3188" &"warning: this is a debug message sent from my program because I clicked the button\n" =thread-exited,id="1",group-id="3188" =thread-group-exited,id="3188" *stopped,reason="exited-normally" (gdb) <-file-exec-and-symbols > ^done (gdb) [...] -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
