Show HN: Ariana – A time travel debugger for PY/JS right in VSCode
11–16 of 16 posts
Re: Show HN: Ariana – A time travel debugger for PY/JS right in VSCode
#12Consider shipping the components as an MCP.
Re: Show HN: Ariana – A time travel debugger for PY/JS right in VSCode
#13I implemented something like this once but had to use the typescript compiler to identify all the variable names and also use the typescript compiler to find valid moments they could change and insert code to capture their value at that time. Guessing you didn't go to that length in multiple languages. Sou how did you manage this? I'd be very interested in a technical write up and I suspect hn would too
Re: Show HN: Ariana – A time travel debugger for PY/JS right in VSCode
#14Re: Show HN: Ariana – A time travel debugger for PY/JS right in VSCode
#15Did i read that right? What part of a debugger would require the use of an AI language model?
Re: Show HN: Ariana – A time travel debugger for PY/JS right in VSCode
#16This is very, very, very cool. I implemented something like this once but had to use the typescript compiler to identify all the variable names and also use the typescript compiler to find valid moments they could change and insert code to capture their value at that time. Guessing you didn't go to that length in multiple languages. Sou how did you manage this? I'd be very interested in a technical write up and I sus…