you could either start protractor in debug mode
run protractor debug debugging/yourConfigFile.js
and add browser.debugger();
in your test spec where you want it to stop
here a link to the debugging docs
or just use browser.sleep(valueInMilliSeconds);