Debugging in Intellij Idea
I've installed the plugin in Intellij IDE, but the project doesn't allow debugging. Yes I can run the program, but not debug it. Is it possible to debug a C3 program? Am I doing something wrong? Regards... Miguel
P.D: I have also installed the plugin in clion "2025.1.1" (non-commercial-use) and the option to create a c3 project does not even appear.
Hiya! I haven't implemented the breakpoints yet but i'll try to get to it in 0.2.0. as for the create project wizard, i'm currently completely rewriting the plugin and already have a better way in mind to implement it. currently it's a "LanguageProjectWizardStep" which only latches onto existing languages in Jetbrains IDEs which in the case of CLion it doesn't have any like that out of the box so i'll add a more robust way to provide it across different IDEs