visual debugger

Just starting out? Need help? Post your questions and find answers here.
kingwolf71
Posts: 21
Joined: Wed May 01, 2019 10:14 am

visual debugger

Post 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?
User avatar
Peter
Posts: 1086
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: visual debugger

Post 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
ljgww
Posts: 26
Joined: Thu Mar 26, 2020 5:47 pm

Re: visual debugger

Post 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
Post Reply