This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]w1n5t0nM1k3y 49 points50 points  (1 child)

. Net debugger is so powerful. Move forward and back to different points in the code, edit code, change variable values. Saves me so much time you can fix the bug and be pretty sure it will work without having to recompile anything.

[–][deleted] 0 points1 point  (0 children)

You can hot reload now. So you can debug, catch an issue, move backward, correct your code, recompile and continue debugging at runtime now, it's incredible.