Advanced Debugging Methods: The Springer International Series in Engineering and Computer Science, cartea 568
Autor Raimondas Lenceviciusen Limba Engleză Hardback – 31 aug 2000
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.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 622.48 lei 43-57 zile | |
Springer Us – 5 sep 2012 | 622.48 lei 43-57 zile | |
Hardback (1) | 628.59 lei 43-57 zile | |
Springer Us – 31 aug 2000 | 628.59 lei 43-57 zile |
Din seria The Springer International Series in Engineering and Computer Science
- Preț: 119.98 lei
- 24% Preț: 1041.94 lei
- 20% Preț: 422.80 lei
- Preț: 206.35 lei
- 20% Preț: 313.25 lei
- 20% Preț: 625.07 lei
- 23% Preț: 637.95 lei
- 18% Preț: 1190.42 lei
- 18% Preț: 937.34 lei
- 20% Preț: 627.60 lei
- 18% Preț: 921.55 lei
- 20% Preț: 628.10 lei
- 15% Preț: 619.21 lei
- 20% Preț: 625.38 lei
- 18% Preț: 921.99 lei
- 20% Preț: 626.01 lei
- 20% Preț: 966.36 lei
- 20% Preț: 627.46 lei
- 18% Preț: 919.68 lei
- 20% Preț: 966.99 lei
- 18% Preț: 929.52 lei
- 20% Preț: 626.50 lei
- 15% Preț: 630.93 lei
- 18% Preț: 922.94 lei
- 18% Preț: 1186.29 lei
- 18% Preț: 930.14 lei
- 15% Preț: 625.55 lei
- 18% Preț: 921.25 lei
- 18% Preț: 920.17 lei
- 20% Preț: 1247.75 lei
Preț: 628.59 lei
Preț vechi: 785.75 lei
-20% Nou
Puncte Express: 943
Preț estimativ în valută:
120.31€ • 125.39$ • 100.15£
120.31€ • 125.39$ • 100.15£
Carte tipărită la comandă
Livrare economică 06-20 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780792378952
ISBN-10: 0792378954
Pagini: 183
Ilustrații: XV, 183 p.
Dimensiuni: 155 x 235 x 13 mm
Greutate: 0.46 kg
Ediția:2000
Editura: Springer Us
Colecția Springer
Seria The Springer International Series in Engineering and Computer Science
Locul publicării:New York, NY, United States
ISBN-10: 0792378954
Pagini: 183
Ilustrații: XV, 183 p.
Dimensiuni: 155 x 235 x 13 mm
Greutate: 0.46 kg
Ediția:2000
Editura: Springer Us
Colecția Springer
Seria The Springer International Series in Engineering and Computer Science
Locul publicării:New York, NY, United States
Public țintă
ResearchCuprins
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.