Decomp2dbg:
"decomp2dbg aims to shorten the gap of context switching between decompiler and debugger by introducing a generic API for decompiler-to-debugger symbol syncing."
Decomp2dbg:
"decomp2dbg aims to shorten the gap of context switching between decompiler and debugger by introducing a generic API for decompiler-to-debugger symbol syncing."
Decomp2dbg:
"decomp2dbg aims to shorten the gap of context switching between decompiler and debugger by introducing a generic API for decompiler-to-debugger symbol syncing."
AMD just reinvented the wheel with a #GPU #debugger that is as useful as a screen door on a submarine. 🚢🔧 After years of pondering why GPUs don't have CPU-like debuggers, someone invented a tool that almost works... if you're in the #ROCm club. 🤦♂️🎉 Good luck debugging outside that sandbox, folks!
https://thegeeko.me/blog/amd-gpu-debugging/ #AMD #Innovation #TechNews #DebuggingTools #HackerNews #ngated
Things you can do with a debugger but not with print debugging https://mahesh-hegde.github.io/posts/what_debugger_can/
Software development stereotypes:
Feel free to make changes or add more stereotypes.
#software #development #programming #stereotypes #debugger #gamedev #webdev #opensource #FSF #opensource #2000s #90s #siliconvalley
Релиз Explyt Spring: SQL, Docker-Compose, Debugger
Всем привет! На связи команда
Debuggers forever. A debugger is usually just a more convenient way to insert printf statements. Everyone should use a debugger. If you don't like using a debugger that's because you haven't yet found the right way to setup a debugger.That being said, I resort to printfs or logging in general (especially in cases where the logic is spread out over multiple services/computers/somehow distributed) when I can't figure out how to setup a debugger.
Somewhere in the Platonic world of ideals is a debugger that lets me step through a web browser, across a network, into js application, all the way down into a SQL statement, and back across through multiple layers of parallelism and asynchronicity.
The closest I've gotten to experiencing this debugger zen is with Java. There debuggers routinely knew how to step from Java code into C++ code across JNI, even down to assembly instructions
x86-64 Playground – An online assembly editor and GDB-like debugger
#HackerNews #x86-64 #assembly #online #editor #GDB #debugger #programming #tools
x86-64 Playground – An online assembly editor and GDB-like debugger
https://x64.halb.it/
#ycombinator #Gdb #x86_64 #x64 #CTF #assembly #debugger #Fasm #Binutils #webassembly #wasm_binutils #wasm_assembler
STM32 - Jolt Connect - the perfect STM32 Programmer & Debugger (ST-Link)
Introducing the Jolt Connect - the best STM32 Programmer & Debugger. The Jolt Connect can operate as a ST-Link or it can be switched to running the Open Source Blackmagic firmware. This video goes through the details.
#STM32 #STM32CubeIDE #STM32CubeMX #STLink #Blackmagic #Programmer #Debugger #STM32World
The disappearance of #blinkenlights is an interesting phenomenon. It used to be that every #computer had a lot of lights on it to indicate its state, but by 1980 that was already gone.
Probably because computers got too fast. The #IBMPC #CPU ran at only 4.77MHz and even that was far too fast for human eyes, let alone 5GHz today.
The state of a modern computer can be viewed, but it's now done by programming the computer to report desired info on the screen (i.e. a #debugger).
Guess if I'm going to do some RP2350 tinkering, it's time to dust off the rewrite of my SWD debugger/programmer I started a while back, verify that it's happy with RP2350, fix it if not, and look into adding RISC-V debug support, perhaps.
Biggest changes in xdebug from its predecessor, mdebug: use CMSIS-DAP instead of a home-grown protocol now that the former is widespread, fancier TUI (termbox based) code, and tidied up USB/DAP/ARM-DEBUG layering.
Как победить CMake: отладка CMake-скриптов
Отладка больших CMake-проектов часто превращается в боль. Уходит не один час на то, чтобы с помощью message() и бубна найти проблему. Но существуют более удобные и эффективные способы. Например, отладчик, который позволяет пошагово пройтись по CMake-скриптам и посмотреть значение переменных. Или профилировщик, показывающий последовательность вызовов и время их выполнения. Как их использовать? Читайте в статье.
https://habr.com/ru/companies/yadro/articles/950700/
#cmake #build #build_system #c++ #c #cmake_инструкция #гайд #debug #debugger #guide
Как победить CMake: отладка CMake-скриптов
Отладка больших CMake-проектов часто превращается в боль. Уходит не один час на то, чтобы с помощью message() и бубна найти проблему. Но существуют более удобные и эффективные способы. Например, отладчик, который позволяет пошагово пройтись по CMake-скриптам и посмотреть значение переменных. Или профилировщик, показывающий последовательность вызовов и время их выполнения. Как их использовать? Читайте в статье.
https://habr.com/ru/companies/yadro/articles/950700/
#cmake #build #build_system #c++ #c #cmake_инструкция #гайд #debug #debugger #guide
Introducing the Constexpr Debugger
#Clang #CLion #Eap #News #Compiler #Constexpr #Debugger
https://blog.jetbrains.com/clion/2025/09/introducing-constexpr-debugger/
Things you can do with a debugger but not with print debugging
https://mahesh-hegde.github.io/posts/what_debugger_can/
#HackerNews #debugging #techniques #debugger #print #debugging #software #development #coding #tips
IDA Pro v9.2 finally released after 6 beta versions.
Some Highlights
* Major improvements on golang
* Expanded TriCore chipset coverage
* More macro instructions for v850/rh850, better handling of relocatable objects for creating FLIRT signatures
* UI: Migration to Qt6.8 from 5.15
* UI: Jump Anywhere is a new dialog, successor of the JumpAsk, is introduced
* UI: Redeginated Register subview
* CLI: No more TUI interface by `idat`
Still no release for Linux AARCH64 :/
https://docs.hex-rays.com/release-notes/9_2
#reverseengineering #decompilation #idapro #powertools #newrelease #debugger