backtrace(bt):顯示程式目前的stack狀態,用於檢查dump core很方便。
frame #:配合backtrace的結果,選擇要跳到的stack #,就可以檢查某個stack的狀態。
在多個source files裡面跳到其他file:list filename:1,用來跳到filename這個檔案的第一行。
用 list 也可以跳到某個檔案的某個function,list filename:function。
參考資料 :
http://www.study-area.org/cyril/opentools/opentools/x1253.html
2008年6月27日 星期五
[+/-] |
gdb的一些常用指令 |
[+/-] |
Google App Engine |
如何利用Google App Engine來建立自己的Web Service:
http://blog.pixnet.net/jacklin0508/post/16272390
Google App Engine的 Tutorial:
http://code.google.com/appengine/docs/gettingstarted/
jQuery:Javascript Library
http://jquery.com/
django:Python Web Framework
http://www.djangoproject.com/
http://www.openfoundry.org/index.php?option=com_content&Itemid=144&id=1330&lang=en&task=view
參考資料 :
http://blog.pixnet.net/jacklin0508/post/16272390
訂閱:
文章 (Atom)