Is there a way to debug Iannax Javascript scripts? Being able to set breakpoints and read variable states, other than just console(), would be really useful for making complex scripts.
Not possible now. But I agree it could be a nice feature. However, I don’t know if Qt Framework / QScript allows us to develop this debugging feature. I’ll have a look 🙂
Thank you! Do you know if there’s any way some external program could do it in some limited way? I’m not very knowledgeable about how frameworks and engines etc interact.
Hmmm, you can use a better script editor than ours (which is very basic) that can help you on syntax (text color, help with brackets…). But there’ll be no debugging functions at all…