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

Programmer Humor

19187 readers
1147 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 6 days ago* (last edited 6 days 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 6 days ago* (last edited 6 days ago)

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

[–] [email protected] 1 points 6 days 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.