mirror of
https://github.com/gryf/debugging_python.git
synced 2025-12-17 11:30:30 +01:00
Fix the column dimensions
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
% Python debugging
|
% Python debugging
|
||||||
% by Roman gryf Dobosz 2015
|
% by Roman gryf Dobosz 2015
|
||||||
|
|
||||||
|
% \documentclass[14pt,notes,svgnames]{beamer}
|
||||||
% \documentclass[14pt,notes,svgnames,aspectratio=1610]{beamer}
|
% \documentclass[14pt,notes,svgnames,aspectratio=1610]{beamer}
|
||||||
\documentclass[14pt,notes,svgnames,aspectratio=169]{beamer}
|
\documentclass[14pt,notes,svgnames,aspectratio=169]{beamer}
|
||||||
% \documentclass[14pt,notes,svgnames]{beamer}
|
|
||||||
\usecolortheme{seagull}
|
\usecolortheme{seagull}
|
||||||
|
|
||||||
\usecolortheme[RGB={23,57,107}]{structure}
|
\usecolortheme[RGB={23,57,107}]{structure}
|
||||||
@@ -145,24 +145,34 @@
|
|||||||
\column{.4\textwidth}
|
\column{.4\textwidth}
|
||||||
\centering
|
\centering
|
||||||
\only<1>{%
|
\only<1>{%
|
||||||
|
|
||||||
\vspace*{0cm}
|
\vspace*{0cm}
|
||||||
\hspace*{0cm}\includegraphics[width=5cm]{images/traceback.png}
|
\hspace*{0cm}\includegraphics[width=5cm]{images/traceback.png}
|
||||||
|
|
||||||
}
|
}
|
||||||
\only<2>{%
|
\only<2>{%
|
||||||
|
|
||||||
\vspace*{0cm}
|
\vspace*{0cm}
|
||||||
\hspace*{0cm}\includegraphics[width=5cm]{images/print.png}
|
\hspace*{0cm}\includegraphics[width=5cm]{images/print.png}
|
||||||
|
|
||||||
}
|
}
|
||||||
\only<3>{%
|
\only<3>{%
|
||||||
|
|
||||||
\vspace*{0cm}
|
\vspace*{0cm}
|
||||||
\hspace*{0cm}\includegraphics[width=5cm]{images/logging.png}
|
\hspace*{0cm}\includegraphics[width=5cm]{images/logging.png}
|
||||||
|
|
||||||
}
|
}
|
||||||
\only<4>{%
|
\only<4>{%
|
||||||
|
|
||||||
\vspace*{0cm}
|
\vspace*{0cm}
|
||||||
\hspace*{0cm}\includegraphics[width=5cm]{images/trace.png}
|
\hspace*{0cm}\includegraphics[width=5cm]{images/trace.png}
|
||||||
|
|
||||||
}
|
}
|
||||||
\only<5>{%
|
\only<5>{%
|
||||||
|
|
||||||
\vspace*{0cm}
|
\vspace*{0cm}
|
||||||
\hspace*{0cm}\includegraphics[width=5cm]{images/pudb.png}
|
\hspace*{0cm}\includegraphics[width=5cm]{images/pudb.png}
|
||||||
|
|
||||||
}
|
}
|
||||||
\end{columns}
|
\end{columns}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
@@ -189,7 +199,7 @@
|
|||||||
\begin{frame}
|
\begin{frame}
|
||||||
\frametitle{Debuggers - text based}
|
\frametitle{Debuggers - text based}
|
||||||
\begin{columns}
|
\begin{columns}
|
||||||
\column{.4\textwidth}
|
\column{.5\textwidth}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item \lstinline{pdb}
|
\item \lstinline{pdb}
|
||||||
\item \lstinline{ipdb}
|
\item \lstinline{ipdb}
|
||||||
@@ -197,7 +207,7 @@
|
|||||||
\item \lstinline{pudb}
|
\item \lstinline{pudb}
|
||||||
\item \color{blue}\href{https://wiki.python.org/moin/PythonDebuggingTools}{\uline{others}}
|
\item \color{blue}\href{https://wiki.python.org/moin/PythonDebuggingTools}{\uline{others}}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\column{.5\textwidth}
|
\column{.4\textwidth}
|
||||||
|
|
||||||
\vspace*{0cm}
|
\vspace*{0cm}
|
||||||
\hspace*{0cm}\includegraphics[width=5cm]{"images/ipdb.png"}
|
\hspace*{0cm}\includegraphics[width=5cm]{"images/ipdb.png"}
|
||||||
@@ -208,12 +218,12 @@
|
|||||||
\begin{frame}
|
\begin{frame}
|
||||||
\frametitle{Debuggers - graphical}
|
\frametitle{Debuggers - graphical}
|
||||||
\begin{columns}
|
\begin{columns}
|
||||||
\column{.4\textwidth}
|
\column{.5\textwidth}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Winpdb
|
\item Winpdb
|
||||||
\item \lstinline{pywin.debugger}
|
\item \lstinline{pywin.debugger}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\column{.5\textwidth}
|
\column{.4\textwidth}
|
||||||
|
|
||||||
\vspace*{0cm}
|
\vspace*{0cm}
|
||||||
\hspace*{0cm}\includegraphics[width=5cm]{"images/winpdb.png"}
|
\hspace*{0cm}\includegraphics[width=5cm]{"images/winpdb.png"}
|
||||||
@@ -224,7 +234,7 @@
|
|||||||
\begin{frame}
|
\begin{frame}
|
||||||
\frametitle{Debuggers - IDE}
|
\frametitle{Debuggers - IDE}
|
||||||
\begin{columns}
|
\begin{columns}
|
||||||
\column{.4\textwidth}
|
\column{.5\textwidth}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item PyCharm
|
\item PyCharm
|
||||||
\item PyDev (Eclipse)
|
\item PyDev (Eclipse)
|
||||||
@@ -232,7 +242,7 @@
|
|||||||
\item Visual Studio
|
\item Visual Studio
|
||||||
\item \color{blue}\href{https://wiki.python.org/moin/IntegratedDevelopmentEnvironments}{\uline{others!}}
|
\item \color{blue}\href{https://wiki.python.org/moin/IntegratedDevelopmentEnvironments}{\uline{others!}}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\column{.5\textwidth}
|
\column{.4\textwidth}
|
||||||
|
|
||||||
\vspace*{0cm}
|
\vspace*{0cm}
|
||||||
\hspace*{0cm}\includegraphics[width=5cm]{"images/pycharm.png"}
|
\hspace*{0cm}\includegraphics[width=5cm]{"images/pycharm.png"}
|
||||||
|
|||||||
Reference in New Issue
Block a user