Diskussion:CodeView
Letzter Kommentar: vor 3 Monaten von 84.158.120.82 in Abschnitt Codeview für Windows 3.x verwendet die Windows GUI nicht
Unterstützt werden die Programmiersprachen
[Quelltext bearbeiten]Müsste es nicht heißen:
- Unterstützt werden die Produkte ...
Denn keines dieser Produkte ist eine Programmiersprache, es sind Produkte für verschiedene Programmiersprachen. --84.158.120.82 04:06, 9. Aug. 2024 (CEST)
Ergänzung: Im englischen Wikipedia Artikel ist auch von Produkten die Rede und nicht von Programmiersprachen. --84.158.120.82 04:09, 9. Aug. 2024 (CEST)
Codeview für Windows 3.x verwendet die Windows GUI nicht
[Quelltext bearbeiten]Das kann man hier nachlesen:
If you didn’t have two computers, another solution was to use a debugger like CodeView. CodeView avoided the UI deadlock problem by not using the GUI to present its UI. When you hit a breakpoint or otherwise halted execution of your application, CodeView talked directly to the video driver to save the first 4KB of video memory, then switched into text mode to tell you what happened.
https://devblogs.microsoft.com/oldnewthing/20141126-00/?p=43533 --84.158.120.82 04:31, 17. Aug. 2024 (CEST)