"Sometimes I just want to see what's going on in the developer console quickly. I'd love the ability to target the same window (ie. self) for both
inspect()
and
createWindowReceiver()
- this would allow me to quickly debug locally without having to go to my definitions and add
console.log()
everywhere.