It would be nice if whenever a compiler error occu...
# compiler
m
It would be nice if whenever a compiler error occurs IDEA shows an option “re-run with compiler debugger” and a breakpoint for the exception or location. That would help finding offensive code and providing more info in YouTrack issues. This for example lets me guess where the error comes from:
Copy code
e: java.lang.IllegalStateException: Not found Idx for private my.package/|null[0]:10
💯 2