Search Articles — Sudonull

Search Results

In this project

UART CLI for microcontrollers: debug commands

https://sudonull.com/uart-cli-for-microcontrollers-debug-commands

Implementation of UART CLI in MCU firmware: diagnostics of GPIO, I2C, CAN, memory, calculators. Debugging without IDE for middle/senior developers. Learn commands and examples.

Google AI Mosquito Sterilization: Debug Project Technology

https://sudonull.com/google-ai-mosquito-sterilization-debug-project-technology

Google promotes mosquito sterilization using AI and Wolbachia bacteria. Learn how the Debug Project technology fights the West Nile virus. Read details.

Vue Runtime Inspection: props and Pinia without devtools

https://sudonull.com/vue-runtime-inspection-props-and-pinia-without-devtools

Learn to extract props, Pinia state and intercept Network in production Vue without proxy. Tool for QA and dev: bookmark mode, iframe UI. Master runtime debug.

iOS Log Collection: 7 Ways for Debugging

https://sudonull.com/ios-log-collection-7-ways-for-debugging

Learn to collect .ips, log collect CLI and Console for analyzing crashes, memory and network errors in iOS apps. Methods for middle/senior developers. Start debugging without visual bugs.

GDB debugging C++: find segfault in minutes

https://sudonull.com/gdb-debugging-c-find-segfault-in-minutes

Learn to use GDB for step-by-step C++ debugging: breakpoints, backtrace, TUI mode. Find bugs without cout and recompilations. Guide for middle/senior dev.

From other projects

Wydad Carteron debut loss Botola Pro analysis

https://lrivo.com/wydad-carteron-debut-loss-botola-pro-analysis

Breaking down Carteron’s tough Wydad debut: fatigue, Ziyech injury, and what the 1-0 Fath Rabat loss means for Botola Pro title hopes. Read the real story.

Kennynho Kasanwirjo's Ajax Debut Signals Future Talent

https://lrivo.com/kennynho-kasanwirjo-s-ajax-debut-signals-future-talent

Discover how 18-year-old Kennynho Kasanwirjo made his unofficial debut for Ajax, signaling a bright future for the young defender. Learn about his journey and the family football connection.

Timo Werner MLS Debut Goal vs LAFC | San Jose Surge

https://lrivo.com/timo-werner-mls-debut-goal-vs-lafc-san-jose-surge

Timo Werner scores first MLS goal in San Jose's 4-1 thrashing of LAFC. See how his arrival transforms the Earthquakes' playoff hopes. Read the full breakdown.

Scotland Wins World Curling Bronze in Debut Performance

https://lrivo.com/scotland-wins-world-curling-bronze-in-debut-performance

Discover how Scotland's Ross Whyte rink secured a bronze medal at the World Men's Curling Championship, defeating host USA. Learn about their impressive debut journey.

Inter Miami's NU Stadium Debut: Messi Scores in Draw

https://lrivo.com/inter-miami-s-nu-stadium-debut-messi-scores-in-draw

Lionel Messi scored in Inter Miami's historic 'NU Stadium' debut against Austin FC, ending in a 2-2 draw. Get the full match details and significance.

From the web

Debugging code for absolute beginners - Visual Studio (Windows)

https://learn.microsoft.com/en-us/visualstudio/debugger/debugging-absolute-beginners?view=visualstudio

Dec 18, 2025 · In this article, we introduce the core principles of debugging and provide tips to get you started. It helps to clarify the problem that you ran into before you try to fix it. We expect that you …

Get started with Windows debugging - Windows drivers

https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/getting-started-with-windows-debugging

Apr 16, 2026 · Learn how to efficiently debug your .NET app by using Visual Studio to fix your bugs quickly. Analyze and fix your C# applications by using the interactive debugger within Visual Studio.

GDB online Debugger | Compiler - Code, Compile, Run, Debug online …

https://www.onlinegdb.com/

Online GDB is online compiler and debugger for C/C++. You can compile, run and debug code with gdb online. Using gcc/g++ as compiler and gdb as debugger. Currently C and C++ languages are …

Debugging - Wikipedia

https://en.wikipedia.org/wiki/Debugging

In engineering, debugging is the process of finding the root cause, workarounds, and possible fixes for bugs. For software, debugging tactics can involve interactive debugging, control flow analysis, log file …

How To Debug Your Code | For Beginners - GeeksforGeeks

https://www.geeksforgeeks.org/dsa/how-to-debug-your-code-for-beginners/

Apr 30, 2024 · Debugging is a process of finding errors, mistakes, or bugs in the code so that code gives the desired output.

Debug code with Visual Studio Code

https://code.visualstudio.com/docs/debugtest/debugging

Once a debug session starts, the Debug toolbar appears at the top of the window. The toolbar contains actions to control the flow of the debug session, such as stepping through code, pausing execution, …

deBUG.to

https://debug.to/

deBUG.to is a hub technical community for all IT Geeks where you can ask technical questions and receive awesome answers from Microsoft MVPs and other experts in our community.

x64dbg

https://x64dbg.com/

x64dbg can debug both x64 and x32 applications. There is only one interface. x64dbg uses Qt, TitanEngine, Zydis, Yara, Scylla, Jansson, lz4, XEDParse, asmjit and snowman. x64dbg uses C++ …

What is debugging? - IBM

https://www.ibm.com/think/topics/debugging

Apr 7, 2023 · Debugging is the process of finding, isolating and resolving coding errors known as bugs in software programs. Debugging helps uncover the cause of coding errors, prevent software function …

What is Debugging? How to Debug Your Code for Beginners

https://www.freecodecamp.org/news/what-is-debugging-how-to-debug-code/

Mar 16, 2022 · So let's start by first talking about the "debugging mindset" and then exploring some useful tools we can use to debug our code. How to Get in a Debugging Mindset

Trending Now