up: programming  
programming tools
using gdb
What links here?

start from command line with:

gdb

Include the file extention.

Commands:
Runrun the program
break filename.cpp:line_number set breakpoint
break function_name set breakpoint at start of function
continue continue running after a breakpoint.
next execute next line of code. If the line contains a function call, it is treated as a single line.
step execute next line of code. If the line contains a function call, it is stepped into.
print i display contents of variable
where display function call stack
frame n switch to call stack frame n. 0 is the current stack frame.
set args to set command line arguements.


using gdb as the jit debugger:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug]
"UserDebuggerHotKey"=dword:00000000
"Debugger"="\"C:\\gdb\\bin\\gdb.exe\" -p %ld"



References:
programming tools - using gdb
programming - windows - CreateWindowEx
programming - C - function memset
programming - C - function strchr
programming:windows:Button Notification Messages
filename:programming tools - using gdb
filename:programming%20tools%20%2D%20using%20gdb
last edit:October 17 2010 21:44:24 (-2647637 minutes ago)
ct = 1128507991.000000 = October 05 2005 06:26:31
ft = 1287366264.000000 = October 17 2010 21:44:24
dt = -158858273.000000