Page 1 of 1

visual debugger

Posted: Thu Mar 26, 2020 6:12 pm
by kingwolf71
I have noticed that though I can set breakpoints in the code, the code never stops
Does the visual debugger work in Spider Basic?

Re: visual debugger

Posted: Thu Mar 26, 2020 6:19 pm
by Peter
I don't think this is working.

The only thing you can do is to place a CallDebugger in the appropriate place. If you then open the developer console in your browser, the code (JavaScript) will stop there.

Greetings ... Peter

Re: visual debugger

Posted: Wed Apr 08, 2020 10:10 am
by ljgww
Wish to thank you for the reply. I got the member authorization so now and can follow up directly.

Just out of curiosity, any plans to add 'source level debugger' down the line at least for HTML application compiler output variant?

I understand this would be tricky to deal debugging for both with html and android app compiler outputs as these are two different systems altogether and different debugging systems are involved.

So far my developer pattern is that I write/test/debug majority of app code using HTML, then I produce/test android variant.

Suffice to say that Spider basic is amazing already for being able to produce two distinct and greatly uncorrelated compiler outputs.

Cheers,
Lj