Faster without debugger?

Everything else that doesn't fall into one of the other categories.
Blitz
Posts: 4
Joined: Sat Aug 25, 2018 8:29 am
Contact:

Faster without debugger?

Post 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
plouf
Posts: 194
Joined: Tue Feb 25, 2014 6:01 pm
Location: Athens,Greece

Re: Faster without debugger?

Post by plouf »

it does not need it , why you believe it needs?
Christos
Dirk Geppert
Posts: 282
Joined: Fri Sep 22, 2017 7:02 am

Re: Faster without debugger?

Post 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.
Blitz
Posts: 4
Joined: Sat Aug 25, 2018 8:29 am
Contact:

Re: Faster without debugger?

Post by Blitz »

Thx ...
Post Reply