this post was submitted on 13 Sep 2024
409 points (99.0% liked)

Programmer Humor

19331 readers
8 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
[–] rtxn@lemmy.world 19 points 4 weeks ago* (last edited 4 weeks ago) (2 children)

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

[–] qaz@lemmy.world 3 points 4 weeks ago* (last edited 4 weeks ago)

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

[–] marcos@lemmy.world 1 points 4 weeks 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.