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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -