Co-founder here. It feels incredible to be sharing Replay with all of you. It's been a labor of love the past five years! Replay started off as a simple experiment in what would happen if we added a step back button and rewind button to the Debugger. We quickly realized two things. First, nobody uses breakpoints. Second, being able to share is so much more powerful than being able to rewind. Here’s how Replay works t…
Show HN: Time travel debugger for web development
21–30 of 223 posts
Re: Show HN: Time travel debugger for web development
#22Re: Show HN: Time travel debugger for web development
#23How well does this play with something like Angular or React? I know there is a lot of internal logic going on in those apps
Re: Show HN: Time travel debugger for web development
#24Engineer @ Replay here - If you're a console.log kind of developer (isn't everyone at least some of the time?), you should check this out. Imagine being able to add console.log() statements to code that already ran and seeing the results immediately! It's a bit mind blowing the first time you use it.
Re: Show HN: Time travel debugger for web development
#25Re: Show HN: Time travel debugger for web development
#26That landing page looks right out of Bret Victor's time travel demos ( https://www.youtube.com/watch?v=EGqwXt90ZqA , or http://worrydream.com/LearnableProgramming/ ). Communicates the value instantly. Incredibly well done! IMO the most time consuming issue in triaging bug reports is reproducing them. Replay definitively solves the "can't repro this" problem.
Re: Show HN: Time travel debugger for web development
#27p.s. On some pages (e.g. https://www.replay.io/pricing), I only see the Mac download button, even though I'm running Edge on Windows.
Re: Show HN: Time travel debugger for web development
#28You guys have a download button for Mac OS X (apple logo), and you have a button with the Windows logo. But there isn't a windows version yet as the pop-up tells me. And why isn't there a linux button, if you actually have a linux version?
Re: Show HN: Time travel debugger for web development
#29Re: Show HN: Time travel debugger for web development
#30You guys have a download button for Mac OS X (apple logo), and you have a button with the Windows logo. But there isn't a windows version yet as the pop-up tells me. And why isn't there a linux button, if you actually have a linux version?
The button is platform specific. So if you're on linux, it should show the linux icon. Windows support is on the way. It just entered alpha two weeks ago and we're targeting Beta early october. We record low level windows os calls and replay them on linux in a virtualized environment. Frankly thrilled it works at all :)