Just ordered "Building a Debugger" by Sy Brand. Maybe someday when I have thousands and thousands of hours of extra free time, I'll get around to building a proper Rust debugger.
Just ordered "Building a Debugger" by Sy Brand. Maybe someday when I have thousands and thousands of hours of extra free time, I'll get around to building a proper Rust debugger.
Pet-проект: игра Дебаггер на Python с графическим интерфейсом на Tkinter
Всем привет! В статье расскажу, как я написал игру Дебаггер на Python и добавил к ней графический интерфейс на Tkinter. Мне хотелось сделать простую игру на IT тематику, поэтому я скопировал игровую механику из игры Сапер и теперь нам нужно отметить все баги на игровом поле или наш код сломается. Статья может быть интересна начинающим разработчикам для изучения чужого опыта и наработки своего или же опытным программистам, которые просто хотят поиграть в игру, а может даже предложить, как еще улучшить архитектуру проекта. Нажми, если не боишься багов!
Introducing Live Watches in CLion’s Debugger
#Clang #CLion #Eap #News #Debugger #Embedded #Livewatches
https://blog.jetbrains.com/clion/2025/05/introducing-live-watches/
*sigh* things rarely work out the way they should in my head, couldn't find the bit patterns I worked out that should correspond to the representations of digits on the seven-segment displays. I think I'm going to pivot again to implementing a simulator for time machine in PinMAME so I can shoot shots with the keyboard and see what happens in the debugger
#MAME #Debugger #Pinball #Ghidra #Disassembly #ReverseEngineering
For pasko I chose to implement sets in two ways (and the runtime picks the best representation at any given moment): a bitfield for values [0..255] (using 4 uint64_t) or a (dynamic) array of sorted integers.
This posed some challenges in how to represent this in the debugger. But I've been able to have gdb show something reasonable, using the power of DWARF expressions.
This is very cool 😃
UnitedHealth hack Episode 1: Timeline of a health data disaster #debugger
https://podcastaddict.com/debugger/episode/198258917
Nnd – a TUI debugger alternative to GDB, LLDB
Woah!
(I need to improve the locations, it jumps like crazy all around the place 😅 . The garbled terminal is caused by gdb's tui not liking input / output)
Writing a Linux Debugger (2017)
https://blog.tartanllama.xyz/writing-a-linux-debugger-setup/
#HackerNews #Writing #a #Linux #Debugger #Linux #Debugging #Programming #TartanLlama #TechBlog #2017
🚨 Oh look, another "revolutionary" #debugger for #Rust that promises to fix all your #bugs while you sip #coffee and contemplate life's meaning. 🙄 If only it could debug your decision to read this GitHub #manifesto in the first place. 🐛🔍
https://github.com/godzie44/BugStalker #LifeHack #HackerNews #ngated
BugStalker - a modern Rust debugger
https://github.com/godzie44/BugStalker
#HackerNews #BugStalker #Rust #Debugger #Modern #Tools #Programming
PR#1899
Context menu that copies pattern and colour to clipboard
https://github.com/openMSX/openMSX/pull/1899 #openMSX #debugger #tileset
I'm so close to getting an actual debugger working for this embedded python plugin... Except #telnetlib3 doesn't support #windows (which seems incredible to me) and I can't install netcat on this damn machine because of my company's security policies
I'm so tired of using windows at work...
Anyway, does anyone have a workaround?
WCH 32-bit microcontrollers and tools are available now at http://olimex.com https://olimex.wordpress.com/2025/03/24/wch-32-bit-risc-v-microcontrollers-and-tools-in-stock/ #riscv #wch #ch32v003 #programmer #debugger
I am very pleased to release Aira Force 0.9.2
This release emulates blitter fill mode, which is used by many more demos than games it seems! It also fixes lots of gnarly Amiga timing bugs.
https://howprice.itch.io/aira-force/devlog/905410/aira-force-092-available-now
GitHub - metacraft-labs/codetracer: CodeTracer is a user-friendly time-traveling debugger designed to support a wide range of programming languages. https://github.com/metacraft-labs/codetracer #OpenSource #debugging #debugger #history #tracing #GitHub #memory #debug #trace #code #file #time #GUI