An easy way to get the value is writing debugPrint() in your debug console when it is at a breakpoint:
debugPrint(jsonEncode(yourVariable));
However, if the map is too long, it might displayed incompletely.