Related question: are there resources/best practic...
# compiler
m
Related question: are there resources/best practices about debugging IDE behaviour? I have issues in the IDE (red underlines) that are OK during a build. I think that's understandable given the paths are different but I find this a lot harder to debug. Can I set breakpoints in the IDE while running/log statements?
d
Isn't it a question for #C0CMKCL87? You can debug your
runIde
instance https://plugins.jetbrains.com/docs/intellij/ide-development-instance.html
m
I was wondering about this. I'll try that, thanks!