Rider stacktrace

by Nov 28, 2022

I use JetBrains Rider instead of Visual Studio for development.

Why?

It’s all about the User Experience (UX). It removes friction in places I didn’t know I needed it.

💡An example:

You got a bug, and you retrieved a stacktrace from your logging or from the Customer.

Copy the stack trace and click somewhere inside Rider and let the magic happen.

Rider recognizes that it is a stacktrace and opens a tool pane for you to analyze it. All the methods are clickable and navigate to the specific code.

Subscribe to
The Daily Friction

A daily newsletter on automation and eliminating friction

Related Content

What makes SPAs feel modern?

What makes SPAs feel modern? Because Single-Page Applications feel fast. This is largely due to targeted partial page rendering: the strength of SPAs. HTMX allows you to build the same modern-feeling apps, just simpler, faster and cheaper. It allows you to do a...

read more

I almost never Debug my code.

I almost never Debug my code. Somehow this is strange in the eyes of fellow developers. They can't image coding without a debugger. For example, I have never felt the need to attach a debugger to a deployed Dynamics 365 Plugin. Never! Ok, one time. I wanted to know...

read more
Share This