WebIQ Designer Debug Feature with ctrlX (Codesys)

Hello forum,

I believe a debug feature is essential for future versions of WebIQ Designer. Whenever I run my ctrlX Core with Codesys (PLC Engineering), I need to enable debugging for my WebIQ/JavaScript code within the localscript. To effectively track my ongoing JavaScript code in the localscript of WebIQ, I find it crucial to use red bullet points at the start of code lines. This would greatly improve the debugging process, especially when dealing with systematic tasks.

I’m curious—when will WebIQ Designer allow us to set bullet points for debugging to make diagnosing and troubleshooting more efficient while developing software?

debug.png
44.49KB

Thank you.

Best reply by Sgilk

Inactive Member ,

You can set breakpoints with indicators in your browser debugger or within the designer itself. Press F12 while running the preview to open the document inspection window. You can also right click and inspect the page within your browser. From there, you can navigate to sources and find the script you would like to debug. Set breakpoints within the source code and refresh the page if necessary.

View original
3 replies