Have Update() called even when game is not running

Is this possible?

I have a shader which render differently depending on some changing conditions. The parameters for the shader is updated in the Update(). I would like to see this changes in the scene view, even if the game is not running.

Thanks

I knew I read it in the docs somewhere before!

[ExecuteInEditMode]