Explore >> Select a destination


You are here

michaelscodingspot.com
| | blog.kdgregory.com
2.3 parsecs away

Travel
| | Chasing a bug can be one of the most frustrating parts of software development. All you have to start with is an observed behavior. Hopeful...
| | linderud.dev
3.3 parsecs away

Travel
| | I have spent a fair amount of time hacking on debug packages the past two years. This work resulted in Arch Linux announcing the public debuginfod server which allows users to download symbols and source code to debug software running on their system. With this service users don't need to figure out what the debug packages are called, installing them and maybe removing it afterwards. It also saves a fair amount of data you need to download.
| | keithbabinec.com
0.5 parsecs away

Travel
| | It is important for software engineers to understand how to analyze process dumps so that they can determine why their application is crashing or behaving unexpectedly. However, it can be hard to know where to start with the process. This post aims to be a starting point for a very common situation: debugging a crash...
| | aradaelli.com
13.4 parsecs away

Travel
| [AI summary] The author details their experience setting up a Unity development environment on Linux, highlighting challenges with Visual Studio Code and Mono, and ultimately finding success with JetBrains Rider.