<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[problem mit BREAKPOINT]]></title><description><![CDATA[<p>Hi.</p>
<p>habe hier ne ganz kurze frage. sobald ich in meinem programm einen breakpoint einfüge und der compiler gelangt an diesen punkt, dann öffnet sich ein DISASSEMBLY-fenster, in dem soetwas wie folgt steht:</p>
<pre><code class="language-cpp">0048704D  rep stos    dword ptr es:[edi] 
0048704F  pop         ecx  
00487050  mov         dword ptr [ebp-8],ecx 
00487053  xor         al,al 
00487055  pop         edi  
00487056  pop         esi  
00487057  pop         ebx  
00487058  mov         esp,ebp 
0048705A  pop         ebp
</code></pre>
<p>was ist da in meinem projekt (msvc 8.0 prof) falsch eingestellt?</p>
<p>STICK.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/168143/problem-mit-breakpoint</link><generator>RSS for Node</generator><lastBuildDate>Fri, 01 May 2026 07:53:34 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/168143.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 19 Dec 2006 06:34:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to problem mit BREAKPOINT on Tue, 19 Dec 2006 06:34:11 GMT]]></title><description><![CDATA[<p>Hi.</p>
<p>habe hier ne ganz kurze frage. sobald ich in meinem programm einen breakpoint einfüge und der compiler gelangt an diesen punkt, dann öffnet sich ein DISASSEMBLY-fenster, in dem soetwas wie folgt steht:</p>
<pre><code class="language-cpp">0048704D  rep stos    dword ptr es:[edi] 
0048704F  pop         ecx  
00487050  mov         dword ptr [ebp-8],ecx 
00487053  xor         al,al 
00487055  pop         edi  
00487056  pop         esi  
00487057  pop         ebx  
00487058  mov         esp,ebp 
0048705A  pop         ebp
</code></pre>
<p>was ist da in meinem projekt (msvc 8.0 prof) falsch eingestellt?</p>
<p>STICK.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1194430</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1194430</guid><dc:creator><![CDATA[stick_thai]]></dc:creator><pubDate>Tue, 19 Dec 2006 06:34:11 GMT</pubDate></item><item><title><![CDATA[Reply to problem mit BREAKPOINT on Tue, 19 Dec 2006 08:51:47 GMT]]></title><description><![CDATA[<p>Vermutlich ist das Programm an einem Punkt stehengeblieben, zu dem es keine Debug-Informationen hat (ala &quot;zu welcher Zeile welcher Quelldatei gehört das aktuelle Code-Stückchen?&quot;), also kann die der Debugger nur den Assambler-Code präsentieren.</p>
<blockquote>
<p>was ist da in meinem projekt (msvc 8.0 prof) falsch eingestellt?</p>
</blockquote>
<p>Randbemerkung: Die Experten für MSVC findest du eher im MFC-Board <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1194479</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1194479</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Tue, 19 Dec 2006 08:51:47 GMT</pubDate></item><item><title><![CDATA[Reply to problem mit BREAKPOINT on Wed, 20 Dec 2006 20:38:24 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=403" rel="nofollow">HumeSikkins</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=1" rel="nofollow">MFC (Visual C++)</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1195686</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1195686</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Wed, 20 Dec 2006 20:38:24 GMT</pubDate></item></channel></rss>