debug最新書籤
最近我們家常連不上的原因 
最近我們家常連不上的原因 
去年12月中旬我們的部落格搬新家,但在裝潢新家的同時,小白(NAS)卻開始不穩,幾乎每天當機一次,後來尋求原廠的協助,原本以為是硬體的問題,但在一一排除各項硬體設備後,目前已經朝向是系統(韌體)的問題。
!locks failed in windbg ? 
!locks failed in windbg ? 
小浣熊 收藏於 2009/06/18
windbg 6.11 has bug to show critical sections (!locks)
use 6.10 instead.
分類:其他
Debugging Deadlock 
Debugging Deadlock 
小浣熊 收藏於 2009/06/18
This is an old article in windbg manual, however I found that not every one familiar with this.
This article helped me a lot while most dead lock result from not obeying lock ordering.
分類:其他
IE8與AJAX (II): 開發者工具與JavaScript偵錯 
IE8與AJAX (II): 開發者工具與JavaScript偵錯 
timhuang 收藏於 2009/04/06
開發者工具的指令碼偵錯功能,讓JavaScript(JScript)的偵錯在IE之中終於變得沒那麼困難了。
在IE8下使用 javascript 除錯的介面及功能介紹 繼續閱讀...
在IE8下使用 javascript 除錯的介面及功能介紹繼續閱讀
分類:網站設計
使用超高效率的 NTrace 套件追蹤 .NET 程式執行效能與除錯 
使用超高效率的 NTrace 套件追蹤 .NET 程式執行效能與除錯 
使用超高效率的 NTrace 套件追蹤 .NET 程式執行效能與除錯
ETW 是一個在作業系統核心層級(Kernel-level)的服務,通常用於驅動程式開發的領域,因為大多數驅動程式會在 Kernel-level 執行,除了追蹤除錯不易之外,效能也是另一個考量,所以可想見 ETW 絕對是個超高效能的事... 繼續閱讀...
ETW 是一個在作業系統核心層級(Kernel-level)的服務,通常用於驅動程式開發的領域,因為大多數驅動程式會在 Kernel-level 執行,除了追蹤除錯不易之外,效能也是另一個考量,所以可想見 ETW 絕對是個超高效能的事...繼續閱讀
分類:軟體
今天成功的利用 WinDbg 分析與解決程式 Hang 住的狀況 
今天成功的利用 WinDbg 分析與解決程式 Hang 住的狀況 
今天成功的利用 WinDbg 分析與解決程式 Hang 住的狀況
我們之前有一支 Console Program 程式是用來收取 POP3 伺服器中的郵件,並在解析郵件內容後進行分析與後續處理,不過三不五時程式都會 Hang 住不動,導致分析作業無法進行下去。又因為我們在開發環境一直都很正常的執行,... ...
我們之前有一支 Console Program 程式是用來收取 POP3 伺服器中的郵件,並在解析郵件內容後進行分析與後續處理,不過三不五時程式都會 Hang 住不動,導致分析作業無法進行下去。又因為我們在開發環境一直都很正常的執行,...
分類:軟體
drnic's rails-footnotes at master — GitHub 
drnic's rails-footnotes at master — GitHub 
CrazyLion 收藏於 2008/05/13
Every Rails page has footnotes that link give request information and link back to your source via TextMate [extracted from Rails TextMate bundle project]
分類:網路
網路揭弊天后--Xdite - 遨遊天地任我行 
網路揭弊天后--Xdite - 遨遊天地任我行 
tern 收藏於 2008/02/24
提起一個名字,許多網路公司可能對她是又敬又怕,一方面很怕自己公司的網站被她抓到小辮子,馬上就會在網路圈引起宣然大波,但她的批評與建議又往往一針見血、言之有物,讓人不得不感到發自內心的佩服。本周,就讓我們來歡迎網路上最有名的揭弊天后、QC專家──Xdite。
很棒的一個訪問,很少有訪問程式設計師的訪談,聽看看吧! ...
很棒的一個訪問,很少有訪問程式設計師的訪談,聽看看吧!
分類:軟體
Fiddler-HTTP Debugger 
Fiddler-HTTP Debugger 
fire 收藏於 2008/02/12
在寫 web 程式時, 常常需要除錯 http header 的時候, 或是要得到 browser 如何和 web server 溝通的過程時, 尤其是在寫 AJAX Code 的時候, 我們對於 packet level 的資訊會十分感興趣. 當然我們可以使用像是 sniffer 或是我常用的 ethereal 來進行封包的監聽, 再接著對這些監聽下來的封包分析. ethereal 可以利用一些 filter 或是關鍵字來進行封包的搜尋, 以方便在茫茫封包海中找到我們感興趣的資料.
分類:網站設計
Fiddler HTTP Debugger - A free web debugging tool 
Fiddler HTTP Debugger - A free web debugging tool 
CrazyLion 收藏於 2008/01/14
Fiddler is a HTTP Debugging Proxy which logs all HTTP traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP Traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.
Fiddler is freeware and can debug traffic from virtually any application, including Internet Explorer, Mozilla Firefox, Opera, and thousands more.
網頁開發 debug 工具 ...
網頁開發 debug 工具
分類:其他
邦邦的部落格(Beta): Android Debug Bridge 
邦邦的部落格(Beta): Android Debug Bridge 
笨蛋小傑西 收藏於 2007/12/14
提供了一些 command line 指令,來與模擬器做溝通,相關指令如下:
分類:其他
Linux & Ocarina: Stack Dump Debug Tip 
Linux & Ocarina: Stack Dump Debug Tip 
笨蛋小傑西 收藏於 2007/11/09
In developing embedded system, developer may encounter an ambiguous condition that the system so limited that cannot run gdb, and the network is also too unstable to run gdb-server. And the rootfs is too small that core dump is not available. In such miserable condition there is still a powerful debug skill: stack dump.
Using PDT : User Guide : PHP Source Level Debugging - PDTWiki 
Using PDT : User Guide : PHP Source Level Debugging - PDTWiki 
Kirin Lin 收藏於 2007/10/31
For setting up a debug configuration and doing real debugging with Eclipse PDT ...
For setting up a debug configuration and doing real debugging with Eclipse PDT
分類:網路
今天的 Tetralet 又在唧唧喳喳了 | Linux 除錯利器 - GDB 簡介 
今天的 Tetralet 又在唧唧喳喳了 | Linux 除錯利器 - GDB 簡介 
笨蛋小傑西 收藏於 2007/10/06
GDB 是 Linux 上最常見的除錯器。我們將以一個簡易的小程式來介紹如何使用 GDB 來替程式除錯。
分類:軟體
Open On-Chip Debugger 
Open On-Chip Debugger 
letoh 收藏於 2007/07/18
The Open On-Chip Debugger (openocd) aims to provide debugging, in-system programming and boundary-scan testing for embedded target devices. The targets are interfaced using JTAG (IEEE 1149.1) compliant hardware, but this may be extended to other connection types in the future.
分類:其他
Tsung's Blog | MySQL 設定 記錄執行過的 SQL 語法 
Tsung's Blog | MySQL 設定 記錄執行過的 SQL 語法 
第一種: 查 Slow query 的 SQL 語法:
* log_slow_queries = /var/log/mysql/mysql-slow.log
* long_query_time = 2 (超過 2秒的 SQL 語法記錄起來, 設短一點來記錄除錯也是一種方法 XD)
第二種: 設 MySQL Replication 用 binlog:
* log_bin = /var/log/mysql/mysql-bin.log (此檔要用 mysqlbinlog 解來看)
* mysql 會將所有 INSERT/UPDATE/DELETE 語法記於此(但是語法可能跟你想的不同), 這是要寫給 SLAVE 用的 log 檔
第三種: 推薦此方法, 將 MySQL 執行的每行指令全都記錄起來:
* log = /tmp/mysql.log
restart mysql 後, tail -f /tmp/mysql.log 就可以看到囉! :)
分類:軟體




標籤:
群組:





標籤:



群組:













訂閱