Change method code and restart method debugging
Answered
I'm a Eclipse user migrating to Intellij. While debugging in Eclipse, you can change any code inside a method body and press ctrl+s to save the file. Eclipse will restart the method debug with the method code changed. In Intellij, after changing anything in the method, i get the message "Source code does not match". To make It match again, i have to turn off my debug, rebuild the solution and restart It, taking some minutes to get to the same method again. Is there a way to imitate the Eclipse behavior? The actual Intellij behavior is impractible for me
Please sign in to leave a comment.
Please see if https://stackoverflow.com/a/6402317/12844632 helps.