[Bug]: Debugger not doing Step by Step even with SBS checked, and also no INPUT popup
Version of the software
0.2.5 [BETA]
Operating system
Windows 11
Browser / Native
Native
What happened?
A bug happened!
I converted an OB1 config to .opk by moving it into the Configs directory, where it appeared automatically in OB2 and was converted.
HOWEVER - going into the debug window is not working properly. It failed to prompt me for the input and then says it can't find the server -- because the popup window never came up asking me for the input, even though all 3 fields are clearly in Config -> Settings
Furthermore, SBS is checked and it's blasting through the entire script at once without asking me for the next step
Relevant LoliCode if needed
No response
Thank you for this issue, OB1 configs, when imported into OB2, are not really converted to the new LoliCode language, they still keep the old language (LoliScript), I just basically added the old executor into OB2. Apparently I forgot to hook those two features. I am currently working on a full rework of the web client, so I don't know when I will work on this, but it will definitely be fixed eventually. Thanks for you patience!
Regarding the custom inputs, I confirm it's working as intended. The debugger doesn't ask you for the value of the inputs each time you run it, otherwise it would be very annoying. It will take the default value you set as the actual value to use in the debugger, you can change that to your liking to test out different values.
For example, in this case the value would be England.
As for step by step, I will implement it.