Issue
I am using IntelliJ IDEA to debug Java code. The code line number is 225, but the call stack shows 293.
How to fix this?src="https://i.stack.imgur.com/kG5hm.png" alt="enter image description here" />
Solution
The problem was solved by: On the Maven panel on the right hand side -> click the icon "download source and/or documentation" -> download source;
Answered By - leo
Answer Checked By - Terry (JavaFixing Volunteer)