Is there any way to save variable and its values during debugging in intellij? -


i struggling error. cannot find it. there way compare debugging results before , after change in intellij. other solutions welcomed.

i explaining scenario here.

i debugging class , @ break point, there 3 variables. named variablea, variableb , variablec. example, debugger stops when variablea gets values. @ time, save content of variablea. in way, can compare content of variablea before , after change.

would print statement work? use global counter keep track of pass @ , compare values in consoles.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -