Join us

heartPosts from the community tagged with Debugging...
Story Lightrun Team
@eon01 shared a post, 10 months, 3 weeks ago
Founder, FAUN

Autonomous Debugging: The Next Step in Generative AI for Developers

Lightrun

Disclaimer: This blog post was written as part of a collaboration withLightrun. The Rise of Generative AI and the Fall of Stack Overflow Generative AI, once viewed as a fantasy, a science-fiction tale only manifesting in Hollywood productions, has quickly integrated itself into every aspect of our d..

Lightrun
Ad
www.faun.dev shared an ad

#ad  #sponsored 
Story Trending Lightrun Team
@eon01 shared a post, 1 year, 10 months ago
Founder, FAUN

How to debug your code in VSCode

Visual Studio Code Lightrun

One of the key aspects of VSCode is its ease of extension. So when it comes to debugging, this means users can either use the built-in debugging tools or install debugging extensions to add more features and make their debugging experience richer and more customized to their needs.

In this article, we will explore both approaches: debugging using the built-in tools, as well as using an external extension.

IMG_0533.png
Dev Swag
@ByteVibe shared a product

Ninjaneer - Developer / Programmer / Software Engineer Kiss Cut Sticker

#developer  #merchandise  #swag 

👨‍🚀 ByteVibe, a space out of space 👨‍🚀 ─ ✅ White or transparent✅ Durable color / long lasting✅ Durable material✅ Vibrant colors✅ Grey adhesive left side for white stickers✅ 100% vinyl with 3M glue✅ Gl...

Story
@eon01 shared a post, 1 year, 11 months ago
Founder, FAUN

EKS: Enhancing Observability and Debugging

AWS EKS Lightrun

EKS, a widely used managed Kubernetes service, faces challenges in troubleshooting and maintaining applications due to the disconnect between development and production environments. Lightrun, a dynamic observability platform, addresses these issues by providing real-time insights and dynamic instrumentation capabilities, enabling developers to debug and monitor applications seamlessly in EKS clusters.

enhancing observability  and debugging
Story
@ismail shared a post, 3 years, 3 months ago
BDM, Thundra

How to debug AWS Lambda functions in production

AWS Lambda Thundra

Serverless is pretty cool but native debugging has always been a burden for developers. In this article, I looked into a tool which makes it possible to debug AWS Lambda functions written in Node.js and Python runtimes live in production. To give just a bit more context, this VSCode plugin allows you to put a breakpoint in your Lambda code and get the stack trace without adding an overhead or breaking the full flow of the application.

Serverless debugger