Hacker News new | ask | show | jobs
by int_19h 397 days ago
> dynamic breakpoints, conditional breakpoints, hell you can ever restart a stack frame after hot deploying code without a restart. You can overwrite any variable in memory, set uncaught exception breakpoints, and even have the JVM wait for a debugger to connect before starting. There is no equivalent in any other language that does _all_ of these things

.NET + C# can do all of these things.

1 comments

I was referring to the entire list above, that's what I was referring to