OpenBullet2 icon indicating copy to clipboard operation
OpenBullet2 copied to clipboard

[Bug]: Debugger not doing Step by Step even with SBS checked, and also no INPUT popup

Open frozen-cdn opened this issue 2 years ago • 2 comments

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

frozen-cdn avatar May 31 '23 04:05 frozen-cdn

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!

openbullet avatar Jun 03 '23 11:06 openbullet

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.

Image

For example, in this case the value would be England.

As for step by step, I will implement it.

openbullet avatar Sep 08 '24 08:09 openbullet