Viewing profile — greglaw99
greglaw99
HN member- Joined
- Wed, Apr 27, 2016, 5:24 PM UTC
- HN karma
- 1
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About greglaw99
No profile information was provided.
Recent public activity
-
comment
Comment #35108876
This https://plugins.jetbrains.com/plugin/14767-time-travel-debug... gives time travel debugging for IntelliJ. (Disclaimer, I work for Undo.) I don't think there is a solution for …
-
comment
Comment #35108865
Have you ever used time-travel debugging? Core dumps give you a backtrace (assuming stack is sane) which gives some clue of how I got here, but not _why_ I got here. e.g. assertion…
-
comment
Comment #35108728
IntelliJ can do time travel if you install the plugin: https://plugins.jetbrains.com/plugin/14767-time-travel-debug...
-
comment
Comment #35108717
Exactly. Except there are sources of non-determinism other than syscalls. Namely asynchronous signals, thread ordering, shared memory and non-deterministic instructions. They can a…
-
comment
Comment #35108707
http://undo.io and http://rr-project.org both support self-modifying code. I am a co-founder of undo.io, many of our customers do this. It's not as bad as it first sounds because t…
-
comment
Comment #30774547
Visual Studio Code on Linux works really well and is increasingly popular, also a shout out for C-Lion. Eclipse is, umm, eclipsed by them both IMO. My subjective opinion is that C-…
-
comment
Comment #28555300
Here you go - https://undo.io/java Please excuse shameless plug :-)