|Listed in category:
This listing was ended by the seller on Fri, 20 Sep at 5:49 PM because the item is no longer available.
Postage and deliveryClick "see details" for additional shipping and returns information.
Have one to sell?

The Art of Debugging with GDB and DDD by Matloff, Norman

by Matloff, Norman | PB | Good
US $23.24
ApproximatelyPHP 1,298.83
Condition:
Good
Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, ... Read moreabout condition
Out of Stock3 sold
    People are checking this out. 3 have added this to their watchlist.
    Popular item. 3 have already sold.
    Postage:
    Free Economy Shipping.
    Located in: Aurora, Illinois, United States
    Delivery:
    Estimated between Tue, 1 Oct and Thu, 3 Oct to 43230
    Delivery time is estimated using our proprietary method which is based on the buyer's proximity to the item location, the postage service selected, the seller's postage history, and other factors. Delivery times may vary, especially during peak periods.
    Returns:
    30 days return. Seller pays for return shipping.
    Coverage:
    Read item description or contact seller for details. See all detailsSee all details on coverage
    (Not eligible for eBay purchase protection programmes)

    Shop with confidence

    eBay Premium Service
    Trusted seller, fast shipping, and easy returns. Learn more- Top Rated Plus - opens in a new window or tab
    Seller assumes all responsibility for this listing.
    eBay item number:194424307372
    Last updated on May 08, 2024 22:39:47 PHTView all revisionsView all revisions

    Item specifics

    Condition
    Good
    A book that has been read but is in good condition. Very minimal damage to the cover including scuff marks, but no holes or tears. The dust jacket for hard covers may not be included. Binding has minimal wear. The majority of pages are undamaged with minimal creasing or tearing, minimal pencil underlining of text, no highlighting of text, no writing in margins. No missing pages. See all condition definitionsopens in a new window or tab
    Seller Notes
    “Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, ...
    Binding
    Paperback
    Weight
    1 lbs
    Product Group
    Book
    IsTextBook
    No
    ISBN
    9781593271749
    Subject Area
    Computers
    Publication Name
    Art of Debugging with Gdb, DDD, and Eclipse
    Publisher
    No Starch Press, Incorporated
    Item Length
    9.2 in
    Subject
    Programming / General, Software Development & Engineering / Quality Assurance & Testing, Software Development & Engineering / General, Programming Languages / C
    Publication Year
    2008
    Type
    Textbook
    Format
    Trade Paperback
    Language
    English
    Item Height
    0.9 in
    Author
    Peter Salzman, Norman Matloff
    Features
    New Edition
    Item Weight
    18.9 Oz
    Item Width
    7 in
    Number of Pages
    280 Pages

    About this product

    Product Identifiers

    Publisher
    No Starch Press, Incorporated
    ISBN-10
    1593271743
    ISBN-13
    9781593271749
    eBay Product ID (ePID)
    63647990

    Product Key Features

    Number of Pages
    280 Pages
    Publication Name
    Art of Debugging with Gdb, DDD, and Eclipse
    Language
    English
    Subject
    Programming / General, Software Development & Engineering / Quality Assurance & Testing, Software Development & Engineering / General, Programming Languages / C
    Publication Year
    2008
    Features
    New Edition
    Type
    Textbook
    Author
    Peter Salzman, Norman Matloff
    Subject Area
    Computers
    Format
    Trade Paperback

    Dimensions

    Item Height
    0.9 in
    Item Weight
    18.9 Oz
    Item Length
    9.2 in
    Item Width
    7 in

    Additional Product Features

    Intended Audience
    Scholarly & Professional
    LCCN
    2003-017566
    Dewey Edition
    22
    TitleLeading
    The
    Illustrated
    Yes
    Dewey Decimal
    005.14
    Table Of Content
    PREFACE;Chapter 1: SOME PRELIMINARIES FOR BEGINNERS AND PROS; 1.1 Debugging Tools Used in This Book; 1.2 Programming Language Focus; 1.3 The Principles of Debugging; 1.4 Text-Based vs. GUI-Based Debugging Tools, and a Compromise Between Them; 1.5 Main Debugger Operations; 1.6 Online Help; 1.7 Introductory Debugging Session; 1.8 Use of Startup Files;Chapter 2: STOPPING TO TAKE A LOOK AROUND; 2.1 Mechanisms for Pause; 2.2 Overview of Breakpoints; 2.3 Keeping Track of Breakpoints; 2.4 Setting Breakpoints; 2.5 Extended GDB Example; 2.6 Persistence of Breakpoints; 2.7 Deleting and Disabling Breakpoints; 2.8 More on Viewing Breakpoint Attributes; 2.9 Resuming Execution; 2.10 Conditional Breakpoints; 2.11 Breakpoint Command Lists; 2.12 Watchpoints;Chapter 3: INSPECTING AND SETTING VARIABLES; 3.1 Our Main Example Code; 3.2 Advanced Inspection and Setting of Variables; 3.3 Setting Variables from Within GDB/DDD/Eclipse; 3.4 GDB's Own Variables;Chapter 4: WHEN A PROGRAM CRASHES; 4.1 Background Material: Memory Management; 4.2 Core Files; 4.3 Extended Example;Chapter 5: DEBUGGING IN A MULTIPLE-ACTIVITIES CONTEXT; 5.1 Debugging Client/Server Network Programs; 5.2 Debugging Threaded Code; 5.3 Debugging Parallel Applications; 5.4 Extended Example;Chapter 6: SPECIAL TOPICS; 6.1 What If It Doesn't Even Compile or Load?; 6.2 Debugging GUI Programs;Chapter 7: OTHER TOOLS; 7.1 Making Good Use of a Text Editor; 7.2 Making Good Use of the Compiler; 7.3 Error Reporting in C; 7.4 Better Living with strace and ltrace; 7.5 Static Code Checkers: lint and Friends; 7.6 Debugging Dynamically Allocated Memory;Chapter 8: USING GDB/DDD/ECLIPSE FOR OTHER LANGUAGES; 8.1 Java; 8.2 Perl; 8.3 Python; 8.4 Debugging SWIG Code; 8.5 Assembly Language;COLOPHON;
    Edition Description
    New Edition
    Synopsis
    Debugging is crucial to successful software development, but even many experienced programmers find it challenging. Sophisticated debugging tools are available, yet it may be difficult to determine which features are useful in which situations. The Art of Debugging is your guide to making the debugging process more efficient and effective. The Art of Debugging illustrates the use three of the most popular debugging tools on Linux/Unix platforms: GDB, DDD, and Eclipse. The text-command based GDB (the GNU Project Debugger) is included with most distributions. DDD is a popular GUI front end for GDB, while Eclipse provides a complete integrated development environment. In addition to offering specific advice for debugging with each tool, authors Norm Matloff and Pete Salzman cover general strategies for improving the process of finding and fixing coding errors, including how to: Inspect variables and data structures Understand segmentation faults and core dumps Know why your program crashes or throws exceptions Use features like catchpoints, convenience variables, and artificial arrays Avoid common debugging pitfalls Real world examples of coding errors help to clarify the authors' guiding principles, and coverage of complex topics like thread, client-server, GUI, and parallel programming debugging will make you even more proficient. You'll also learn how to prevent errors in the first place with text editors, compilers, error reporting, and static code checkers. Whether you dread the thought of debugging your programs or simply want to improve your current debugging efforts, you'll find a valuable ally in The Art of Debugging ., Debugging is of central importance to successful software development, and yet many beginning programmers are unaware of the techniques they can use to reduce the time they spend finding and fixing programming errors. GDB, a popular open source debugger, allows a programmer to trace program execution line by line, set breakpoints, inspect variables, and look at what the program is doing at any given time. Using an assortment of real world coding errors "from simple typos to major logical blunders The Art of Debugging with GDB and DDD discusses how to manage memory, understand core dumps, and trace programming errors to their root cause. The book covers topics other debugging books omit "such as threaded, server/client, GUI, and parallel programming "as well as how to avoid common debugging pitfalls. Readers also learn about techniques and tools they can use to prevent errors, saving themselves valuable time and effort., Debugging is crucial to successful software development, but even many experienced programmers find it challenging. Sophisticated debugging tools are available, yet it may be difficult to determine which features are useful in which situations. The Art of Debugging is your guide to making the debugging process more efficient and effective. The Art of Debugging illustrates the use three of the most popular debugging tools on Linux/Unix platforms: GDB, DDD, and Eclipse. The text-command based GDB (the GNU Project Debugger) is included with most distributions. DDD is a popular GUI front end for GDB, while Eclipse provides a complete integrated development environment. In addition to offering specific advice for debugging with each tool, authors Norm Matloff and Pete Salzman cover general strategies for improving the process of finding and fixing coding errors, including how to: Inspect variables and data structures Understand segmentation faults and core dumps Know why your program cr, Debugging is of central importance to successful software development, and yet many beginning programmers are unaware of the techniques they can use to reduce the time they spend finding and fixing programming errors. GDB, a popular open source debugger, allows a programmer to trace program execution line by line, set breakpoints, inspect ......
    LC Classification Number
    QA76.9.D43

    Item description from the seller

    ThriftBooks

    ThriftBooks

    99% positive feedback
    18.3M items sold
    Joined Mar 2015
    Usually responds within 24 hours
    ThriftBooks is a fully independent seller of used books, having sold more than 160 million used and new books since we started in 2003. Each quality used book is sorted, graded, shelved and shipped by ...
    See more

    Detailed Seller Ratings

    Average for the last 12 months
    Accurate description
    4.9
    Reasonable shipping cost
    5.0
    Shipping speed
    5.0
    Communication
    4.9

    Seller feedback (5,356,672)