GDB Pocket Reference (Paperback)
暫譯: GDB 口袋參考手冊 (平裝本)
Arnold Robbins
- 出版商: O'Reilly
- 出版日期: 2005-06-07
- 定價: $700
- 售價: 9.0 折 $630
- 語言: 英文
- 頁數: 78
- 裝訂: Paperback
- ISBN: 0596100272
- ISBN-13: 9780596100278
-
相關分類:
Command Line
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
Visual C++ 6 教學手冊 (Beginning Visual C++ 6)$580$458 -
$780CMMI: Guidelines for Process Integration and Product Improvement (Harcover) -
精通 Visual Basic.NET 中文版黑皮書 (Visual Basic.NET Black Book)$750$585 -
重構─改善既有程式的設計$720$568 -
Developing Series 60 Applications : A Guide for Symbian OS C++ Developers (Paperback)$2,130$2,023 -
Linux 程式設計教學手冊$780$616 -
Head First Design Patterns (Paperback)$2,440$2,318 -
GNU Make 專案開發工具 (Managing Projects with GNU Make, 3/e)$620$490 -
計算機組織與設計 (Computer Organization and Design: The Hardware/Software Interface, 3/e)$680$646 -
深入淺出設計模式 (Head First Design Patterns)$880$695 -
深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)$880$695 -
Java 認證 SCJP 5.0 猛虎出閘$650$513 -
鳥哥的 Linux 私房菜基礎學習篇, 2/e$780$663 -
ASP.NET 2.0 深度剖析範例集$650$507 -
SQL 語法範例辭典$550$467 -
Linux 驅動程式, 3/e (Linux Device Drivers, 3/e)$980$774 -
Ajax 實戰手冊 (Ajax in Action)$680$537 -
Ajax 技術手冊 (Foundations of Ajax)$450$355 -
聖殿祭司的 ASP.NET 2.0 專家技術手冊─使用 C#$720$568 -
Linux 核心詳解, 3/e (Understanding the Linux Kernel, 3/e)$1,200$948 -
C 語法暨程式庫標準辭典 (C In A Nutshell: A Desktop Quick Reference)$680$537 -
C++ Primer, 4/e (中文版)$990$891 -
Advanced Windows Debugging (Paperback)$2,380$2,261 -
Google 會怎麼做?(What Would Google Do?)$380$323 -
Debug Hacks 除錯駭客 -- 極致除錯的技巧與工具$580$458
2026-english-2-80 詳見活動內容 »
-
90折
$2,484Comptia Linux+ Study Guide: Essential Exam Prep -
90折
$2,520Video Generation with AI: Working with Diffusion Transformers and Multimodal Learning (Paperback) -
90折
$1,890Mapping Experiences: A Complete Guide to Activating Customer-Centered Collaboration 3/e -
90折
$2,493Databricks Certified Generative AI Engineer Associate Study Guide: Generative AI with Databricks -
90折
$2,502Ai-Assisted Statistics for Data Scientists: 50+ Essential Concepts Using R and Python -
90折
$2,268Observability Engineering: Achieving Production Excellence, 2/e (Paperback) -
90折
$1,935Soccer Analytics with Machine Learning: Learning Predictive Modeling Techniques with Sports Data -
90折
$1,980The C4 Model: Visualizing Software Architecture (Paperback) -
90折
$1,935Learning Cloud Security: Cloud Computing and Security Architecture Essentials -
90折
$2,502Vision Language Models: Building Vlms with Hugging Face (Paperback) -
90折
$2,106High Performance Spark: Best Practices for Scaling and Optimizing Apache Spark 2/e -
90折
$1,944Python for Excel: A Modern Environment for Automation and Data Analysis -
90折
$1,440Managing AI Projects: Drive Innovation and Successfully Navigate the Full AI Project Lifecycle (Paperback) -
90折
$2,520AI-Ready Data Blueprints: From Raw Data to Ai-Driven Innovation (Paperback) -
90折
$1,917Certified Kubernetes Application Developer (Ckad) Study Guide: In-Depth Guidance and Practice (Paperback) -
90折
$2,484Large Language Models: The Hard Parts: Open Source AI Solutions for Common Pitfalls (Paperback) -
90折
$1,917Real-Time Intelligence with Microsoft Fabric: Empowering Data-Driven Decisions in the Era of AI (Paperback) -
90折
$2,484Rag with Python Cookbook: Practical Recipes from Data Preprocessing to LLM Agents (Paperback) -
90折
$2,448Hands-On LLM Serving and Optimization: Hosting Llms at Scale (Paperback) -
90折
$2,205Vector Databases: A Practical Introduction (Paperback) -
90折
$2,205Generative AI on Microsoft Azure: From Large Language Models to Advanced Multi-Agent Systems (Paperback) -
90折
$1,890Learning Generative AI Tools for Excel: Speed Up Your Everyday Tasks with Microsoft Excel, Copilot, Chatgpt, and Beyond (Paperback) -
90折
$2,520Learning Automl: Automating ML Pipelines with Autogluon, Leading Frameworks, and Real-World Integration (Paperback) -
90折
$2,520Transformers: The Definitive Guide: Applications Beyond NLP (Paperback) -
90折
$1,809UX Skills for Business Strategy: Articulating Impact for Product, User, and Business Outcomes
商品描述
Description:
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!
商品描述(中文翻譯)
描述:
許多 Linux 和 Unix 開發者都熟悉 GNU 調試器 (GDB),這是一個對於測試、修復和重新測試軟體來說非常寶貴的開源工具。由於 GDB 可以移植到 Windows,使用此平台的微軟開發者和其他人也能夠利用這個令人驚嘆的免費軟體,讓你在程式執行時能夠清楚地看到內部發生了什麼。這本新的口袋指南為你提供了使用調試器的方便快速參考,涵蓋多種不同的程式語言,包括 C、C++、Java、Fortran 和組合語言。
GNU 調試器是軟體開發週期測試階段中最有用的工具,因為它幫助你即時捕捉錯誤。你可以看到程式在崩潰時正在執行什麼,然後輕鬆地定位並修正問題代碼。手邊有《GDB 口袋參考》,這個過程就變得快速而無痛。這本書涵蓋了在測試環境中使用 GDB 的基本要素,包括如何指定調試目標以及如何使程式在特定條件下停止。
這本實用指南還提供了使用調試器檢查堆疊、源文件和數據以找出程式失敗原因的詳細資訊,然後解釋如何使用 GDB 進行快速修改以便進一步測試和調試。能夠即時發現 GDB 中的錯誤可以為你節省數小時的挫折,而快速參考 GDB 的基本功能是使這個過程順利進行的關鍵。一旦你擁有了《GDB 口袋參考》,你將再也不會放手!
