Produkt zum Begriff Debugging:
-
Advanced .NET Debugging
Mario Hewardt's Advanced .NET Debugging is an excellent resource for both beginner and experienced developers working with .NET. The book is also packed with many debugging tips and discussions of CLR internals, which will benefit developers architecting software. Jeffrey Richter, consultant, trainer, and author at Wintellect Mario has done it again. His Advanced Windows Debugging (coauthored with Daniel Pravat) is an invaluable resource for native code debugging, and Advanced .NET Debugging achieves the same quality, clarity, and breadth to make it just as invaluable for .NET debugging. Mark Russinovich, Technical Fellow, Microsoft Corporation The Only Complete, Practical Guide to Fixing the Toughest .NET Bugs Advanced .NET Debugging is the first focused, pragmatic guide to tracking down today's most complex and challenging .NET application bugs. It is the only book to focus entirely on using powerful native debugging tools, including WinDBG, NTSD, and CDB, to debug .NET applications. Using these tools, author Mario Hewardt explains how to identify the real root causes of problemsfar more quickly than you ever could with other debuggers. Hewardt first introduces the key concepts needed to successfully use .NET's native debuggers. Next, he turns to sophisticated debugging techniques, using real-world examples that demonstrate many common C# programming errors. This book enables you to Make practical use of postmortem debugging, including PowerDBG and other power tools Understand the debugging details and implications of the new .NET CLR 4.0 Master and successfully use Debugging Tools for Windows, as well as SOS, SOSEX, CLR Profiler, and other powerful tools Gain a deeper, more practical understanding of CLR internals, such as examining thread-specific data, managed heap and garbage collector, interoperability layer, and .NET exceptions Solve difficult synchronization problems, managed heap problems, interoperability problems, and much more Generate and successfully analyze crash dumps
Preis: 36.37 € | Versand*: 0 € -
Effective Debugging: 66 Specific Ways to Debug Software and Systems
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 failuresSpecific techniques to apply when programming, compiling, and running codeBetter ways to make the most of your debuggerGeneral-purpose skills and tools worth investing inAdvanced ideas and techniques for escaping dead-ends and the maze of complexityAdvice for making programs easier to debugSpecialized approaches for debugging multithreaded, asynchronous, and embedded codeBug avoidance through improved software design, construction, and management
Preis: 24.6 € | Versand*: 0 € -
Quality Code: Software Testing Principles, Practices, and Patterns
Test-driven, test-first, and test-early development practices are helping thousands of software development organizations improve their software. Now, in Quality Code: Software Testing Principles, Practices, and Patterns, Stephen Vance builds on all that’s been learned about test-driven development, helping you achieve unprecedented levels of first-time quality. Using real-world code examples, this guide introduces patterns, principles, and more than two dozen detailed techniques for testing any software system more fully, effectively, and painlessly. Vance presents a conceptual framework to help you focus your efforts and design recommendations for improving testability across the software lifecycle, and also provides hands-on guidance to simplify testing of the full spectrum of code constructs. You’ll learn how to choose the best testing techniques for every situation, from the most common scenarios to threading. Two complete case studies put it all together, walking you through testing a brand-new Java application and an untested “legacy” JavaScript jQuery plugin. Whether you’re developing cutting-edge code for a new start-up, or maintaining an unruly old system, this guide will help you deliver exactly what you need: quality code. • Simplify unit testing of all your code—and improve integration and system testing • Delineate intent and implementation to promote more reliable and scalable testing • Overcome confusion and misunderstandings about the mechanics of writing tests • Test “side effects,” behavioral characteristics, and contextual constraints • Understand subtle interactions between design and testability—and make them work for, not against, you • Discover core principles that guide your key testing decisions • Explore testing getters/setters, string handling, encapsulation, override variations, visibility, singleton patterns, error conditions, and more • Reproduce and test complex race conditions deterministically
Preis: 27.81 € | Versand*: 0 € -
Effective Software Testing
Effective Software Testing is a hands-on guide to creating high quality tests, from your first line of code through pre-delivery checks. It's full of techniques drawn from proven research in software engineering. You'll learn to efficiently engineer tests specifically for your software and end reliance on generic testing practices that may be right for every project. Each chapter puts a new technique into practice with source code samples, real-world tradeoffs, and answers to the common questions developers pose about testing. You'll learn how to scrutinize your requirements for potential tests, generate tests from your code structure, and engineer rigorous suites of unit, integration, and system tests.Go beyond unit tests! Great software testing makes the entire development process more efficient, from understanding your code before you write it to catching bugs in tricky corner cases.Effective Software Testing teaches you a systematic approach to software testing. You'll master easy-to-apply techniques to create strong test suites that are specifically engineered for your code. Following real-world use cases and detailed code samples, you'll soon be engineering tests that find the bugs hiding in edge cases and the parts of code you would never think of testing! Along the way, you'll develop an intuition for testing that can save years of learning by trial and error.
Preis: 47.07 € | Versand*: 0 €
-
Was ist Debugging aktivieren?
Was ist Debugging aktivieren? Debugging aktivieren ist ein Prozess, bei dem Entwickler spezielle Tools und Techniken verwenden, um Fehler in ihrem Code zu identifizieren und zu beheben. Durch das Aktivieren des Debuggings können Entwickler Schritt für Schritt durch ihren Code navigieren, Variablen überwachen und den Programmfluss verfolgen, um Probleme zu diagnostizieren. Dieser Prozess ermöglicht es Entwicklern, effizient Fehler zu finden und zu beheben, um sicherzustellen, dass ihre Software reibungslos funktioniert. Debugging aktivieren ist ein wesentlicher Bestandteil des Entwicklungsprozesses, um die Qualität und Zuverlässigkeit von Softwareprodukten zu gewährleisten.
-
Was ist externes Debugging?
Was ist externes Debugging? Externes Debugging bezieht sich auf den Prozess des Identifizierens und Behebens von Fehlern in einem Programm oder einer Anwendung, die nicht auf dem lokalen Computer ausgeführt werden. Dies kann auf einem entfernten Server, einem anderen Gerät oder in einer virtuellen Umgebung stattfinden. Externes Debugging ermöglicht es Entwicklern, Probleme in komplexen Systemen zu diagnostizieren und zu lösen, ohne physisch Zugriff auf die Hardware zu haben, auf der die Anwendung läuft. Tools wie Remote-Debugging-Software und Protokollierungstechniken werden häufig verwendet, um externes Debugging durchzuführen.
-
Was ist ADB Debugging?
ADB-Debugging steht für Android Debug Bridge und ist ein Befehlszeilen-Tool, das es ermöglicht, eine Verbindung zwischen einem Android-Gerät und einem Computer herzustellen. Mit ADB-Debugging können Entwickler verschiedene Aufgaben ausführen, wie zum Beispiel das Installieren und Deinstallieren von Apps, das Übertragen von Dateien, das Ausführen von Shell-Befehlen und das Debuggen von Anwendungen. Es ist ein wichtiges Werkzeug für Entwickler, um Probleme zu identifizieren und zu beheben, während sie an Android-Apps arbeiten. ADB-Debugging erfordert in der Regel, dass das Android-Gerät über USB mit dem Computer verbunden ist und die Entwickleroptionen auf dem Gerät aktiviert sind.
-
Was ist eine Debugging App?
Eine Debugging-App ist eine Anwendung, die speziell dafür entwickelt wurde, um Programmierfehler oder Bugs in Software zu identifizieren und zu beheben. Sie ermöglicht es Entwicklern, den Code Schritt für Schritt zu überprüfen, um Probleme zu lokalisieren und zu korrigieren. Durch das Setzen von Breakpoints, das Anzeigen von Variablenwerten und das Verfolgen des Programmflusses hilft eine Debugging-App dabei, die Ursache von Fehlern zu finden. Sie ist ein unverzichtbares Werkzeug für Entwickler, um die Qualität und Stabilität ihrer Software sicherzustellen.
Ähnliche Suchbegriffe für Debugging:
-
Developer Testing: Building Quality into Software
How do successful agile teams deliver bug-free, maintainable software—iteration after iteration? The answer is: By seamlessly combining development and testing. On such teams, the developers write testable code that enables them to verify it using various types of automated tests. This approach keeps regressions at bay and prevents “testing crunches”—which otherwise may occur near the end of an iteration—from ever happening. Writing testable code, however, is often difficult, because it requires knowledge and skills that cut across multiple disciplines. In Developer Testing, leading test expert and mentor Alexander Tarlinder presents concise, focused guidance for making new and legacy code far more testable. Tarlinder helps you answer questions like: When have I tested this enough? How many tests do I need to write? What should my tests verify? You’ll learn how to design for testability and utilize techniques like refactoring, dependency breaking, unit testing, data-driven testing, and test-driven development to achieve the highest possible confidence in your software. Through practical examples in Java, C#, Groovy, and Ruby, you’ll discover what works—and what doesn’t. You can quickly begin using Tarlinder’s technology-agnostic insights with most languages and toolsets while not getting buried in specialist details. The author helps you adapt your current programming style for testability, make a testing mindset “second nature,” improve your code, and enrich your day-to-day experience as a software professional. With this guide, you will Understand the discipline and vocabulary of testing from the developer’s standpointBase developer tests on well-established testing techniques and best practicesRecognize code constructs that impact testabilityEffectively name, organize, and execute unit testsMaster the essentials of classic and “mockist-style” TDDLeverage test doubles with or without mocking frameworksCapture the benefits of programming by contract, even without runtime support for contractsTake control of dependencies between classes, components, layers, and tiersHandle combinatorial explosions of test cases, or scenarios requiring many similar testsManage code duplication when it can’t be eliminatedActively maintain and improve your test suitesPerform more advanced tests at the integration, system, and end-to-end levelsDevelop an understanding for how the organizational context influences quality assuranceEstablish well-balanced and effective testing strategies suitable for agile teams
Preis: 32.09 € | Versand*: 0 € -
Managing Iterative Software Development Projects
The Practical, Start-to-Finish Guide to Planning and Leading Iterative Software Projects Iterative processes have gained widespread acceptance because they help software developers reduce risk and cost, manage change, improve productivity, and deliver more effective, timely solutions. But conventional project management techniques don’t work well in iterative projects, and newer iterative management techniques have been poorly documented. Managing Iterative Software Development Projects is the solution: a relentlessly practical guide to planning, organizing, estimating, staffing, and managing any iterative project, from start to finish. Leading iterative development experts Kurt Bittner and Ian Spence introduce a proven, scalable approach that improves both agility and control at the same time, satisfying the needs of developers, managers, and the business alike. Their techniques are easy to understand, and easy to use with any iterative methodology, from Rational Unified Process to Extreme Programming to the Microsoft Solutions Framework. Whatever your role–team leader, program manager, project manager, developer, sponsor, or user representative–this book will help you Understand the key drivers of success in iterative projects Leverage “time boxing” to define project lifecycles and measure resultsUse Unified Process phases to facilitate controlled iterative development Master core concepts of iterative project management, including layering and evolutionCreate project roadmaps, including release plansDiscover key patterns of risk management, estimation, organization, and iteration planning Understand what must be controlled centrally, and what you can safely delegateTransition smoothly to iterative processesScale iterative project management from the smallest to the largest projectsAlign software investments with the needs of the business Whether you are interested in software development using RUP, OpenUP, or other agile processes, this book will help you reduce the anxiety and cost associated with software improvement by providing an easy, non-intrusive path toward improved results–without overwhelming you and your team.
Preis: 27.81 € | Versand*: 0 € -
Art of Software Security Testing, The: Identifying Software Security Flaws
State-of-the-Art Software Security Testing: Expert, Up to Date, and Comprehensive The Art of Software Security Testing delivers in-depth, up-to-date, battle-tested techniques for anticipating and identifying software security problems before the “bad guys” do. Drawing on decades of experience in application and penetration testing, this book’s authors can help you transform your approach from mere “verification” to proactive “attack.” The authors begin by systematically reviewing the design and coding vulnerabilities that can arise in software, and offering realistic guidance in avoiding them. Next, they show you ways to customize software debugging tools to test the unique aspects of any program and then analyze the results to identify exploitable vulnerabilities. Coverage includes Tips on how to think the way software attackers think to strengthen your defense strategy Cost-effectively integrating security testing into your development lifecycle Using threat modeling to prioritize testing based on your top areas of risk Building testing labs for performing white-, grey-, and black-box software testing Choosing and using the right tools for each testing project Executing today’s leading attacks, from fault injection to buffer overflows Determining which flaws are most likely to be exploited by real-world attackers
Preis: 27.81 € | Versand*: 0 € -
Advanced .NET Debugging
Mario Hewardt's Advanced .NET Debugging is an excellent resource for both beginner and experienced developers working with .NET. The book is also packed with many debugging tips and discussions of CLR internals, which will benefit developers architecting software. Jeffrey Richter, consultant, trainer, and author at Wintellect Mario has done it again. His Advanced Windows Debugging (coauthored with Daniel Pravat) is an invaluable resource for native code debugging, and Advanced .NET Debugging achieves the same quality, clarity, and breadth to make it just as invaluable for .NET debugging. Mark Russinovich, Technical Fellow, Microsoft Corporation The Only Complete, Practical Guide to Fixing the Toughest .NET Bugs Advanced .NET Debugging is the first focused, pragmatic guide to tracking down today's most complex and challenging .NET application bugs. It is the only book to focus entirely on using powerful native debugging tools, including WinDBG, NTSD, and CDB, to debug .NET applications. Using these tools, author Mario Hewardt explains how to identify the real root causes of problemsfar more quickly than you ever could with other debuggers. Hewardt first introduces the key concepts needed to successfully use .NET's native debuggers. Next, he turns to sophisticated debugging techniques, using real-world examples that demonstrate many common C# programming errors. This book enables you to Make practical use of postmortem debugging, including PowerDBG and other power tools Understand the debugging details and implications of the new .NET CLR 4.0 Master and successfully use Debugging Tools for Windows, as well as SOS, SOSEX, CLR Profiler, and other powerful tools Gain a deeper, more practical understanding of CLR internals, such as examining thread-specific data, managed heap and garbage collector, interoperability layer, and .NET exceptions Solve difficult synchronization problems, managed heap problems, interoperability problems, and much more Generate and successfully analyze crash dumps
Preis: 27.81 € | Versand*: 0 €
-
Wo finde ich USB Debugging?
USB Debugging ist eine Funktion auf Android-Geräten, die es ermöglicht, eine Verbindung zwischen dem Gerät und einem Computer herzustellen, um Fehlerbehebung und Entwicklungsaufgaben durchzuführen. Um USB Debugging zu aktivieren, musst du zuerst die Entwickleroptionen auf deinem Android-Gerät freischalten. Dies kannst du tun, indem du in den Einstellungen auf "Über das Telefon" oder "Telefoninfo" tippst und dann mehrmals auf die Build-Nummer klickst, bis die Entwickleroptionen freigeschaltet sind. Sobald die Entwickleroptionen verfügbar sind, kannst du dort USB Debugging aktivieren. Beachte jedoch, dass das Aktivieren von USB Debugging Sicherheitsrisiken mit sich bringen kann, da es unbefugten Zugriff auf dein Gerät ermöglichen kann. Stelle daher sicher, dass du diese Funktion nur aktivierst, wenn du sie wirklich benötigst.
-
Was ist ein Debugging Modus?
Was ist ein Debugging Modus? Ein Debugging Modus ist ein spezieller Modus, der es Entwicklern ermöglicht, Fehler in einer Software oder Anwendung zu identifizieren und zu beheben. In diesem Modus werden zusätzliche Informationen über den Programmablauf und mögliche Fehlerquellen angezeigt, um die Fehlersuche zu erleichtern. Entwickler können im Debugging Modus Schritt für Schritt durch den Code navigieren, Variablenwerte überwachen und Breakpoints setzen, um den Programmfluss zu analysieren. Der Debugging Modus ist ein unverzichtbares Werkzeug für Entwickler, um die Qualität und Stabilität ihrer Software zu gewährleisten.
-
Was ist ein USB Debugging?
Was ist ein USB Debugging? USB Debugging ist eine Funktion, die es ermöglicht, ein Android-Gerät mit einem Computer zu verbinden, um Entwicklern Zugriff auf erweiterte Debugging- und Entwicklertools zu geben. Durch das Aktivieren von USB Debugging können Entwickler Fehler im Code schneller identifizieren und beheben. Es ist auch nützlich für die Installation von benutzerdefinierten ROMs oder das Übertragen von Dateien zwischen dem Gerät und dem Computer. Allerdings sollte USB Debugging nur aktiviert werden, wenn es wirklich benötigt wird, da es potenzielle Sicherheitsrisiken birgt.
-
Was bedeutet Debugging auf Deutsch?
Was bedeutet Debugging auf Deutsch? Debugging ist ein Prozess, bei dem Programmierfehler in Software identifiziert und behoben werden. Dabei werden die Fehlerquellen analysiert, um die korrekte Funktionalität der Software wiederherzustellen. Dieser Vorgang ist entscheidend, um die Qualität und Stabilität von Programmen sicherzustellen. In der Regel wird Debugging von Entwicklern durchgeführt, um sicherzustellen, dass ihre Software einwandfrei funktioniert.
* Alle Preise verstehen sich inklusive der gesetzlichen Mehrwertsteuer und ggf. zuzüglich Versandkosten. Die Angebotsinformationen basieren auf den Angaben des jeweiligen Shops und werden über automatisierte Prozesse aktualisiert. Eine Aktualisierung in Echtzeit findet nicht statt, so dass es im Einzelfall zu Abweichungen kommen kann.