Module-level bindings and DrRacket debugger

Is is possible to inspect the values of module level (i.e. defined
outside the current function, but in the current module) variables in
the DrRacket debugger? I noticed that the right button menu does not
offer to print it to the console, nor does it show up in the list of
variables. Other than inserting lots of printfs, does anyone have a
suggestion on how to debug such code? I'm aware that avoiding mutating
global / module bindings would be better, but that's not my call in this
case.

d