Page 1 of 1

Faster without debugger?

Posted: Wed Mar 22, 2023 4:43 pm
by Blitz
Hi,
is there a version of Spiderbasic that doesn't need an "enabled debugger"?
Would this version also be faster during runtime?

Blitz

Re: Faster without debugger?

Posted: Thu Mar 23, 2023 3:09 am
by plouf
it does not need it , why you believe it needs?

Re: Faster without debugger?

Posted: Thu Mar 23, 2023 8:35 am
by Dirk Geppert
You can turn off the debugger in the IDE (Bug button).

If you create your project as a webapp, you can also decide to create it with or without a debugger.

The debugger is only absolutely necessary if, for example, you create an Android app and do not sign the app.

Re: Faster without debugger?

Posted: Thu Mar 23, 2023 2:34 pm
by Blitz
Thx ...