For a complex frame with several slides that order is alraidy correctly set, I'd like to process only last frame to tune placement details and avoid a long processing time.
\documentclass{beamer}
\includeonlyframes{current}
\begin{document}
\begin{frame}[label=current]
\begin{itemize}[<+->]
\item
\item
\item
\item
\end{itemize}
\end{frame}
\end{document}
\documentclass[handout]{beamer}to get one page per frame. – Marijn Mar 07 '18 at 15:22