Welcome to Lightrun Blog

Expert insights, bold ideas, and company news

Live Debugging for Critical Systems

Live Debugging for Critical Systems

Live debugging refers to debugging software while running in production without causing any downtime. It has gained popularity in modern software development practices, which drives many critical systems...

6 mins read Read Now
Debugging Modern Applications: Advanced Techniques

Debugging Modern Applications: Advanced Techniques

Today’s applications are designed to be always available and serve users 24/7. Performing live debugging on such applications is akin to doctors operating on a patient. Since the...

5 mins read Read Now
Effective Remote Debugging in PyCharm

Effective Remote Debugging in PyCharm

In a previous post, we looked at the remote debugging features of Visual Studio Code and how Lightrun takes the remote debugging experience to the next level. This...

4 mins read Read Now
Putting Developers First: The Core Pillars of Dynamic Observability

Putting Developers First: The Core Pillars of Dynamic Observability

Introduction Organizations today must embrace a modern observability approach to develop user-centric and reliable software....

6 mins read Read Now
Effective Remote Debugging with VS Code

Effective Remote Debugging with VS Code

This post will discuss remote debugging in VS Code and how to improve the remote debugging experience to maximize debugging productivity for developers. Visual Studio Code, or VS...

7 mins read Read Now
Three Code Instrumentation Patterns To Improve Your Node.js Debugging Productivity

Three Code Instrumentation Patterns To Improve Your Node.js Debugging Productivity

In this age of complex software systems, code instrumentation patterns define specific approaches to debugging...

9 mins read Read Now