Detailansicht

GDB

Pocket Reference
ISBN/EAN: 9780596100278
Umbreit-Nr.: 1722488

Sprache: Englisch
Umfang: 69 S.
Format in cm: 0.5 x 18 x 10.9
Einband: kartoniertes Buch

Erschienen am 02.05.2005
Auflage: 1/2005
€ 8,50
(inklusive MwSt.)
Nicht lieferbar
  • Zusatztext
    • Many Linux and Unix developers are familiar with the GNU debugger (GBD), the invaluable open source tool for testing, fixing, and retesting software. And since GDB can be ported to Windows, Microsoft developers and others who use this platform can also take advantage of this amazing free software that allows you to see exactly what's going on inside of a program as it's executing. This new pocket guide gives you a convenient quick reference for using the debugger with several different programming languages, including C, C++, Java, Fortran and Assembly.The GNU debugger is the most useful tool during the testing phase of the software development cycle because it helps you catch bugs in the act. You can see what a program was doing at the moment it crashed, and then readily pinpoint and correct problem code. With the GDB Pocket Reference on hand, the process is quick and painless. The book covers the essentials of using GBD is a testing environment, including how to specify a target for debugging and how to make a program stop on specified conditions.This handy guide also provides details on using the debugger to examine the stack, source files and data to find the cause of program failure-and then explains ways to use GBD to make quick changes to the program for further testing and debugging.The ability to spot a bug in real time with GDB can save you hours of frustration, and having a quick way to refer to GBD's essential functions is key to making the process work. Once you get your hands on the GDB Pocket Reference, you'll never let go!
  • Kurztext
    • The GNU debugger is valuable for testing, fixing, and retesting software because it allows you to see exactly what's going on inside of a program as it's executing. This new pocket reference shows you how specify a target for debugging, perform a careful examination to find the cause of program failure, and make quick changes for further testing.
  • Autorenportrait
    • Arnold Robbins is a professional programmer and technical author who has worked with Unix systems since 1980 and has been using AWK since 1987. As a member of the POSIX 1003.2 balloting group, he helped shape the POSIX standard for AWK. Arnold is currently the maintainer of gawk and its documentation. He is coauthor of the sixth edition of O'Reilly's Learning the vi Editor.