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 513
513
\endhsection %
514
514
%
515
515
\hsection {Interlude:~Debugging}%
516
- \label {sec:dundee :debugging }%
516
+ \label {sec:dunder :debugging }%
517
517
%
518
518
We now want to use mathematics based on our class \pythonil {Fraction} for some \inQuotes {real} computation.
519
519
Remember back in \cref {sec:whileLoop }, we implemented the algorithm of Heron to compute the square root using a \pythonil {while}~loop.
718
718
A \debugger \ is a tool that ships with many programming languages and \pglspl {IDE}. %
719
719
It allows you to execute a program step-by-step while observing the current values of variables. %
720
720
This 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 }.%
722
722
}%
723
723
%
724
724
\begin {figure }%
You can’t perform that action at this time.
0 commit comments