Reloadium was pretty cool before they cut features and made it a subscription based tool, are there any alternatives?
@gylletrold8597 Жыл бұрын
Will this ever work in Remote IDE?
@Kwazar90 Жыл бұрын
It will but you have to install reloadium package on the remote manually.
@gylletrold8597 Жыл бұрын
@@Kwazar90 Of cause !! :D I installed Reloadium in my remote IDE and I now have Reloadiums Run and Reload file, but no Reloadium debugger. Is this a bug in my installation ? or is this work in progress ? I do a lot of my work remotely either the old way syncing directories forth and back, and after the introduction of the gateway mainly using remote IDE, hence I would *REALLY* love the option of doing Reloadium debugging in my remote IDE. Reloadium is "Supercalifragilisticexpialidocious" and close to Black Magic. I love it !!!
@Kwazar90 Жыл бұрын
@@gylletrold8597 thanks for the kind words! Reloadium should work for remote interpreters. Could you please make an issue on GitHub repo? I need more info about your local and remote to reproduce this.
@timbrresen1221 Жыл бұрын
@@gylletrold8597 Supercalifragilisticexpialidocious is indeed the word
@AvilPageYT Жыл бұрын
Any plans on adding support for time travel debugging?
@Kwazar90 Жыл бұрын
Yes, so far we've added dropping call stack frames functionality and we're planning to implement more time travel debugging features in the future.
@AvilPageYT Жыл бұрын
@@Kwazar90 I know you are super busy with your project. Thanks for taking the time to reply to all the comments on youtube as well. Reloadium has become an essential plugin for me. Keep up the good work!
@Knud451 Жыл бұрын
Thanks for showing. One thing I'm wondering, why would I not stay in the debugger all the time and develop more or less everything there?
@Kwazar90 Жыл бұрын
Yes, you could do that. The only downside is that the debugger slows down execution quite a bit. To mitigate that in the next release I'm adding a feature where it will be possible to debug only ONE function of interest making debugger startup and execution blazing fast.
@Knud451 Жыл бұрын
@@Kwazar90 Thanks! I was actually just about to ask about that 😀 Right now I'm developing a model where it takes about two minutes to load the data but the model itself is quite fast. It would be really cool to only reload the part of the code being edited (i.e. not reload the data in this case).
@Knud451 Жыл бұрын
@@Kwazar90 I know I'm just being greedy here. It would be super cool if you could somehow select a part of the code to reload. Or is that what you meant with the above?
@Kwazar90 Жыл бұрын
@@Knud451 Not greedy at all! Any feature requests are welcome. I meant debugging only one function (breakpoints will only work there, also no step into) and the rest being run in run mode which is much faster than debug mode. On top of that only making that file hot reloadable and watched. It will make debugging and hot reloading more limited but also will make execution much much faster. Did you mean that as well?
@Its_Alan_Paul Жыл бұрын
Are you able to show a demo video ?
@pauleveritt201 Жыл бұрын
Hi, can you explain more? The webinar had quite a few demos.