this post was submitted on 13 Sep 2024
422 points (99.1% liked)

Programmer Humor

19444 readers
30 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

Oh no, not just my build server, Microsofts build server... Everyones' Azure build server - (if you're building on windows)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 20 points 1 month ago* (last edited 1 month ago) (2 children)

VS's built-in .NET debugger is top tier, though. Especially the ability to edit code while it is running.

[–] [email protected] 3 points 1 month ago* (last edited 1 month ago)

Rider can do code replacement too and has worked much better in my experience

[–] [email protected] 1 points 1 month ago

It would be much better if it stopped missing the version of the code you are working on and locking while starting multithreaded code.