File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 513513\endhsection %
514514%
515515\hsection {Interlude:~Debugging}%
516- \label {sec:dundee :debugging }%
516+ \label {sec:dunder :debugging }%
517517%
518518We now want to use mathematics based on our class \pythonil {Fraction} for some \inQuotes {real} computation.
519519Remember back in \cref {sec:whileLoop }, we implemented the algorithm of Heron to compute the square root using a \pythonil {while}~loop.
718718A \debugger \ is a tool that ships with many programming languages and \pglspl {IDE}. %
719719It allows you to execute a program step-by-step while observing the current values of variables. %
720720This way, you can find errors in the code more easily~\cite {W2024PME ,A2002D ,R2007PPBPDTAM }. %
721- A comprehensive example on how to use the \debugger \ in \pycharm \ is given in~\cref {sec:dundee :debugging }.%
721+ A comprehensive example on how to use the \debugger \ in \pycharm \ is given in~\cref {sec:dunder :debugging }.%
722722}%
723723%
724724\begin {figure }%
You can’t perform that action at this time.
0 commit comments