day2/session4.tex
changeset 256 a06196a05043
parent 239 8953675dc056
child 263 8a4a1e5aec85
equal deleted inserted replaced
252:359f77927931 256:a06196a05043
    72 \newcommand{\myemph}[1]{\structure{\emph{#1}}}
    72 \newcommand{\myemph}[1]{\structure{\emph{#1}}}
    73 \newcommand{\PythonCode}[1]{\lstinline{#1}}
    73 \newcommand{\PythonCode}[1]{\lstinline{#1}}
    74 
    74 
    75 \newcommand{\tvtk}{\texttt{tvtk}}
    75 \newcommand{\tvtk}{\texttt{tvtk}}
    76 \newcommand{\mlab}{\texttt{mlab}}
    76 \newcommand{\mlab}{\texttt{mlab}}
    77 
    77 \newcommand{\typ}[1]{\lstinline{#1}}
    78 \newcounter{time}
    78 \newcounter{time}
    79 \setcounter{time}{0}
    79 \setcounter{time}{0}
    80 \newcommand{\inctime}[1]{\addtocounter{time}{#1}{\vspace*{0.1in}\tiny \thetime\ m}}
    80 \newcommand{\inctime}[1]{\addtocounter{time}{#1}{\vspace*{0.1in}\tiny \thetime\ m}}
    81 
    81 
    82 \newcommand\BackgroundPicture[1]{%
    82 \newcommand\BackgroundPicture[1]{%
   188 
   188 
   189 \subsection{Strategy}
   189 \subsection{Strategy}
   190 \begin{frame}[fragile]
   190 \begin{frame}[fragile]
   191     \frametitle{Debugging effectively}
   191     \frametitle{Debugging effectively}
   192     \begin{itemize}
   192     \begin{itemize}
   193         \item \kwrd{print} based strategy
   193         \item \typ{print} based strategy
   194         \item Process:
   194         \item Process:
   195     \end{itemize}
   195     \end{itemize}
   196 \begin{center}
   196 \begin{center}
   197 \pgfimage[interpolate=true,width=5cm,height=5cm]{DebugginDiagram.png}
   197 \pgfimage[interpolate=true,width=5cm,height=5cm]{DebugginDiagram.png}
   198 \end{center}
   198 \end{center}