Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@FelisPhasma You assigned a unique-pointer. Enjoy your hundred line error that blames unique-pointer for not defining a copy ctor, and only briefly mentions the name of your file.
-
Visual Studio 2019 has improved support for unwinding async stack traces from what I've read.
Related Rants
What the hell happened to the dotnet ecosystem in terms of stacktraces and async.
You used to be able to pin down your issues to the freaking exact line number using a stacktrace, but now im building a azure function and this is the crap im served when it blows up: How do you debug this?
rant
c#
dotnet
async