The AMP playground has a nifty tool to look at the Amp-State.
Look at the State Tab in the playground: https://playground.amp.dev/?url=https%3A%2F%2Fpreview.amp.dev%2Fdocumentation%2Fcomponents%2Famp-bind.example.1.html%3Fformat%3Dwebsites
Are there any dev tools that can show what the Amp State would be for my Amp Application?
#development=1
to the page address.AMP.printState()
.This will show something like [amp-bind] {burger: 'open'}
.
Source: AMP documentation