Debugging in IntelliJ

Hi everyone,
I’m starting to develop a module for Ignition. Well the problem is that i need to debug my code and I follow the instructions from here https://docs.inductiveautomation.com/display/SE/Debugging+in+IntelliJ i have Ignition running on debug and Intellij can launch the Designer using the Java Application profile, but when the Designer is opened i can’t call my functions. If i install pack my module and install it all is working and the designer recognise my function “system.example.multiply(1,1)”, i get it from the examples from GitHub. I need help to configure the debugger. Thank you all :slight_smile:

How did you add your module to the designer-launcher/pom.xml?

Finally I solved it !!
If anyone need help to setup the debugger reply on this message