You could assign the run apple script action e.g. to a keyboard shortcut
tell application "BetterTouchTool"
set variableState to get_number_variable "fullscreen_active"
set theDialogText to "Current variable value" & (variableState) & ""
display dialog theDialogText
end tell