On 2022-03-18 10:44, Bernard Devlin via use-livecode wrote:
Considering the html5 enhancements might well be the biggest thing in
LC
10, I can foresee a whole world of pain when it comes to us debugging
Javascript interactions.
Yes - this is somewhat painful at present - and we do hope to make
On 2022-03-18 11:19, Bernard Devlin via use-livecode wrote:
Here's a peculiarity I haven't seen mentioned before. I am trying to
test
the viability of the idea of a function to call back to LC and provide
debugging info.
Assume you create a LC function lclog(pmsg,pval) and you put a
breakpoin
Here's a peculiarity I haven't seen mentioned before. I am trying to test
the viability of the idea of a function to call back to LC and provide
debugging info.
Assume you create a LC function lclog(pmsg,pval) and you put a breakpoint
in the IDE inside that function body. Set the htmltext of a b
Considering the html5 enhancements might well be the biggest thing in LC
10, I can foresee a whole world of pain when it comes to us debugging
Javascript interactions.
Without access to all the development tools that come in modern browsers
how is any interaction of any complexity between LC and J