Seriously, very impressive. Even seeing a simple 10-level history of return values from function calls would be a much needed addition to any debugger, but this idea goes beyond that. Well done indeed!
Does Halik upload any data from IntelliJ to halik.io or does it keep everything local? In the video, I see halik.io being used, but in the background screenshot image on the site, localhost is used.
It keeps the session local. It will upload to halik.io when you tell it to. There's a share option in the top right corner. Once shared, your session can be accessed by anyone.
I will make sure to clarify that better going onwards.
7 comments
[ 95.6 ms ] story [ 243 ms ] threadDoes recorder handle multi-threaded code?
Yes, there’s a basic support (more is on the way). Example here: https://preview.halik.io/browse/3471d7c0-5e0b-41c8-8699-5346....
It records what happened in all threads, and allows you to correlate data changes across threads.
Does Halik upload any data from IntelliJ to halik.io or does it keep everything local? In the video, I see halik.io being used, but in the background screenshot image on the site, localhost is used.
It keeps the session local. It will upload to halik.io when you tell it to. There's a share option in the top right corner. Once shared, your session can be accessed by anyone.
I will make sure to clarify that better going onwards.