Hacker News
- Show HN: Leaping – Debug Python tests instantly with an LLM debugger https://github.com/leapingio/leaping 20 comments
- Show HN: Debug Dockerized Go application using debugger and Hot-Reload https://github.com/moshebe/gebug 6 comments
- BugJail: New Java debugger – debug across time with mouse https://bugjail.com/ 124 comments
- Leash Debugger: a WiFi-enabled JTAG debug adapter http://www.mindtribe.com/2015/12/leash-debugger-a-wifi-enabled-jtag-debug-adapter/ 6 comments
- I am a puts debuggerer: Debugging without a debugger. https://tenderlovemaking.com/2016/02/05/i-am-a-puts-debuggerer.html 21 comments ruby
- Our progress so far implementing a precise heap debugger for Haskell (ghc-debug) https://www.youtube.com/watch?v=IW2VoSdl1GM 3 comments haskell
- C++ Dynamic Debugging: Full Debuggability for Optimized Builds http://aka.ms/dynamicdebugging 37 comments cpp
- Leaping: Debug python tests instantly with an open-source omniscient debugger! https://github.com/leapingio/leaping 21 comments programming
- GNU Debugger "GDB" Adds Support For Microsoft's Debug Adapter Protocol https://www.phoronix.com/news/GDB-Debug-Adapter-Protocol 3 comments c_programming
- CMake debugger allows you to debug your CMake scripts and more - C++ Team Blog https://devblogs.microsoft.com/cppblog/cmake-debugger-allows-you-to-debug-your-cmake-scripts-and-more/ 68 comments cpp
- How Does a Debugger Work - Debug Events Explained (OALABS Tutorial) https://youtu.be/VZtM-gQxmns 3 comments reverseengineering
- How to debug VueJS 3 Typescript project with the VS Code debugger? https://stackoverflow.com/questions/71760994/how-to-debug-a-vuejs-3-typescript-project-with-vs-code-and-chrome-using-sourcema 6 comments vuejs
- Debug a Rails app with the Ruby debugger https://www.bootrails.com/blog/rails-debug-with-ruby-debug/ 15 comments ruby
- Felix Klock demonstrates debugging the Rust compiler using Pernosco, a graphical time-traveling debugger from the makers of rr https://youtu.be/uTc7KCBbVFI?t=159 7 comments rust
- If you need to debug Node NIM is very helpful, it will listen for Node processes that are running with debug hooks and pop open the debugger for you. Available for Edge as well. https://chrome.google.com/webstore/detail/nodejs-v8-inspector-manag/gnhhdgbaldcilmgcpfddgdbkhjohddkj?hl=en 7 comments node
- How to debug VSCode Rust debugger skipping breakpoints https://github.com/Microsoft/vscode-cpptools/issues/2657 8 comments rust
- Attach VSCode's debugger to debug Rust inside an Electron app https://daveceddia.com/debug-electron-native-rust-with-vscode/ 18 comments rust
- Is Debug trait completely ignored by all debuggers? https://crates.io/crates/tch 30 comments rust
- Ethereum Assembly Debugger - Go To Any Loop Iteration (debugging loops & recursive processes) https://youtu.be/jcm8GrnoyGE 4 comments ethereum
- $3.5 RV-Debugger Plus UART & JTAG debug board comes with BL702 Zigbee & BLE RISC-V SoC https://www.cnx-software.com/2021/06/21/rv-debugger-plus-uart-jtag-debug-board-bl702-zigbee-ble-risc-v-soc/ 10 comments riscv
- Using a debugger: A high-level overview of interactive debuggers, and an argument against only printf debugging https://macoy.me/blog/programming/usingadebugger 14 comments programming
- Who is Debugging the Debuggers? Exposing Debug Information Bugs in Optimized Binaries https://arxiv.org/abs/2011.13994 3 comments cpp
- Debugging in React Native: Flipper vs React Native Debugger vs Reactotron https://www.fullstacklabs.co/blog/debugging-react-native-apps-flipper-vs-react-native-debugger-vs-reactotron 20 comments reactnative
- Anyone using React Native Debugger or how do you debug? https://github.com/jhen0409/react-native-debugger 16 comments reactnative
- How to use debugger (GDB/LLDB) to debug Emacs on macOS 10.14 Mojave? https://www.reddit.com/r/emacs/comments/clm7zf/how_to_use_debugger_gdblldb_to_debug_emacs_on/ 3 comments emacs
- GitHub - indragiek/InAppViewDebugger: A UIView debugger (like Reveal or Xcode) that can be embedded in an app for on-device view debugging https://github.com/indragiek/inappviewdebugger 3 comments swift
- Debug Adapter Protocol: standard protocol for debuggers https://code.visualstudio.com/blogs/2018/08/07/debug-adapter-protocol-website/# 21 comments programming
- Firefox Nightly debugger got time travel debugging supperpowers! https://twitter.com/jasonlaster11/status/1022547128818782208 34 comments javascript
- Debugging JavaScript With A Real Debugger You Did Not Know You Already Have https://www.smashingmagazine.com/2018/02/javascript-firefox-debugger/ 4 comments javascript
- JetBrains Rider 2017.3 RTM: debugging third-party code, more debugger improvements, new project wizard, C# Interactive... https://blog.jetbrains.com/dotnet/2017/12/27/rider-2017-3-released/ 25 comments programming
- Firefox Nightly's Javascript debugger now supports debugging and source maps for Rust compiled to WASM https://twitter.com/slsoftworks/status/941400137921949696 12 comments rust
- Compile Once Debug Twice: Picking a Compiler for Debuggability (1/3) https://backtrace.io/blog/compile-once-debug-twice-picking-a-compiler-for-debuggability-1of3/ 4 comments cpp
- Compile Once Debug Twice: Picking a Compiler for Debuggability (1/3) https://backtrace.io/blog/compile-once-debug-twice-picking-a-compiler-for-debuggability-1of3/ 16 comments programming
- Debug Rust on Windows with Visual Studio Code and the MSVC Debugger https://www.brycevandyk.com/debug-rust-on-windows-with-visual-studio-code-and-the-msvc-debugger/ 11 comments rust
- If you needed a reason to not run debug on a live server,Patreon hack caused by stray Werkzeug debugger. http://arstechnica.com/security/2015/10/patreon-was-warned-of-serious-website-flaw-5-days-before-it-was-hacked/ 4 comments flask
- Every programmer knows that debugging is hard. Great debuggers, though, can make the job look simple. http://www.cs.bell-labs.com/cm/cs/pearls/sec0510.html 61 comments programming
- Debugging a Debugger to Debug a Dump http://blogs.msdn.com/b/ntdebugging/archive/2013/02/27/debugging-a-debugger-to-debug-a-dump.aspx 8 comments programming
- Debugger Canvas - An interesting extension for debugging in Visual Studio http://msdn.microsoft.com/en-us/devlabs/hh227299 6 comments dotnet
- GDB 7.1 released: Provides Multi-program debugging, allowing the debugger to control more than one program within the same GDB session http://www.gnu.org/software/gdb/ 33 comments programming
- The vice of debugging (response to Giles Bowkett's "Debugger Considered Harmful" http://www-128.ibm.com/developerworks/blogs/page/pmuellr?entry=the_vice_of_debugging 7 comments programming