https://de.wikipedia.org/w/index.php?action=history&feed=atom&title=CodeView CodeView - Versionsgeschichte 2025-06-09T20:33:46Z Versionsgeschichte dieser Seite in Wikipedia MediaWiki 1.45.0-wmf.4 https://de.wikipedia.org/w/index.php?title=CodeView&diff=246729294&oldid=prev Siegbert v2: QuickC mit Quellenangabe in die Liste der unterstützten Programmiersprachen aufgenommen 2024-07-13T17:50:27Z <p>QuickC mit Quellenangabe in die Liste der unterstützten Programmiersprachen aufgenommen</p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 13. Juli 2024, 19:50 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 13:</td> <td colspan="2" class="diff-lineno">Zeile 13:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>'''CodeView''' war ein textbasierter [[Debugger]] von [[Microsoft]] zum Debuggen von [[MS-DOS]]-, [[Microsoft Windows|Windows]]- und [[OS/2]]-[[Anwendungssoftware|Anwendungen]].</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>'''CodeView''' war ein textbasierter [[Debugger]] von [[Microsoft]] zum Debuggen von [[MS-DOS]]-, [[Microsoft Windows|Windows]]- und [[OS/2]]-[[Anwendungssoftware|Anwendungen]].</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>CodeView war nicht als separates Produkt erhältlich, sondern konnte nur als Beigabe zusammen mit den Microsoft-[[Compiler]]n und der [[Integrierte Entwicklungsumgebung|Entwicklungsumgebung]] [[Microsoft Programmer’s WorkBench|Programmer’s WorkBench]] (PWB) erworben werden. Unterstützt werden die Programmiersprachen [[QuickBASIC]], [[Microsoft C|Microsoft C/C++]], Microsoft [[FORTRAN]], [[Microsoft Pascal]] und [[Microsoft Macro Assembler]] (MASM).&lt;ref name="Fortran_Guide"&gt;{{Literatur |Titel=Microsoft FORTRAN |TitelErg=Microsoft CodeView and Utilities User’s Guide |Hrsg=Microsoft Corporation |Datum=1987 |Sprache=en |Seiten=5ff |Online=https://ia803100.us.archive.org/13/items/Microsoft_FORTRAN_CodeView_and_Utilities_Users_Guide/Microsoft_FORTRAN_CodeView_and_Utilities_Users_Guide.pdf |Format=PDF |KBytes=85224 |Abruf=2023-02-22}}&lt;/ref&gt; Erstmals erhielt das im Jahr 1986 veröffentlichte Microsoft C 4.0 CodeView.&lt;ref&gt;{{Literatur |Autor=Charles Petzold |Titel=Microsoft C Compiler 4.0 Adds Full-Screen Debugger |Sammelwerk=PC Magazine |Band=5 |Nummer=16 |Datum=1986-09-30 |Seiten=38 |Sprache=en}}&lt;/ref&gt; Im Gegensatz zu älteren, sehr einfach gehaltenen Debuggern wie [[DEBUG.EXE]] ermöglicht CodeView auch das zeilenweise Durchlaufen des [[Quelltext]]es sowie die Überwachung von [[Variable (Programmierung)|Variablen]]. Um die Verbindung zwischen dem gerade ausgeführten [[Maschinencode]] und der jeweiligen Position im Quelltext herzustellen, ist es notwendig, dass vom jeweiligen Compiler [[Debugsymbol]]e generiert werden.&lt;ref name="Kregeloh92"&gt;{{BibISBN|3528051892|Seiten=60ff|Kapitel=Der Debugger Code View}}&lt;/ref&gt;&lt;ref name="Blunden03"&gt;{{BibISBN|1590592344|Seiten=157ff|Kapitel=Debugger Internals}}&lt;/ref&gt; Standardmäßig teilte sich CodeView die Bildschirmausgabe mit dem auszuführenden Programm, allerdings konnte CodeView auch auf einem zweiten [[Bildschirm]] im [[Vollbildmodus]] ausgeführt werden, wenn der Rechner dies unterstützte.&lt;ref name="Kregeloh92"/&gt;</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>CodeView war nicht als separates Produkt erhältlich, sondern konnte nur als Beigabe zusammen mit den Microsoft-[[Compiler]]n und der [[Integrierte Entwicklungsumgebung|Entwicklungsumgebung]] [[Microsoft Programmer’s WorkBench|Programmer’s WorkBench]] (PWB) erworben werden. Unterstützt werden die Programmiersprachen [[QuickBASIC<ins style="font-weight: bold; text-decoration: none;">]], [[QuickC</ins>]], [[Microsoft C|Microsoft C/C++]], Microsoft [[FORTRAN]], [[Microsoft Pascal]] und [[Microsoft Macro Assembler]] (MASM).&lt;ref name="Fortran_Guide"&gt;{{Literatur |Titel=Microsoft FORTRAN |TitelErg=Microsoft CodeView and Utilities User’s Guide |Hrsg=Microsoft Corporation |Datum=1987 |Sprache=en |Seiten=5ff |Online=https://ia803100.us.archive.org/13/items/Microsoft_FORTRAN_CodeView_and_Utilities_Users_Guide/Microsoft_FORTRAN_CodeView_and_Utilities_Users_Guide.pdf |Format=PDF |KBytes=85224 |Abruf=2023-02-22<ins style="font-weight: bold; text-decoration: none;">}}&lt;/ref&gt;&lt;ref name="InfoWorld-9-23"&gt;{{Literatur |Autor=Edward Warner |Titel=User Group Greets Microsoft’s New C Products With Enthusiasm |Sammelwerk=[[InfoWorld]] |Band=9 |Nummer=23 |Verlag=Popular Computing |Ort=San Francisco |Datum=1987-06-08 |Sprache=en |ISSN=0199-6649 |Seiten=73 |Online={{Google Buch |BuchID=0TAEAAAAMBAJ |Seite=73}} |Zitat=Codeview &amp;#91;…&amp;#93; works with QuickC but does not come with the program &amp;#91;…&amp;#93;.</ins>}}&lt;/ref&gt; Erstmals erhielt das im Jahr 1986 veröffentlichte Microsoft C 4.0 CodeView.&lt;ref&gt;{{Literatur |Autor=Charles Petzold |Titel=Microsoft C Compiler 4.0 Adds Full-Screen Debugger |Sammelwerk=PC Magazine |Band=5 |Nummer=16 |Datum=1986-09-30 |Seiten=38 |Sprache=en}}&lt;/ref&gt; Im Gegensatz zu älteren, sehr einfach gehaltenen Debuggern wie [[DEBUG.EXE]] ermöglicht CodeView auch das zeilenweise Durchlaufen des [[Quelltext]]es sowie die Überwachung von [[Variable (Programmierung)|Variablen]]. Um die Verbindung zwischen dem gerade ausgeführten [[Maschinencode]] und der jeweiligen Position im Quelltext herzustellen, ist es notwendig, dass vom jeweiligen Compiler [[Debugsymbol]]e generiert werden.&lt;ref name="Kregeloh92"&gt;{{BibISBN|3528051892|Seiten=60ff|Kapitel=Der Debugger Code View}}&lt;/ref&gt;&lt;ref name="Blunden03"&gt;{{BibISBN|1590592344|Seiten=157ff|Kapitel=Debugger Internals}}&lt;/ref&gt; Standardmäßig teilte sich CodeView die Bildschirmausgabe mit dem auszuführenden Programm, allerdings konnte CodeView auch auf einem zweiten [[Bildschirm]] im [[Vollbildmodus]] ausgeführt werden, wenn der Rechner dies unterstützte.&lt;ref name="Kregeloh92"/&gt;</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Ein großes Problem von CodeView waren die Einschränkungen von DOS: CodeView war wie jedes andere DOS-Programm auf die 640&amp;nbsp;KiB [[konventioneller Speicher]] beschränkt und musste sich diese auch noch mit dem zu debuggenden Programm teilen, was das Debuggen speicherintensiver Programme erschwerte. Da DOS keinerlei [[Speicherschutz]] bot, konnten sich CodeView und das auszuführende Programm gegenseitig beeinflussen oder sich auch gegenseitig zum [[Absturz (Computer)|Absturz]] bringen. Anders war dies nur bei CodeView für [[OS/2]], der den [[Protected Mode]] des [[80286]]-Prozessors nutzte, um vor anderen Anwendungen geschützt zu sein.</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Ein großes Problem von CodeView waren die Einschränkungen von DOS: CodeView war wie jedes andere DOS-Programm auf die 640&amp;nbsp;KiB [[konventioneller Speicher]] beschränkt und musste sich diese auch noch mit dem zu debuggenden Programm teilen, was das Debuggen speicherintensiver Programme erschwerte. Da DOS keinerlei [[Speicherschutz]] bot, konnten sich CodeView und das auszuführende Programm gegenseitig beeinflussen oder sich auch gegenseitig zum [[Absturz (Computer)|Absturz]] bringen. Anders war dies nur bei CodeView für [[OS/2]], der den [[Protected Mode]] des [[80286]]-Prozessors nutzte, um vor anderen Anwendungen geschützt zu sein.</div></td> </tr> </table> Siegbert v2 https://de.wikipedia.org/w/index.php?title=CodeView&diff=246724884&oldid=prev RobertLechner: /* Einzelnachweise */ kat 2024-07-13T15:12:34Z <p><span class="autocomment">Einzelnachweise: </span> kat</p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 13. Juli 2024, 17:12 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 27:</td> <td colspan="2" class="diff-lineno">Zeile 27:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>&lt;references/&gt;</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>&lt;references/&gt;</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>[[Kategorie:Programmierwerkzeug]]</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>[[Kategorie:Microsoft-Software]]</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>[[Kategorie:Microsoft-Software]]</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>[[Kategorie:DOS-Software]]</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>[[Kategorie:DOS-Software]]</div></td> </tr> </table> RobertLechner https://de.wikipedia.org/w/index.php?title=CodeView&diff=246003027&oldid=prev 84.140.207.90: Das ist ein Eigenname, so etwas wird nicht übersetzt. 2024-06-18T00:43:49Z <p>Das ist ein Eigenname, so etwas wird nicht übersetzt.</p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 18. Juni 2024, 02:43 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 15:</td> <td colspan="2" class="diff-lineno">Zeile 15:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>CodeView war nicht als separates Produkt erhältlich, sondern konnte nur als Beigabe zusammen mit den Microsoft-[[Compiler]]n und der [[Integrierte Entwicklungsumgebung|Entwicklungsumgebung]] [[Microsoft Programmer’s WorkBench|Programmer’s WorkBench]] (PWB) erworben werden. Unterstützt werden die Programmiersprachen [[QuickBASIC]], [[Microsoft C|Microsoft C/C++]], Microsoft [[FORTRAN]], [[Microsoft Pascal]] und [[Microsoft Macro Assembler]] (MASM).&lt;ref name="Fortran_Guide"&gt;{{Literatur |Titel=Microsoft FORTRAN |TitelErg=Microsoft CodeView and Utilities User’s Guide |Hrsg=Microsoft Corporation |Datum=1987 |Sprache=en |Seiten=5ff |Online=https://ia803100.us.archive.org/13/items/Microsoft_FORTRAN_CodeView_and_Utilities_Users_Guide/Microsoft_FORTRAN_CodeView_and_Utilities_Users_Guide.pdf |Format=PDF |KBytes=85224 |Abruf=2023-02-22}}&lt;/ref&gt; Erstmals erhielt das im Jahr 1986 veröffentlichte Microsoft C 4.0 CodeView.&lt;ref&gt;{{Literatur |Autor=Charles Petzold |Titel=Microsoft C Compiler 4.0 Adds Full-Screen Debugger |Sammelwerk=PC Magazine |Band=5 |Nummer=16 |Datum=1986-09-30 |Seiten=38 |Sprache=en}}&lt;/ref&gt; Im Gegensatz zu älteren, sehr einfach gehaltenen Debuggern wie [[DEBUG.EXE]] ermöglicht CodeView auch das zeilenweise Durchlaufen des [[Quelltext]]es sowie die Überwachung von [[Variable (Programmierung)|Variablen]]. Um die Verbindung zwischen dem gerade ausgeführten [[Maschinencode]] und der jeweiligen Position im Quelltext herzustellen, ist es notwendig, dass vom jeweiligen Compiler [[Debugsymbol]]e generiert werden.&lt;ref name="Kregeloh92"&gt;{{BibISBN|3528051892|Seiten=60ff|Kapitel=Der Debugger Code View}}&lt;/ref&gt;&lt;ref name="Blunden03"&gt;{{BibISBN|1590592344|Seiten=157ff|Kapitel=Debugger Internals}}&lt;/ref&gt; Standardmäßig teilte sich CodeView die Bildschirmausgabe mit dem auszuführenden Programm, allerdings konnte CodeView auch auf einem zweiten [[Bildschirm]] im [[Vollbildmodus]] ausgeführt werden, wenn der Rechner dies unterstützte.&lt;ref name="Kregeloh92"/&gt;</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>CodeView war nicht als separates Produkt erhältlich, sondern konnte nur als Beigabe zusammen mit den Microsoft-[[Compiler]]n und der [[Integrierte Entwicklungsumgebung|Entwicklungsumgebung]] [[Microsoft Programmer’s WorkBench|Programmer’s WorkBench]] (PWB) erworben werden. Unterstützt werden die Programmiersprachen [[QuickBASIC]], [[Microsoft C|Microsoft C/C++]], Microsoft [[FORTRAN]], [[Microsoft Pascal]] und [[Microsoft Macro Assembler]] (MASM).&lt;ref name="Fortran_Guide"&gt;{{Literatur |Titel=Microsoft FORTRAN |TitelErg=Microsoft CodeView and Utilities User’s Guide |Hrsg=Microsoft Corporation |Datum=1987 |Sprache=en |Seiten=5ff |Online=https://ia803100.us.archive.org/13/items/Microsoft_FORTRAN_CodeView_and_Utilities_Users_Guide/Microsoft_FORTRAN_CodeView_and_Utilities_Users_Guide.pdf |Format=PDF |KBytes=85224 |Abruf=2023-02-22}}&lt;/ref&gt; Erstmals erhielt das im Jahr 1986 veröffentlichte Microsoft C 4.0 CodeView.&lt;ref&gt;{{Literatur |Autor=Charles Petzold |Titel=Microsoft C Compiler 4.0 Adds Full-Screen Debugger |Sammelwerk=PC Magazine |Band=5 |Nummer=16 |Datum=1986-09-30 |Seiten=38 |Sprache=en}}&lt;/ref&gt; Im Gegensatz zu älteren, sehr einfach gehaltenen Debuggern wie [[DEBUG.EXE]] ermöglicht CodeView auch das zeilenweise Durchlaufen des [[Quelltext]]es sowie die Überwachung von [[Variable (Programmierung)|Variablen]]. Um die Verbindung zwischen dem gerade ausgeführten [[Maschinencode]] und der jeweiligen Position im Quelltext herzustellen, ist es notwendig, dass vom jeweiligen Compiler [[Debugsymbol]]e generiert werden.&lt;ref name="Kregeloh92"&gt;{{BibISBN|3528051892|Seiten=60ff|Kapitel=Der Debugger Code View}}&lt;/ref&gt;&lt;ref name="Blunden03"&gt;{{BibISBN|1590592344|Seiten=157ff|Kapitel=Debugger Internals}}&lt;/ref&gt; Standardmäßig teilte sich CodeView die Bildschirmausgabe mit dem auszuführenden Programm, allerdings konnte CodeView auch auf einem zweiten [[Bildschirm]] im [[Vollbildmodus]] ausgeführt werden, wenn der Rechner dies unterstützte.&lt;ref name="Kregeloh92"/&gt;</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>Ein großes Problem von CodeView waren die Einschränkungen von DOS: CodeView war wie jedes andere DOS-Programm auf die 640&amp;nbsp;KiB [[konventioneller Speicher]] beschränkt und musste sich diese auch noch mit dem zu debuggenden Programm teilen, was das Debuggen speicherintensiver Programme erschwerte. Da DOS keinerlei [[Speicherschutz]] bot, konnten sich CodeView und das auszuführende Programm gegenseitig beeinflussen oder sich auch gegenseitig zum [[Absturz (Computer)|Absturz]] bringen. Anders war dies nur bei CodeView für [[OS/2]], der den <del style="font-weight: bold; text-decoration: none;">Schutzmodus</del> des [[80286]]-Prozessors nutzte, um vor anderen Anwendungen geschützt zu sein.</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Ein großes Problem von CodeView waren die Einschränkungen von DOS: CodeView war wie jedes andere DOS-Programm auf die 640&amp;nbsp;KiB [[konventioneller Speicher]] beschränkt und musste sich diese auch noch mit dem zu debuggenden Programm teilen, was das Debuggen speicherintensiver Programme erschwerte. Da DOS keinerlei [[Speicherschutz]] bot, konnten sich CodeView und das auszuführende Programm gegenseitig beeinflussen oder sich auch gegenseitig zum [[Absturz (Computer)|Absturz]] bringen. Anders war dies nur bei CodeView für [[OS/2]], der den <ins style="font-weight: bold; text-decoration: none;">[[Protected Mode]]</ins> des [[80286]]-Prozessors nutzte, um vor anderen Anwendungen geschützt zu sein.</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Die letzte Version von CodeView war Version 4.1. Mit [[Visual C++]] wurde die Funktionalität von CodeView in die Entwicklungsumgebung integriert.</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Die letzte Version von CodeView war Version 4.1. Mit [[Visual C++]] wurde die Funktionalität von CodeView in die Entwicklungsumgebung integriert.</div></td> </tr> </table> 84.140.207.90 https://de.wikipedia.org/w/index.php?title=CodeView&diff=232351451&oldid=prev TaxonBot: Bot: Steuerzeichen ersetzt 2023-03-31T12:33:44Z <p>Bot: Steuerzeichen ersetzt</p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 31. März 2023, 14:33 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 22:</td> <td colspan="2" class="diff-lineno">Zeile 22:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>==Weblinks==</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>==Weblinks==</div></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>* {{Internetquelle |url=https://www.os2museum.com/files/docs/msc40/ms-c-4.0-codeview-1986.pdf |titel=Microsoft CodeView - Window-Oriented Debugger für the MS-DOS Operating System |hrsg=Microsoft Corporation |datum=1986 |format=PDF; 10,6&amp;nbsp;MB |sprache=en |abruf=<del style="font-weight: bold; text-decoration: none;">2017‎</del>-12-02 |abruf-verborgen=1}}</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>* {{Internetquelle |url=https://www.os2museum.com/files/docs/msc40/ms-c-4.0-codeview-1986.pdf |titel=Microsoft CodeView - Window-Oriented Debugger für the MS-DOS Operating System |hrsg=Microsoft Corporation |datum=1986 |format=PDF; 10,6&amp;nbsp;MB |sprache=en |abruf=<ins style="font-weight: bold; text-decoration: none;">2017</ins>-12-02 |abruf-verborgen=1}}</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>==Einzelnachweise==</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>==Einzelnachweise==</div></td> </tr> </table> TaxonBot https://de.wikipedia.org/w/index.php?title=CodeView&diff=231147261&oldid=prev Siegbert v2: Infobox / 640 KiB statt KB / Links / Debugsymbole / Quellen / Kategorien: DOS-Software und Historische Software / Kleinigkeiten 2023-02-22T14:43:01Z <p>Infobox / 640 KiB statt KB / Links / Debugsymbole / Quellen / Kategorien: DOS-Software und Historische Software / Kleinigkeiten</p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 22. Februar 2023, 16:43 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 1:</td> <td colspan="2" class="diff-lineno">Zeile 1:</td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>{{Infobox Software</div></td> </tr> <tr> <td class="diff-marker"><a class="mw-diff-movedpara-left" title="Der Absatz wurde verschoben. Klicken, um zur neuen Stelle zu springen." href="#movedpara_4_0_rhs">&#x26AB;</a></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div><a name="movedpara_1_0_lhs"></a>'''CodeView''' war ein textbasierter [[Debugger]] von [[Microsoft]] zum Debuggen von DOS-, Windows- und OS/2-Anwendungen.</div></td> <td colspan="2" class="diff-empty diff-side-added"></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>| Name = CodeView</div></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>| Erscheinungsjahr = 1985</div></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>| Hersteller = [[Microsoft|Microsoft Corporation]]</div></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>| AktuelleVersion = 4.1</div></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>| Betriebssystem = [[MS-DOS]], [[Microsoft Windows|Windows]], [[OS/2]]</div></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>| Kategorie = [[Debugger]]</div></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>| Lizenz = [[Microsoft|MS]]-[[EULA]]</div></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>| Deutsch = nein</div></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>| Website = [https://www.microsoft.de/ www.microsoft.de]</div></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>}}</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker"><a class="mw-diff-movedpara-right" title="Der Absatz wurde verschoben. Klicken, um zur alten Stelle zu springen." href="#movedpara_1_0_lhs">&#x26AB;</a></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div><a name="movedpara_4_0_rhs"></a>'''CodeView''' war ein textbasierter [[Debugger]] von [[Microsoft]] zum Debuggen von <ins style="font-weight: bold; text-decoration: none;">[[MS-</ins>DOS<ins style="font-weight: bold; text-decoration: none;">]]</ins>-, <ins style="font-weight: bold; text-decoration: none;">[[Microsoft Windows|</ins>Windows<ins style="font-weight: bold; text-decoration: none;">]]</ins>- und <ins style="font-weight: bold; text-decoration: none;">[[</ins>OS/2<ins style="font-weight: bold; text-decoration: none;">]]</ins>-<ins style="font-weight: bold; text-decoration: none;">[[Anwendungssoftware|</ins>Anwendungen<ins style="font-weight: bold; text-decoration: none;">]]</ins>.</div></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>CodeView war nicht als separates Produkt erhältlich, sondern konnte nur als Beigabe zusammen mit den Microsoft-Compilern erworben werden; erstmals erhielt das im Jahr 1986 veröffentlichte [[Microsoft C]] 4.0 CodeView.&lt;ref&gt;{{Literatur |Autor=Charles Petzold |Titel=Microsoft C Compiler 4.0 Adds Full-Screen Debugger |Sammelwerk=PC Magazine |Band=5 |Nummer=16 |Datum=1986-09-30 |Seiten=38 |DOI=}}&lt;/ref&gt; Im Gegensatz zu älteren, sehr einfach gehaltenen Debuggern wie [[DEBUG.EXE]] ermöglicht CodeView auch das zeilenweise Durchlaufen des Quellcodes sowie die Überwachung von Variablen. Standardmäßig teilte sich CodeView die Bildschirmausgabe mit dem auszuführenden Programm, allerdings konnte CodeView auch auf einem zweiten Bildschirm ausgeführt werden, wenn der Rechner dies unterstützte.</div></td> <td colspan="2" class="diff-empty diff-side-added"></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>CodeView war nicht als separates Produkt erhältlich, sondern konnte nur als Beigabe zusammen mit den Microsoft-[[Compiler]]n und der [[Integrierte Entwicklungsumgebung|Entwicklungsumgebung]] [[Microsoft Programmer’s WorkBench|Programmer’s WorkBench]] (PWB) erworben werden. Unterstützt werden die Programmiersprachen [[QuickBASIC]], [[Microsoft C|Microsoft C/C++]], Microsoft [[FORTRAN]], [[Microsoft Pascal]] und [[Microsoft Macro Assembler]] (MASM).&lt;ref name="Fortran_Guide"&gt;{{Literatur |Titel=Microsoft FORTRAN |TitelErg=Microsoft CodeView and Utilities User’s Guide |Hrsg=Microsoft Corporation |Datum=1987 |Sprache=en |Seiten=5ff |Online=https://ia803100.us.archive.org/13/items/Microsoft_FORTRAN_CodeView_and_Utilities_Users_Guide/Microsoft_FORTRAN_CodeView_and_Utilities_Users_Guide.pdf |Format=PDF |KBytes=85224 |Abruf=2023-02-22}}&lt;/ref&gt; Erstmals erhielt das im Jahr 1986 veröffentlichte Microsoft C 4.0 CodeView.&lt;ref&gt;{{Literatur |Autor=Charles Petzold |Titel=Microsoft C Compiler 4.0 Adds Full-Screen Debugger |Sammelwerk=PC Magazine |Band=5 |Nummer=16 |Datum=1986-09-30 |Seiten=38 |Sprache=en}}&lt;/ref&gt; Im Gegensatz zu älteren, sehr einfach gehaltenen Debuggern wie [[DEBUG.EXE]] ermöglicht CodeView auch das zeilenweise Durchlaufen des [[Quelltext]]es sowie die Überwachung von [[Variable (Programmierung)|Variablen]]. Um die Verbindung zwischen dem gerade ausgeführten [[Maschinencode]] und der jeweiligen Position im Quelltext herzustellen, ist es notwendig, dass vom jeweiligen Compiler [[Debugsymbol]]e generiert werden.&lt;ref name="Kregeloh92"&gt;{{BibISBN|3528051892|Seiten=60ff|Kapitel=Der Debugger Code View}}&lt;/ref&gt;&lt;ref name="Blunden03"&gt;{{BibISBN|1590592344|Seiten=157ff|Kapitel=Debugger Internals}}&lt;/ref&gt; Standardmäßig teilte sich CodeView die Bildschirmausgabe mit dem auszuführenden Programm, allerdings konnte CodeView auch auf einem zweiten [[Bildschirm]] im [[Vollbildmodus]] ausgeführt werden, wenn der Rechner dies unterstützte.&lt;ref name="Kregeloh92"/&gt;</div></td> </tr> <tr> <td class="diff-marker"><a class="mw-diff-movedpara-left" title="Der Absatz wurde verschoben. Klicken, um zur neuen Stelle zu springen." href="#movedpara_9_1_rhs">&#x26AB;</a></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div><a name="movedpara_8_0_lhs"></a>Ein großes Problem von CodeView waren die Einschränkungen von DOS: CodeView war wie jedes andere DOS-Programm auf die 640 <del style="font-weight: bold; text-decoration: none;">KB </del>konventioneller Speicher beschränkt und musste sich diese auch noch mit dem zu debuggenden Programm teilen, was das Debuggen speicherintensiver Programme erschwerte. Da DOS keinerlei Speicherschutz bot, konnten sich CodeView und das auszuführende Programm gegenseitig beeinflussen oder sich auch gegenseitig zum Absturz bringen. Anders war dies nur bei CodeView für [[OS/2]], der den Schutzmodus des [[80286]]-Prozessors nutzte, um vor anderen Anwendungen geschützt zu sein.</div></td> <td colspan="2" class="diff-empty diff-side-added"></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker"><a class="mw-diff-movedpara-right" title="Der Absatz wurde verschoben. Klicken, um zur alten Stelle zu springen." href="#movedpara_8_0_lhs">&#x26AB;</a></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div><a name="movedpara_9_1_rhs"></a>Ein großes Problem von CodeView waren die Einschränkungen von DOS: CodeView war wie jedes andere DOS-Programm auf die 640<ins style="font-weight: bold; text-decoration: none;">&amp;nbsp;KiB</ins> <ins style="font-weight: bold; text-decoration: none;">[[</ins>konventioneller Speicher<ins style="font-weight: bold; text-decoration: none;">]]</ins> beschränkt und musste sich diese auch noch mit dem zu debuggenden Programm teilen, was das Debuggen speicherintensiver Programme erschwerte. Da DOS keinerlei <ins style="font-weight: bold; text-decoration: none;">[[</ins>Speicherschutz<ins style="font-weight: bold; text-decoration: none;">]]</ins> bot, konnten sich CodeView und das auszuführende Programm gegenseitig beeinflussen oder sich auch gegenseitig zum <ins style="font-weight: bold; text-decoration: none;">[[Absturz (Computer)|</ins>Absturz<ins style="font-weight: bold; text-decoration: none;">]]</ins> bringen. Anders war dies nur bei CodeView für [[OS/2]], der den Schutzmodus des [[80286]]-Prozessors nutzte, um vor anderen Anwendungen geschützt zu sein.</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Die letzte Version von CodeView war Version 4.1. Mit [[Visual C++]] wurde die Funktionalität von CodeView in die Entwicklungsumgebung integriert.</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Die letzte Version von CodeView war Version 4.1. Mit [[Visual C++]] wurde die Funktionalität von CodeView in die Entwicklungsumgebung integriert.</div></td> </tr> <tr> <td colspan="2" class="diff-lineno">Zeile 10:</td> <td colspan="2" class="diff-lineno">Zeile 22:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>==Weblinks==</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>==Weblinks==</div></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>*<del style="font-weight: bold; text-decoration: none;">[http</del>://www.os2museum.com/files/docs/msc40/ms-c-4.0-codeview-1986.pdf Microsoft CodeView - Window-Oriented Debugger für the MS-DOS Operating System<del style="font-weight: bold; text-decoration: none;">]</del> <del style="font-weight: bold; text-decoration: none;">(</del>PDF<del style="font-weight: bold; text-decoration: none;">,</del> 10,6<del style="font-weight: bold; text-decoration: none;"> </del>MB<del style="font-weight: bold; text-decoration: none;">)</del></div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>*<ins style="font-weight: bold; text-decoration: none;"> {{Internetquelle |url=https</ins>://www.os2museum.com/files/docs/msc40/ms-c-4.0-codeview-1986.pdf <ins style="font-weight: bold; text-decoration: none;">|titel=</ins>Microsoft CodeView - Window-Oriented Debugger für the MS-DOS Operating System <ins style="font-weight: bold; text-decoration: none;">|hrsg=Microsoft Corporation |datum=1986 |format=</ins>PDF<ins style="font-weight: bold; text-decoration: none;">;</ins> 10,6<ins style="font-weight: bold; text-decoration: none;">&amp;nbsp;</ins>MB<ins style="font-weight: bold; text-decoration: none;"> |sprache=en |abruf=2017‎-12-02 |abruf-verborgen=1}}</ins></div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>==Einzelnachweise==</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>==Einzelnachweise==</div></td> </tr> <tr> <td colspan="2" class="diff-lineno">Zeile 16:</td> <td colspan="2" class="diff-lineno">Zeile 28:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>[[Kategorie:Microsoft-Software]]</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>[[Kategorie:Microsoft-Software]]</div></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>[[Kategorie:DOS-Software]]</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>[[Kategorie:Windows-Software]]</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>[[Kategorie:Windows-Software]]</div></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>[[Kategorie:Historische Software]]</div></td> </tr> </table> Siegbert v2 https://de.wikipedia.org/w/index.php?title=CodeView&diff=190876724&oldid=prev Filzstift: HC: Entferne Kategorie:Microsoft; Ergänze Kategorie:Microsoft-Software 2019-07-30T09:00:54Z <p><a href="/wiki/Wikipedia:HC" class="mw-redirect" title="Wikipedia:HC">HC</a>: Entferne <a href="/wiki/Kategorie:Microsoft" title="Kategorie:Microsoft">Kategorie:Microsoft</a>; Ergänze <a href="/wiki/Kategorie:Microsoft-Software" title="Kategorie:Microsoft-Software">Kategorie:Microsoft-Software</a></p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 30. Juli 2019, 11:00 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 15:</td> <td colspan="2" class="diff-lineno">Zeile 15:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>&lt;references/&gt;</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>&lt;references/&gt;</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>[[Kategorie:Microsoft]]</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>[[Kategorie:Microsoft<ins style="font-weight: bold; text-decoration: none;">-Software</ins>]]</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>[[Kategorie:Windows-Software]]</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>[[Kategorie:Windows-Software]]</div></td> </tr> </table> Filzstift https://de.wikipedia.org/w/index.php?title=CodeView&diff=171607037&oldid=prev PM3: /* Einleitung */ breakpoints und anzeige von prozessorregistern gibt es auch bei debug.exe 2017-12-02T17:13:19Z <p><span class="autocomment">Einleitung: </span> breakpoints und anzeige von prozessorregistern gibt es auch bei debug.exe</p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 2. Dezember 2017, 19:13 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 1:</td> <td colspan="2" class="diff-lineno">Zeile 1:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>'''CodeView''' war ein textbasierter [[Debugger]] von [[Microsoft]] zum Debuggen von DOS-, Windows- und OS/2-Anwendungen.</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>'''CodeView''' war ein textbasierter [[Debugger]] von [[Microsoft]] zum Debuggen von DOS-, Windows- und OS/2-Anwendungen.</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>CodeView war nicht als separates Produkt erhältlich, sondern konnte nur als Beigabe zusammen mit den Microsoft-Compilern erworben werden; erstmals erhielt das im Jahr 1986 veröffentlichte [[Microsoft C]] 4.0 CodeView.&lt;ref&gt;{{Literatur |Autor=Charles Petzold |Titel=Microsoft C Compiler 4.0 Adds Full-Screen Debugger |Sammelwerk=PC Magazine |Band=5 |Nummer=16 |Datum=1986-09-30 |Seiten=38 |DOI=}}&lt;/ref&gt; Im Gegensatz zu älteren, sehr einfach gehaltenen Debuggern wie [[DEBUG.EXE]] <del style="font-weight: bold; text-decoration: none;">ist</del> CodeView<del style="font-weight: bold; text-decoration: none;"> ein vollwertiger Debugger, mit dem Programme auch während ihrer Laufzeit überwacht werden und das sowohl [[Breakpoint]]s als</del> auch das zeilenweise Durchlaufen des Quellcodes sowie die Überwachung von Variablen<del style="font-weight: bold; text-decoration: none;"> und Prozessorregistern unterstützte</del>. Standardmäßig teilte sich CodeView die Bildschirmausgabe mit dem auszuführenden Programm, allerdings konnte CodeView auch auf einem zweiten Bildschirm ausgeführt werden, wenn der Rechner dies unterstützte.</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>CodeView war nicht als separates Produkt erhältlich, sondern konnte nur als Beigabe zusammen mit den Microsoft-Compilern erworben werden; erstmals erhielt das im Jahr 1986 veröffentlichte [[Microsoft C]] 4.0 CodeView.&lt;ref&gt;{{Literatur |Autor=Charles Petzold |Titel=Microsoft C Compiler 4.0 Adds Full-Screen Debugger |Sammelwerk=PC Magazine |Band=5 |Nummer=16 |Datum=1986-09-30 |Seiten=38 |DOI=}}&lt;/ref&gt; Im Gegensatz zu älteren, sehr einfach gehaltenen Debuggern wie [[DEBUG.EXE]] <ins style="font-weight: bold; text-decoration: none;">ermöglicht</ins> CodeView auch das zeilenweise Durchlaufen des Quellcodes sowie die Überwachung von Variablen. Standardmäßig teilte sich CodeView die Bildschirmausgabe mit dem auszuführenden Programm, allerdings konnte CodeView auch auf einem zweiten Bildschirm ausgeführt werden, wenn der Rechner dies unterstützte.</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div><del style="font-weight: bold; text-decoration: none;">Das</del> <del style="font-weight: bold; text-decoration: none;">größte</del> Problem von CodeView waren die Einschränkungen von DOS: CodeView war wie jedes andere DOS-Programm auf die 640 KB konventioneller Speicher beschränkt und musste sich diese auch noch mit dem zu debuggenden Programm teilen, was das Debuggen speicherintensiver Programme erschwerte. Da DOS keinerlei Speicherschutz bot, konnten sich CodeView und das auszuführende Programm gegenseitig beeinflussen oder sich auch gegenseitig zum Absturz bringen. Anders war dies nur bei CodeView für [[OS/2]], der den Schutzmodus des [[80286]]-Prozessors nutzte, um vor anderen Anwendungen geschützt zu sein.</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div><ins style="font-weight: bold; text-decoration: none;">Ein</ins> <ins style="font-weight: bold; text-decoration: none;">großes</ins> Problem von CodeView waren die Einschränkungen von DOS: CodeView war wie jedes andere DOS-Programm auf die 640 KB konventioneller Speicher beschränkt und musste sich diese auch noch mit dem zu debuggenden Programm teilen, was das Debuggen speicherintensiver Programme erschwerte. Da DOS keinerlei Speicherschutz bot, konnten sich CodeView und das auszuführende Programm gegenseitig beeinflussen oder sich auch gegenseitig zum Absturz bringen. Anders war dies nur bei CodeView für [[OS/2]], der den Schutzmodus des [[80286]]-Prozessors nutzte, um vor anderen Anwendungen geschützt zu sein.</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Die letzte Version von CodeView war Version 4.1. Mit [[Visual C++]] wurde die Funktionalität von CodeView in die Entwicklungsumgebung integriert.</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Die letzte Version von CodeView war Version 4.1. Mit [[Visual C++]] wurde die Funktionalität von CodeView in die Entwicklungsumgebung integriert.</div></td> </tr> </table> PM3 https://de.wikipedia.org/w/index.php?title=CodeView&diff=171606201&oldid=prev 2003:8B:6E0C:F00:9C09:D27E:7F19:BEC6: AZ: Die Seite wurde neu angelegt: '''CodeView''' war ein textbasierter Debugger von Microsoft zum Debuggen von DOS-, Windows- un… 2017-12-02T16:37:51Z <p><a href="/wiki/Hilfe:Zusammenfassung_und_Quellen#Auto-Zusammenfassung" title="Hilfe:Zusammenfassung und Quellen">AZ</a>: Die Seite wurde neu angelegt: &#039;&#039;&#039;CodeView&#039;&#039;&#039; war ein textbasierter <a href="/wiki/Debugger" title="Debugger">Debugger</a> von <a href="/wiki/Microsoft" title="Microsoft">Microsoft</a> zum Debuggen von DOS-, Windows- un…</p> <p><b>Neue Seite</b></p><div>&#039;&#039;&#039;CodeView&#039;&#039;&#039; war ein textbasierter [[Debugger]] von [[Microsoft]] zum Debuggen von DOS-, Windows- und OS/2-Anwendungen.<br /> <br /> CodeView war nicht als separates Produkt erhältlich, sondern konnte nur als Beigabe zusammen mit den Microsoft-Compilern erworben werden; erstmals erhielt das im Jahr 1986 veröffentlichte [[Microsoft C]] 4.0 CodeView.&lt;ref&gt;{{Literatur |Autor=Charles Petzold |Titel=Microsoft C Compiler 4.0 Adds Full-Screen Debugger |Sammelwerk=PC Magazine |Band=5 |Nummer=16 |Datum=1986-09-30 |Seiten=38 |DOI=}}&lt;/ref&gt; Im Gegensatz zu älteren, sehr einfach gehaltenen Debuggern wie [[DEBUG.EXE]] ist CodeView ein vollwertiger Debugger, mit dem Programme auch während ihrer Laufzeit überwacht werden und das sowohl [[Breakpoint]]s als auch das zeilenweise Durchlaufen des Quellcodes sowie die Überwachung von Variablen und Prozessorregistern unterstützte. Standardmäßig teilte sich CodeView die Bildschirmausgabe mit dem auszuführenden Programm, allerdings konnte CodeView auch auf einem zweiten Bildschirm ausgeführt werden, wenn der Rechner dies unterstützte.<br /> <br /> Das größte Problem von CodeView waren die Einschränkungen von DOS: CodeView war wie jedes andere DOS-Programm auf die 640 KB konventioneller Speicher beschränkt und musste sich diese auch noch mit dem zu debuggenden Programm teilen, was das Debuggen speicherintensiver Programme erschwerte. Da DOS keinerlei Speicherschutz bot, konnten sich CodeView und das auszuführende Programm gegenseitig beeinflussen oder sich auch gegenseitig zum Absturz bringen. Anders war dies nur bei CodeView für [[OS/2]], der den Schutzmodus des [[80286]]-Prozessors nutzte, um vor anderen Anwendungen geschützt zu sein.<br /> <br /> Die letzte Version von CodeView war Version 4.1. Mit [[Visual C++]] wurde die Funktionalität von CodeView in die Entwicklungsumgebung integriert.<br /> <br /> Der größte Konkurrent von CodeView war der [[Turbo Debugger]] von [[Borland]].<br /> <br /> ==Weblinks==<br /> *[http://www.os2museum.com/files/docs/msc40/ms-c-4.0-codeview-1986.pdf Microsoft CodeView - Window-Oriented Debugger für the MS-DOS Operating System] (PDF, 10,6 MB)<br /> <br /> ==Einzelnachweise==<br /> &lt;references/&gt;<br /> <br /> [[Kategorie:Microsoft]]<br /> [[Kategorie:Windows-Software]]</div> 2003:8B:6E0C:F00:9C09:D27E:7F19:BEC6