TWI530783B - 軟體除錯之除錯途程 - Google Patents

軟體除錯之除錯途程 Download PDF

Info

Publication number
TWI530783B
TWI530783B TW098111308A TW98111308A TWI530783B TW I530783 B TWI530783 B TW I530783B TW 098111308 A TW098111308 A TW 098111308A TW 98111308 A TW98111308 A TW 98111308A TW I530783 B TWI530783 B TW I530783B
Authority
TW
Taiwan
Prior art keywords
debugging
source code
breakpoints
code
debugger
Prior art date
Application number
TW098111308A
Other languages
English (en)
Other versions
TW201003385A (en
Inventor
彼得A 尼可斯
傑瑞米亞S 史華恩
傑佛瑞C 托漢
Original Assignee
萬國商業機器公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 萬國商業機器公司 filed Critical 萬國商業機器公司
Publication of TW201003385A publication Critical patent/TW201003385A/zh
Application granted granted Critical
Publication of TWI530783B publication Critical patent/TWI530783B/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3664Environments for testing or debugging software
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • G06F11/3644Software debugging by instrumenting at runtime

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Description

軟體除錯之除錯途程
本發明係關於軟體開發之領域,且更特定言之,係關於軟體除錯。
軟體開發之技術遠遠擴展超出電腦程式之功能規範之純粹編碼。現代軟體開發遵照以功能規範開始之生命週期,引起實施該功能規範之應用程式之合適架構的公式化。生命週期隨應用程式之實體編碼而繼續且包括反覆測試及除錯週期以確保代碼之完整性。最後,可分析經除錯之代碼之執行以促進代碼之進一步修訂以改良代碼之執行。
在過去數十年中,除錯過程幾乎未改變。大體而言,藉由整合式開發環境(IDE)提供之除錯器允許除錯器在原始碼之諸行上設定斷點。在原始碼之執行期間,執行可在具有已建立之斷點之每一行上中斷。當原始碼保持在藉由斷點提供之停滯中時,除錯器可大體檢驗變數之值及記憶體以便判定原始碼是否如計劃地執行。如任何開發者將證實的,除錯期間的斷點之自由使用為除錯過程之本質態樣。
設定斷點之動作或斷點之設定可很大程度上經特徵化為實質上隨意(ad-hoc)的。亦即,開發者任意地設定及重設斷點。因而,視在IDE中設定於原始碼上之斷點之數目及性質而定,除錯過程可在除錯會話與除錯會話之間變化。值得注意地,儘管曾經設定於原始碼之一行上之斷點在設定斷點時對於開發者而言可為有意義的,但隨後,斷點可能失去其意義。然而,迫使除錯器在每一執行個體回憶已建立之斷點之目的。
另外,可自原始碼中之許多不同位置到達原始碼中之同一代碼路徑(code path)。因此,儘管已建立之斷點可在自原始碼中的期望之位置到達斷點處時有意義,但若係自原始碼中之一不同位置到達,則同一已建立之斷點可引起混淆。因此,當在除錯會話期間在原始碼中設定個別斷點時,貫穿原始碼之路徑之上下文完全丟失。
本發明之實施例解決關於原始碼除錯之技術之不足且提供一種用於對原始碼進行除錯之除錯途程的新穎且並非顯而易見之方法、系統及電腦程式產品。在本發明之一實施例中,可提供一除錯器資料處理系統。該系統可包括在主機計算平台中執行之除錯器,及耦接至該除錯器之除錯途程管理器。該除錯途程管理器可包括程式碼,該程式碼經致能以載入在原始碼之先前除錯會話期間建立的斷點之有序集合之除錯途程,將除錯途程中之斷點應用於經單獨載入之原始碼,且在除錯器內以藉由該有序集合提供之次序以所應用之斷點執行經單獨載入之原始碼。
斷點可包括路點(waypoint)及檢查點之執行個體(instances)。執行個體中之每一者可包括一描述且執行個體中之每一者亦可包括一基於經單獨載入之原始碼之行、系統事件、應用程式事件、堆疊型樣及計時器中的任一者之觸發事件。檢查點之執行個體進一步可包括原始碼之執行之繼續所基於的一條件。另外,檢查點之執行個體亦可包括經暫時中止之除錯途程之繼續所基於的一條件。
在本發明之另一實施例中,可提供一除錯方法。該方法可包括載入在原始碼之先前除錯會話期間建立的斷點之有序集合之除錯途程,將除錯途程中之斷點應用於經單獨載入之原始碼,且執行經單獨載入之原始碼並以藉由該有序集合提供之次序調用所應用之斷點。載入在原始碼之先前除錯會話期間建立的斷點之有序集合之除錯途程可包括載入在原始碼之先前除錯會話期間建立的路點與檢查點兩者之有序集合之除錯途程。
在該實施例之一態樣中,將除錯途程中之斷點應用於經單獨載入之原始碼可包括結合觸發事件(諸如,原始碼中之位置、系統或應用程式事件、堆疊型樣,或計時器)將除錯途程中之斷點應用於經單獨載入之原始碼。在該實施例之另一態樣中,執行經單獨載入之原始碼並以藉由該有序集合提供之次序調用所應用之斷點可包括執行經單獨載入之原始碼並以藉由該有序集合提供之次序調用所應用之路點與檢查點兩者且僅在發生自所期望之代碼路徑之偏差之處提供通知。
本發明之額外態樣將在隨後之描述中部分地加以闡述,且部分地將自該描述而顯而易見,或可藉由本發明之實踐而得以獲悉。本發明之態樣將藉由在附加申請專利範圍中特別指出的元件及組合來實現及達到。應理解,上述大體描述與以下詳細描述兩者均僅為例示性的及解釋性的,且並非限制如所主張之本發明。
併入本說明書中且組成本說明書之一部分之隨附圖式說明本發明之實施例且連同該描述一起用以解釋本發明之原理。本文中所說明之實施例為當前較佳的,然而,應理解,本發明不限於所展示之精確配置及手段。
本發明之實施例提供用於對原始碼進行除錯之除錯途程管理之方法、系統及電腦程式產品。根據本發明之一實施例,可在第一除錯會話中針對除錯目標中之原始碼之不同行建立斷點之有序集合作為除錯途程。斷點之該集合可包括檢查點、路點或檢查點與路點兩者。此後,斷點之集合可作為除錯途程而與除錯目標分開地留存。隨後,除錯途程可在第二除錯會話中被載入並應用於除錯目標。以此方式,斷點之有序集合可經留存以用於再用以加速除錯環境中之問題解決。
在說明中,圖1以圖示方式描繪用於對原始碼進行除錯之除錯途程管理過程。如圖1中所展示,可針對原始碼110之不同行建立不同斷點120、130。斷點120、130可包括檢查點120與路點130兩者。檢查點120中之每一者可為在滿足一條件之前不准許原始碼110之執行的斷點。路點130中之每一者(比較而言)可為在滿足預先指定之條件之前使除錯途程140之繼續暫時中止的斷點。對於檢查點120與路點130兩者,可對到達檢查點120及路點130之除錯途程140執行動作,動作包括記錄及報告。
除錯途程管理器160可以一規定之次序將已建立之斷點120、130之集合聚集至與原始碼110分開儲存之除錯途程140中。就此點而言,可個別地記載除錯途程140中的斷點120、130之有序集合,使得促進斷點再用以減小除錯會話期間的斷點置放之隨意性質。因此,除錯途程管理器160可載入除錯途程140以用於在不同的後續除錯會話中應用於原始碼150,其中斷點120、130之排序、性質及意圖可由除錯器經由除錯途程140來辨識。以此方式,可經由以除錯途程140所指定之次序對斷點120、130之再用而清楚地加速除錯過程。
圖1中所說明之過程可在除錯器資料處理系統中加以使用。在說明中,圖2為經組態以用於除錯途程管理之除錯器資料處理系統的示意性說明。該系統可包括支援作業系統220之執行之主機計算平台210。作業系統220又可經組態以管理包括除錯器230之一或多個應用程式之操作。除錯器230可經程式化以提供一開發環境,在該開發環境中,可經由斷點之使用而漸進地執行原始碼240以便對原始碼240進行除錯。
作為除錯過程之一部分,在原始碼240中之每一斷點處,原始碼240之執行可暫停以便准許對由原始碼240之執行而產生的記憶體中之資料元素之人工檢驗,且亦可識別導致程式異常之原始碼行。值得注意地,除錯途程管理器300可耦接至除錯器230。除錯途程管理器300可包括經致能以在原始碼240中界定並設定檢查點250與路點260兩者之執行個體的程式碼。除錯途程管理器300之程式碼進一步可經致能以將針對原始碼240之檢查點250及路點260之執行個體聚集於除錯途程270中。除錯途程管理器300之程式碼又進一步可經致能以在原始碼240之後續除錯會話期間載入除錯途程270且對原始碼240應用檢查點250及路點260之執行個體。
路點260可為含有允許將路點260之執行個體聚集至除錯途程270中之特性的斷點。該等特性可包括(以實例說明)一描述及一或多個標記。該等特性進一步可包括由原始碼位置、堆疊型樣、系統事件或應用程式事件產生之觸發事件。類似地,檢查點250可為亦含有允許將檢查點250之執行個體聚集至除錯途程270中之特性的斷點。該等特性可類似於路點260之特性且另外,檢查點250可包括由計時器之期滿產生之觸發事件。又,不同於路點260之執行個體,該等特性可包括除錯途程270之恢復可取決於之條件。
在原始碼240之執行期間,可遭遇路點260之執行個體之期望的集合。在每次遭遇路點260之執行個體時,可執行與該執行個體相關聯之動作(若存在)。視情況,只要路點260之已遭遇之執行個體的排序與如在除錯途程270中所闡述的路點260之執行個體之期望的序列一致,即不需要提供對路點260之執行個體之遭遇的指示。在任何情況下,可在原始碼240之執行期間提供除錯途程270之觀測。
在除錯途程管理器300之操作之進一步說明中,圖3為說明用於對原始碼進行除錯之除錯途程管理之過程的流程圖。在步驟305開始,可載入原始碼作為除錯器中之除錯目標。在步驟310中,可載入先前留存之除錯途程以用於應用於針對除錯器中之除錯目標之除錯會話。在步驟315中,可擷取除錯途程之路點及檢查點,且在步驟320中,可將所擷取之路點及檢查點應用於除錯目標。此後,在步驟325中,可在除錯器中執行除錯目標。
在決策步驟330中,若原始碼之執行尚未完成,則在步驟335中,可遭遇一斷點。該斷點可為路點或檢查點且可係與原始碼之一行相關聯地、經由計時器之期滿、經由應用程式或系統事件之發生或經由在堆疊中所辨識之型樣而被遭遇。在決策步驟340中,可判定斷點是否為路點。若為如此,則在步驟345中,可執行與路點相關聯之動作(若存在),且過程可返回至步驟325。否則,在決策步驟350中,可判定斷點是否為檢查點。若為如此,則在決策步驟355中,可判定是否已滿足與檢查點相關聯之條件。僅在一旦已滿足該條件時過程才可繼續至步驟345,執行相關聯之動作(若存在)。在決策步驟330中,當執行終結時,在步驟360中,過程可結束。
本發明之實施例可採取完全硬體實施例、完全軟體實施例或含有硬體要素與軟體要素兩者之實施例的形式。在較佳實施例中,本發明實施於軟體中,軟體包括(但不限於)韌體、常駐軟體、微碼及其類似者。此外,本發明可採取可自電腦可用或電腦可讀媒體存取之電腦程式產品之形式,電腦可用或電腦可讀媒體提供藉由或結合一電腦或任何指令執行系統使用的程式碼。
出於此描述之目的,電腦可用或電腦可讀媒體可為可含有、儲存、傳遞、傳播或輸送藉由或結合指令執行系統、裝置或器件使用之程式的任何裝置。媒體可為電子、磁性、光學、電磁、紅外線或半導體系統(或裝置或器件)或者傳播媒體。電腦可讀媒體之實例包括半導體或固態記憶體、磁帶、抽取式電腦磁片、隨機存取記憶體(RAM)、唯讀記憶體(ROM)、硬磁碟及光碟。光碟之當前實例包括緊密光碟-唯讀記憶體(CD-ROM)、緊密光碟-讀取/寫入(CD-R/W)及DVD。
適合於儲存及/或執行程式碼之資料處理系統將包括直接或經由系統匯流排而間接耦接至記憶體元件之至少一處理器。記憶體元件可包括在程式碼之實際執行期間使用的局部記憶體、大容量儲存器,及提供至少一些程式碼之暫時儲存以便減小在執行期間必須自大容量儲存器擷取代碼之次數的快取記憶體。輸入/輸出或I/O器件(包括(但不限於)鍵盤、顯示器、指標器件等)可直接或經由介入之I/O控制器而耦接至系統。網路配接器亦可耦接至系統以使該資料處理系統能夠經由介入之專用或公用網路而變為耦接至其他資料處理系統或遠端印表機或儲存器件。數據機、電纜數據機及乙太網卡僅為當前可用之類型之網路配接器中的少數幾種。
110...原始碼
120...斷點/檢查點
130...斷點/路點
140...除錯途程
150...原始碼
160...除錯途程管理器
210...主機計算平台
220...作業系統
230...除錯器
240...原始碼
250...檢查點
260...路點
270...除錯途程
300...除錯途程管理器
圖1為用於對原始碼進行除錯之除錯途程管理過程的圖示說明;
圖2為經組態以用於除錯途程管理之除錯器資料處理系統的示意性說明;且,
圖3為說明用於對原始碼進行除錯之除錯途程管理之過程的流程圖。
210...主機計算平台
220...作業系統
230...除錯器
240...原始碼
250...檢查點
260...路點
270...除錯途程
300...除錯途程管理器

Claims (9)

  1. 一種除錯器資料處理系統,其包含:一除錯器,其在一主機計算平台中執行;及一除錯途程管理器,其耦接至該除錯器,該除錯途程管理器包含程式碼,該程式碼經致能以:藉由以一規定之次序聚集一組在原始碼之一先前除錯會話期間建立之斷點建立一除錯途程,該除錯途程與該原始碼分別儲存,在該原始碼之一後續除錯會話期間載入該除錯途程,從該載入之除錯途程取回該組斷點,藉由該除錯途程管理器從該載入之除錯途程將該組斷點應用於分別載入之原始碼,在該除錯器內以一藉由該規定之次序提供之次序以所應用之斷點執行該分別載入之原始碼,且在該原始碼執行期間使該除錯途程可觀測化(visualize),其中該組斷點包括一檢查點及一路點之執行個體,其中該檢查點係當一條件已被滿足前該原始碼之執行不被准許之一斷點且該路點係當一預定條件已被滿足前該除錯途徑之繼續被暫停之一斷點,其中該檢查點及該路點皆包含允許該檢查點及該路點之一執行個體被聚集入該除錯途程之特性。
  2. 如請求項1之系統,其中該等執行個體中之每一者包含一描述。
  3. 如請求項2之系統,其中該等執行個體中之每一者包含一基於原始碼之一行、一系統事件、一應用程式事件、一堆疊型樣及一計時器中之任一者的觸發事件。
  4. 一種除錯方法,其包含:藉由以一規定之次序聚集一組在原始碼之一先前除錯會話期間建立之斷點建立一除錯途程,該除錯途程與該原始碼分別儲存,在該原始碼之一後續除錯會話期間載入該除錯途程;從該載入之除錯途程取回該組斷點;藉由該除錯途程管理器從該載入之除錯途程將該組斷點應用於分別載入之原始碼;執行該分別載入之原始碼並以一藉由該規定之次序提供之次序調用該等斷點,且在該原始碼執行期間使該除錯途程可觀測化(visualize),其中該組斷點包括一檢查點及一路點之執行個體,其中該檢查點係當一條件已被滿足前該原始碼之執行不被准許之一斷點且該路點係當一預定條件已被滿足前該除錯途徑之繼續被暫停之一斷點,其中該檢查點及該路點皆包含允許該檢查點及該路點之一執行個體被聚集入該除錯途程之特性。
  5. 如請求項4之方法,其中將該除錯途程中之該組斷點應用於該經單獨載入之原始碼包含:結合一包含該經單獨載入之原始碼中之一位置之觸發事件將該除錯途程中之 該組斷點應用於該經單獨載入之原始碼。
  6. 如請求項4之方法,其中將該除錯途程中之該組斷點應用於該經單獨載入之原始碼包含:結合一包含一系統或應用程式事件之觸發事件將該除錯途程中之該組斷點應用於該經單獨載入之原始碼。
  7. 如請求項4之方法,其中將該除錯途程中之該組斷點應用於該經單獨載入之原始碼包含:結合一包含一堆疊型樣之觸發事件將該除錯途程中之該組斷點應用於該經單獨載入之原始碼。
  8. 如請求項4之方法,其中執行該經單獨載入之原始碼並以藉由該規定之次序提供之該次序調用該組斷點包含:執行該經單獨載入之原始碼並調用該等所應用之路點且僅在發生一自一期望之代碼路徑之偏差之處提供通知。
  9. 一種電腦程式產品,其包含一具體化用於除錯之電腦可用程式碼之電腦可用媒體,當執行於一資料處理系統中時用於執行如請求項第4項或第8項之方法以除錯。
TW098111308A 2008-04-07 2009-04-03 軟體除錯之除錯途程 TWI530783B (zh)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US12/099,012 US20090254888A1 (en) 2008-04-07 2008-04-07 Debug tours for software debugging

Publications (2)

Publication Number Publication Date
TW201003385A TW201003385A (en) 2010-01-16
TWI530783B true TWI530783B (zh) 2016-04-21

Family

ID=41134417

Family Applications (1)

Application Number Title Priority Date Filing Date
TW098111308A TWI530783B (zh) 2008-04-07 2009-04-03 軟體除錯之除錯途程

Country Status (3)

Country Link
US (1) US20090254888A1 (zh)
JP (2) JP2009252247A (zh)
TW (1) TWI530783B (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI751706B (zh) * 2020-09-16 2022-01-01 宏碁股份有限公司 自動產生開發解決方案的方法及裝置

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8904356B2 (en) 2010-10-20 2014-12-02 International Business Machines Corporation Collaborative software debugging in a distributed system with multi-member variable expansion
US9009673B2 (en) 2010-10-21 2015-04-14 International Business Machines Corporation Collaborative software debugging in a distributed system with collaborative step over operation
US8671393B2 (en) 2010-10-21 2014-03-11 International Business Machines Corporation Collaborative software debugging in a distributed system with client-specific dynamic breakpoints
US8972945B2 (en) 2010-10-21 2015-03-03 International Business Machines Corporation Collaborative software debugging in a distributed system with client-specific access control
US8850397B2 (en) 2010-11-10 2014-09-30 International Business Machines Corporation Collaborative software debugging in a distributed system with client-specific display of local variables
US9411709B2 (en) 2010-11-10 2016-08-09 International Business Machines Corporation Collaborative software debugging in a distributed system with client-specific event alerts
US8990775B2 (en) 2010-11-10 2015-03-24 International Business Machines Corporation Collaborative software debugging in a distributed system with dynamically displayed chat sessions
US9740562B2 (en) * 2010-12-20 2017-08-22 Microsoft Technology Licensing, Llc Method for checkpointing and restoring program state
US8638535B2 (en) * 2011-01-10 2014-01-28 Hamilton Sundstrand Corporation Vertical mount transient voltage suppressor array
US8806438B2 (en) 2011-04-20 2014-08-12 International Business Machines Corporation Collaborative software debugging in a distributed system with variable-specific messages
US8656360B2 (en) 2011-04-20 2014-02-18 International Business Machines Corporation Collaborative software debugging in a distributed system with execution resumption on consensus
US8739127B2 (en) 2011-04-20 2014-05-27 International Business Machines Corporation Collaborative software debugging in a distributed system with symbol locking
US8756577B2 (en) * 2011-06-28 2014-06-17 International Business Machines Corporation Collaborative software debugging in a distributed system with private debug sessions
JP5785474B2 (ja) * 2011-10-27 2015-09-30 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation プログラムのデバッグ方法、デバッグ装置、およびデバッグ支援gui
US9134966B2 (en) 2013-12-12 2015-09-15 International Business Machines Corporation Management of mixed programming languages for a simulation environment

Family Cites Families (53)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6292033A (ja) * 1985-10-17 1987-04-27 Omron Tateisi Electronics Co プログラムデバツグ装置
JPS63244239A (ja) * 1987-03-31 1988-10-11 Hitachi Ltd プログラム実行経路検証方法
JPH0695915A (ja) * 1992-09-16 1994-04-08 Sharp Corp デバッグ処理方法
JPH07191876A (ja) * 1993-12-27 1995-07-28 Nec Corp プログラム試験装置とその使用方法
US6345383B1 (en) * 1994-09-14 2002-02-05 Kabushiki Kaisha Toshiba Debugging support device and debugging support method
JPH08272648A (ja) * 1994-12-29 1996-10-18 Hitachi Ltd デバッグコマンドファイルを自動的に生成する方法、およびデバッグコマンドファイルにおいてブレークポイントを自動的に再生成する装置
US5701488A (en) * 1995-06-07 1997-12-23 Motorola, Inc. Method and apparatus for restoring a target MCU debug session to a prior state
US5983017A (en) * 1996-11-12 1999-11-09 Lsi Logic Corporation Virtual monitor debugging method and apparatus
JPH11120028A (ja) * 1997-10-13 1999-04-30 Nec Corp プログラム移植サポート方式
JPH11306042A (ja) * 1998-04-16 1999-11-05 Toshiba Corp ソフトウェア開発支援装置及びデバッグ方法
US6418543B1 (en) * 1998-07-14 2002-07-09 Cisco Technology, Inc. Apparatus and method for debugging source code
US6311326B1 (en) * 1999-01-04 2001-10-30 Emc Corporation Online debugging and tracing system and method
US6959431B1 (en) * 1999-05-13 2005-10-25 Compuware Corporation System and method to measure and report on effectiveness of software program testing
JP2001034503A (ja) * 1999-07-21 2001-02-09 Oki Electric Ind Co Ltd ブレークポイント設定方法及び障害解析装置
US6502210B1 (en) * 1999-10-01 2002-12-31 Stmicroelectronics, Ltd. Microcomputer debug architecture and method
US6591378B1 (en) * 2000-02-22 2003-07-08 Motorola, Inc. Debug controller in a data processor and method therefor
DE10036278A1 (de) * 2000-07-26 2002-02-07 Bosch Gmbh Robert Verfahren zur Überwachung eines Programmablaufs mittels einer Debug Logik
CA2321019A1 (en) * 2000-09-27 2002-03-27 Ibm Canada Limited-Ibm Canada Limitee Capturing snapshots of a debuggee's state during a debug session
US6990657B2 (en) * 2001-01-24 2006-01-24 Texas Instruments Incorporated Shared software breakpoints in a shared memory system
US7320125B2 (en) * 2001-05-24 2008-01-15 Techtracker, Inc. Program execution stack signatures
US7577942B2 (en) * 2001-07-26 2009-08-18 International Business Machines Corporation Efficient monitoring of program variables under debug
US20030084376A1 (en) * 2001-10-25 2003-05-01 Nash James W. Software crash event analysis method and system
CA2360650A1 (en) * 2001-10-31 2003-04-30 Ibm Canada Limited-Ibm Canada Limitee Algorithm to create and compare debug scenarios of a computer process
US7398519B2 (en) * 2001-11-30 2008-07-08 International Business Machines Corporation Inheritance breakpoints for use in debugging object-oriented computer programs
JP4208591B2 (ja) * 2002-02-07 2009-01-14 パナソニック株式会社 ブレイクポイント設定装置、ブレイクポイント設定方法及びブレイクポイント設定プログラム
US7134115B2 (en) * 2002-02-07 2006-11-07 Matsushita Electric Industrial Co., Ltd. Apparatus, method, and program for breakpoint setting
US6981248B2 (en) * 2002-05-02 2005-12-27 International Business Machines Corporation Conditional breakpoint encountered indication
EP1378832A1 (en) * 2002-07-04 2004-01-07 Sap Ag Process and system for comfortable debugging of computer programs
US7213179B2 (en) * 2002-07-30 2007-05-01 Cisco Technology, Inc. Automated and embedded software reliability measurement and classification in network elements
US20040040013A1 (en) * 2002-08-26 2004-02-26 Mohit Kalra Time-based breakpoints in debuggers
US7225431B2 (en) * 2002-10-24 2007-05-29 International Business Machines Corporation Method and apparatus for setting breakpoints when debugging integrated executables in a heterogeneous architecture
US7225429B2 (en) * 2003-06-12 2007-05-29 International Business Machines Corporation Breakpoint groups based on control flow
US7568192B2 (en) * 2003-09-29 2009-07-28 International Business Machines Corporation Automated scalable and adaptive system for memory analysis via identification of leak root candidates
US20070011334A1 (en) * 2003-11-03 2007-01-11 Steven Higgins Methods and apparatuses to provide composite applications
GB0326903D0 (en) * 2003-11-19 2003-12-24 Ibm System and method for software debugging
US7343588B2 (en) * 2004-01-30 2008-03-11 International Business Machines Corporation Method of generating and utilizing debug history
US7353427B2 (en) * 2004-04-08 2008-04-01 International Business Machines Corporation Method and apparatus for breakpoint analysis of computer programming code using unexpected code path conditions
JP4944368B2 (ja) * 2004-06-08 2012-05-30 キヤノン株式会社 マルチプロセッサシステム、デバッグ方法、及びプログラム
US20060059468A1 (en) * 2004-09-10 2006-03-16 Sony Computer Entertainment Inc. Methods and systems for graphically navigating within a debugger program
US20060200807A1 (en) * 2005-03-03 2006-09-07 International Business Machines Corporation Breakpoint timers
US7917894B2 (en) * 2005-06-03 2011-03-29 International Business Machines Corporation Constraining source code and objects for analysis tools
US20070074168A1 (en) * 2005-09-29 2007-03-29 International Business Machines Corporation Automated step type determination
US8079037B2 (en) * 2005-10-11 2011-12-13 Knoa Software, Inc. Generic, multi-instance method and GUI detection system for tracking and monitoring computer applications
US7669186B2 (en) * 2005-11-16 2010-02-23 Sun Microsystems, Inc. Debugging applications at resource constrained virtual machines using dynamically installable lightweight agents
US20080010536A1 (en) * 2006-06-12 2008-01-10 Cary Lee Bates Breakpoints with Separate Conditions
JP2008052533A (ja) * 2006-08-25 2008-03-06 Matsushita Electric Ind Co Ltd デバッグ装置
US7610517B2 (en) * 2006-09-14 2009-10-27 Innovasic, Inc. Microprocessor with trace functionality
US8341604B2 (en) * 2006-11-15 2012-12-25 Qualcomm Incorporated Embedded trace macrocell for enhanced digital signal processor debugging operations
US7822146B2 (en) * 2006-12-01 2010-10-26 Texas Instruments Incorporated System and method for digitally correcting a non-linear element
US8046199B2 (en) * 2006-12-01 2011-10-25 Texas Instruments Incorporated System and method for computing parameters for a digital predistorter
US8667471B2 (en) * 2007-03-30 2014-03-04 Sap Ag Method and system for customizing profiling sessions
US8079022B2 (en) * 2007-06-04 2011-12-13 Carbon Design Systems, Inc. Simulation of software
US7783865B2 (en) * 2007-08-01 2010-08-24 International Business Machines Corporation Conditional data watchpoint management

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI751706B (zh) * 2020-09-16 2022-01-01 宏碁股份有限公司 自動產生開發解決方案的方法及裝置

Also Published As

Publication number Publication date
JP2009252247A (ja) 2009-10-29
JP5782543B2 (ja) 2015-09-24
TW201003385A (en) 2010-01-16
JP2014146358A (ja) 2014-08-14
US20090254888A1 (en) 2009-10-08

Similar Documents

Publication Publication Date Title
TWI530783B (zh) 軟體除錯之除錯途程
US7849450B1 (en) Devices, methods and computer program products for reverse execution of a simulation
US7493522B2 (en) Model independent input reduction
US9262299B1 (en) Simulation observability and control of all hardware and software components of a virtual platform model of an electronics system
US20130036403A1 (en) Method and apparatus for debugging programs
US20120159449A1 (en) Call Stack Inspection For A Thread Of Execution
US8276020B2 (en) Systems and methods for automated determination of error handling
US20100115496A1 (en) Filter generation for load testing managed environments
US9262305B1 (en) Simulation observability and control of all hardware and software components of a virtual platform model of an electronics system
CN108459962A (zh) 代码规范性检测方法、装置、终端设备及存储介质
US8918762B2 (en) Generating test plans and test cases from service-oriented architecture and process models
US20150006961A1 (en) Capturing trace information using annotated trace output
US10698805B1 (en) Method and system for profiling performance of a system on chip
US9471454B2 (en) Performing automated system tests
CN105074656B (zh) 管理并发谓词表达式的方法和装置
US9792402B1 (en) Method and system for debugging a system on chip under test
US8752025B2 (en) Protecting breakpoints in a software debugger
CN110347590A (zh) 业务系统的接口测试控制方法及装置
US8381188B2 (en) Leveraging the relationship between object IDs and functions in diagnosing software defects during the post-deployment phase
US20100318850A1 (en) Generation of a stimuli based on a test template
US9600347B2 (en) Verifying synchronization coverage in logic code
US8589734B2 (en) Verifying correctness of processor transactions
US9280627B1 (en) GUI based verification at multiple abstraction levels
CN108197005B (zh) Ios应用的底层运行性能监测方法、介质、设备及系统
US8627273B2 (en) Model checking of liveness property in a phase abstracted model