c3intellij icon indicating copy to clipboard operation
c3intellij copied to clipboard

Debugging in Intellij Idea

Open migueltk opened this issue 7 months ago • 1 comments

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.

migueltk avatar May 08 '25 17:05 migueltk

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

lyranie avatar May 09 '25 21:05 lyranie