Hi all, I created my first Camunda Modeler Plugin starting by official menu-plugin-example.
Unfortunately I don’t know electron very well. I would like to understand what is the way to debug my sorce code.
I opened (F12) developer tool but my source file not showed
I inserted a simple console.log() in the click event but it is not printed into console.
Please help me