Re: debugging javascript in html5

2022-03-18 Thread Mark Waddingham via use-livecode
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

Re: debugging javascript in html5

2022-03-18 Thread Mark Waddingham via use-livecode
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

Re: debugging javascript in html5

2022-03-18 Thread Bernard Devlin via use-livecode
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

debugging javascript in html5

2022-03-18 Thread Bernard Devlin via use-livecode
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