Advanced Debugging Methods (Kluwer International Series in Engineering and Computer Science)

個数:

Advanced Debugging Methods (Kluwer International Series in Engineering and Computer Science)

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Hardcover:ハードカバー版/ページ数 183 p.
  • 言語 ENG
  • 商品コード 9780792378952
  • DDC分類 005.14

Full Description

Object relationships in modern software systems are becoming increasingly numerous and complex, and program errors due to violations of object relationships are difficult to detect. Programmers need new tools that allow them to explore objects in a large system more efficiently and to detect broken object relationships instantaneously. Such tools incorporate approaches used in such areas as data visualization, pattern matching and extraction, database querying, active databases, and rule-based programming. The query-based debugging approach developed by the author of this book is another powerful yet efficient tool to be added to the developer's tool chest.
Advanced Debugging Methods presents practice and tools for debugging computer programs. This book proposes new powerful approaches that simplify the daunting task of debugging complex software systems. Although debugging has been addressed in numerous research papers, many of its methods have yet to be explored in a book-length format. This book helps to fill this gap by presenting an overview of existing debugging tools with motivating examples and case studies, as well as presenting new, state-of-the-art debugging methods.
Advanced Debugging Methods will be of use to software developers looking for tools to be applied in cutting edge practice; system architects looking at the relationship between software design and debugging; tools and programming language researchers looking for new ideas in run-time tool implementation as well as detailed descriptions of advanced implementations; and university professors and graduate students who will use this book as supplementary reading for graduate courses in programming tools, language implementation, and advanced object-oriented systems. Advanced Debugging Methods is also a handy reference of currently existing debugging methodologies as well as a springboard for cutting-edge research to simplify thedifficult task of debugging and to facilitate the development of more robust software systems.

Contents

1 Introduction.- 1.1 Outline.- 2 Debugging Background and methods.- 2.1 Control Flow Debugging.- 2.2 Data Observation.- 2.3 Mixed Constructs.- 2.4 Program Visualization Systems.- 2.5 Summary.- 3 Static Query-Based Debugging.- 3.1 Introduction.- 3.2 Query Model.- 3.3 Implementation.- 3.4 Experimental Results.- 3.5 Related work.- 3.6 Summary.- 4 Dynamic Query-Based Debugger.- 4.1 Introduction.- 4.2 Query Model and Examples.- 4.3 Implementation.- 4.4 Experimental Results.- 4.5 Performance Model.- 4.6 Queries with Changing Results.- 4.7 On-the-fly Debugging.- 4.8 Related Work.- 4.9 Summary.- 5 Query Analysis and Classification.- 5.1 Introduction.- 5.2 Queries in Software Systems.- 5.3 Query Classification.- 5.4 Query Analysis and Classification Conclusions.- 5.5 Summary.- 6 Future Work and Open Problems.- 6.1 Automatic Change Sets.- 6.2 Safe Réévaluation and Distributed Debugging.- 7 Conclusions.- 8 Glossary.- 9 References.- Appendix A Generalized Graph Matching.- Appendix B Detailed Data.