- gdb main //start debug
- run //run target
- backtrace //show the calling stack at the point of fault
- x 0xbff972e0 // examine the value in memory
- break 52 or break LinkedList
::remov e //set break - condition 1 item_to_remove==1 //set conditional break
- s //step
- c //continue
- quit //quit
>CONFIG = qt opengl debug
No comments:
Post a Comment