howto reload changes using script/console ?

I am using script/console to debug, but when I make some changes to say a helper and rerun the method, it doesn't reload the new changes. "reload!" doesn't work - it only updates model changes. Suggestions? TIA