101 products were found matching your search for Debugging in 3 shops:
-
Debugging With GDB: The Gnu Source-Level Debugger
Vendor: Abebooks.com Price: 58.34 $The GNU Debugger allows you to see what is going on "inside" a program while it executes - or what a program was doing at the moment it crashed. GDB supports C, C++, Java, Fortran and Assembly among other languages; it is also designed to work closely with the GNU Compiler Collection (GCC). The GNU Debugger Program has four special features that helps you catch bugs in the act: * It starts your program for you, specifying anything that might affect it's behavior. * Makes your program stop under specified conditions. * Examines what happened when the program stopped. * Allows you to experiment with changes to see what effect they have on the program. This book will show you: * setting and clearing breakpoints * examining the stack, source files and data * examining the symbol table * altering program execution * specifying a target for debugging * how to control the debugger * how to use canned command sequences * how to install GDB * and much more! This manual is written for programmers. It is designed so someone can begin utilizing GDB after just reading the first chapter, or read the whole manual and master the program. Synopsis of ideas and extensive examples are given.
-
Debugging Applications (DV-MPS Programming)
Vendor: Abebooks.com Price: 96.89 $Amid a booming market for third-party software debugging tools -- evidence that bugs and defects are a pernicious fact of everyday programming life -- there exists no single guidebook that adequately addresses the topic of debugging as a programming discipline. But with the upcoming publication of ""Debugging Microsoft Windows Applications,"" developers finally get the practical, Windows-focused reference they need for finding and correcting costly coding errors. The book takes a holistic approach to debugging -- redefining ""bugs"" not just in terms of crashes and high-profile calamities, but including everything from user interface problems and performance issues to incomprehensible product manuals.The first section introduces the ""Zen of Debugging, "" outlining what developers need to know both before and during product development Section two demonstrates how to maximize the vastly under-utilized built-in debugging capabilities in the Visual Studio ""RM"" product family. The last section of the book steps readers through specific debugging situations and their solutions, covering such topics as multithreaded debugging, crash handlers, and automated regression testing. Throughout, the book focuses on practical, tested techniques -- ready for work -- in the tradition of the award-winning Microsoft Press ""RM"" Best Practices series.
-
Debugging with GDB: The GNU Source-Level Debugger
Vendor: Abebooks.com Price: 36.35 $Debugging with GDB: The GNU Source-Level Debugger, Tenth Edition, for GDB version 8.1.50.20180116-git. This book is available for free at gnu.org. This book is printed in grayscale.The purpose of a debugger such as gdb is to allow you to see what is going on "inside" another program while it executes - or what another program was doing at the moment it crashed. gdb can do four main kinds of things (plus other things in support of these) to help you catch bugs in the act: - Start your program, specifying anything that might affect its behavior. - Make your program stop on specified conditions. - Examine what has happened, when your program has stopped. - Change things in your program, so you can experiment with correcting the effects of one bug and go on to learn about another.
-
Debugging Teams: Better Productivity through Collaboration
Vendor: Abebooks.com Price: 22.99 $In the course of their 20+-year engineering careers, authors Brian Fitzpatrick and Ben Collins-Sussman have picked up a treasure trove of wisdom and anecdotes about how successful teams work together. Their conclusion? Even among people who have spent decades learning the technical side of their jobs, most haven’t really focused on the human component. Learning to collaborate is just as important to success. If you invest in the "soft skills" of your job, you can have a much greater impact for the same amount of effort. The authors share their insights on how to lead a team effectively, navigate an organization, and build a healthy relationship with the users of your software. This is valuable information from two respected software engineers whose popular series of talks—including "Working with Poisonous People"—has attracted hundreds of thousands of followers.
-
Debugging with Gdb the Gnu Sou
Vendor: Abebooks.com Price: 39.08 $Debugging with GDB: The GNU Source-Level Debugger, Tenth Edition, for GDB version 8.1.50.20180116-git. This book is available for free at gnu.org. This book is printed in grayscale.The purpose of a debugger such as gdb is to allow you to see what is going on "inside" another program while it executes - or what another program was doing at the moment it crashed. gdb can do four main kinds of things (plus other things in support of these) to help you catch bugs in the act: - Start your program, specifying anything that might affect its behavior. - Make your program stop on specified conditions. - Examine what has happened, when your program has stopped. - Change things in your program, so you can experiment with correcting the effects of one bug and go on to learn about another.
-
Debugging Machine Learning Models with Python: Develop high-performance, low-bias, and explainable machine learning and deep learning models
Vendor: Abebooks.com Price: 60.93 $Book is in Used-VeryGood condition. Pages and cover are clean and intact. Used items may not include supplementary materials such as CDs or access codes. May show signs of minor shelf wear and contain very limited notes and highlighting. 1.64
-
Practical Debugging at Scale: Cloud Native Debugging in Kubernetes and Production
Vendor: Abebooks.com Price: 43.86 $Book is in NEW condition. 1.06
-
Motif Debugging And Performance Tuning
Vendor: Abebooks.com Price: 43.39 $The first book to deal with debugging and optimizing Motif applications, this book describes and demonstrates effective techniques that programmers can apply to find (or avoid) programming bugs and to measure and improve program performance. Contains many examples of specific types of bugs that commonly occur in Motif and X applications, and provides some specific performance measurements and analysis for Motif applications.
-
Macsbug Reference and Debugging Guide: For Macsbug Version 6.2 (With 3 1/2" Disk)
Vendor: Abebooks.com Price: 27.96 $The official reference to the most popular debugging software program for Macintosh programmers, MacsBug Reference covers the most recent version and allows programmers to quickly and easily find and correct mistakes in the program code.
-
Practical Debugging At Scale 1st ed.
Vendor: Abebooks.com Price: 44.92 $Unread book in perfect condition.
-
Application Debugging: An MVS Abend Handbook for Cobol, Assembly, PL/I, and Fortran Programmers (Prentice-Hall Software Series)
Vendor: Abebooks.com Price: 59.00 $A useful documentation about debugging - in particular, about how to interpret a "core dump."
-
Effective Debugging: 52 Specific Ways to Debug Software and Systems
Vendor: Abebooks.com Price: 38.17 $Every software developer and IT professional understands the crucial importance of effective debugging. Often, debugging consumes most of a developer’s workday, and mastering the required techniques and skills can take a lifetime. In Effective Debugging, Diomidis Spinellis helps experienced programmers accelerate their journey to mastery, by systematically categorizing, explaining, and illustrating the most useful debugging methods, strategies, techniques, and tools. Drawing on more than thirty-five years of experience, Spinellis expands your arsenal of debugging techniques, helping you choose the best approaches for each challenge. He presents vendor-neutral, example-rich advice on general principles, high-level strategies, concrete techniques, high-efficiency tools, creative tricks, and the behavioral traits associated with effective debugging. Spinellis’s 66 expert techniques address every facet of debugging and are illustrated with step-by-step instructions and actual code. He addresses the full spectrum of problems that can arise in modern software systems, especially problems caused by complex interactions among components and services running on hosts scattered around the planet. Whether you’re debugging isolated runtime errors or catastrophic enterprise system failures, this guide will help you get the job done—more quickly, and with less pain. Key features include High-level strategies and methods for addressing diverse software failures Specific techniques to apply when programming, compiling, and running code Better ways to make the most of your debugger General-purpose skills and tools worth investing in Advanced ideas and techniques for escaping dead-ends and the maze of complexity Advice for making programs easier to debug Specialized approaches for debugging multithreaded, asynchronous, and embedded code Bug avoidance through improved software design, construction, and management
-
Accelerated Windows Debugging 3: Training Course Transcript and WinDbg Practice Exercises, Second Edition
Vendor: Abebooks.com Price: 84.87 $The full transcript of Software Diagnostics Services training with 14 step-by-step exercises, notes, and source code of specially created modeling applications. Learn live local and remote debugging techniques in kernel, user process and managed .NET spaces using WinDbg debugger. The unique and innovative course teaches unified debugging patterns applied to real problems from complex software environments. The second edition was fully reworked and updated to use the latest WinDbg version and Windows 10.
-
Foundations Of Linux Debugging, Disassembling, And Reversing 1st ed.
Vendor: Abebooks.com Price: 46.21 $Unread book in perfect condition.
-
The Science of Debugging
Vendor: Abebooks.com Price: 59.00 $The only two eternals of software development are writing the code - and then debugging it. Effective debugging involves far more than walking through code with a debugger. This book recognizes that and sets out to make debugging less baffling, faster, and more effective by providing readers with the knowledge, tips, and techniques needed to rapidly identify, track down, and repair bugs. It goes further by offering practical tips on minimizing bugs and making them easier to find when they do occur. It includes chapters on testing and maintenance as they relate to debugging. Each chapter concludes with a "bug problem" and answers to these problems are provided in the last chapter. Above all, this is a book written by developers who've spent years tracking down bugs and offers practical, hands-on advice to make that task more predictable.
-
Motif Debugging and Performance Tuning
Vendor: Abebooks.com Price: 38.01 $The first book to deal with debugging and optimizing Motif applications, this book describes and demonstrates effective techniques that programmers can apply to find (or avoid) programming bugs and to measure and improve program performance. Contains many examples of specific types of bugs that commonly occur in Motif and X applications, and provides some specific performance measurements and analysis for Motif applications.
-
Advanced Windows Debugging
Vendor: Abebooks.com Price: 49.62 $Book is in NEW condition. 3.04
-
Accelerated Windows Debugging 3: Training Course Transcript and WinDbg Practice Exercises, Second Edition
Vendor: Abebooks.com Price: 61.74 $The full transcript of Software Diagnostics Services training with 14 step-by-step exercises, notes, and source code of specially created modeling applications. Learn live local and remote debugging techniques in kernel, user process and managed .NET spaces using WinDbg debugger. The unique and innovative course teaches unified debugging patterns applied to real problems from complex software environments. The second edition was fully reworked and updated to use the latest WinDbg version and Windows 10.
-
Troubleshooting Electronic Circuits : Debugging and Improving Your DIY Projects and Experiments: A Guide to Learning Analog Electronics
Vendor: Abebooks.com Price: 25.61 $May show signs of wear, highlighting, writing, and previous use. This item may be a former library book with typical markings. No guarantee on products that contain supplements Your satisfaction is 100% guaranteed. Twenty-five year bookseller with shipments to over fifty million happy customers.
-
Linux Kernel Debugging: Leverage proven tools and advanced techniques to effectively debug Linux kernels and kernel modules
Vendor: Abebooks.com Price: 23.43 $Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority!
101 results in 0.235 seconds
Related search terms
© Copyright 2024 shopping.eu