Live data from Hacker News

Viewing profile — greglaw99

greglaw99

HN member
Joined
Wed, Apr 27, 2016, 5:24 PM UTC
HN karma
1
Public activity
7 items

About greglaw99

No profile information was provided.

Recent public activity

  1. 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 …

  2. 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…

  3. comment
    Comment #35108728

    IntelliJ can do time travel if you install the plugin: https://plugins.jetbrains.com/plugin/14767-time-travel-debug...

  4. 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…

  5. 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…

  6. 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-…

  7. comment
    Comment #28555300

    Here you go - https://undo.io/java Please excuse shameless plug :-)