@gunnarmorling I keep having this discussion why it is important to spend time setting up a development environment where debugging is possible. Worth every minute :-)
"Good code documents itself" is one of the most damaging takes in software engineering. Code itself won't tell you about the decisions and rationale behind it, nor about about higher-level structures and abstractions. All this needs elaboration in documentation.