I have a Debug Configuration in Eclipse in which I set some variables, some dependent on each other:
$var1=some/path
$var2=${var1}/lib
I want to see the value of these variables as the program runs, but I can't figure out how to do this. I expect to see something like:
$var1=some/path
$var2=some/path/lib