you can either run the protractor in debug mode
run protractor debug debugging/yourConfigFile.js
and add browser.debugger(); into the test spec where you want to stop
here is a link to documents for debugging
or just use browser.sleep(valueInMilliSeconds);
source share