<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [newbie] how to attach a debugger to ArchiCAD-Addons? in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/newbie-how-to-attach-a-debugger-to-ArchiCAD-Addons/m-p/53651#M8114</link>
    <description>&lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; &lt;BR /&gt;
Thats great!&lt;BR /&gt;
&lt;B&gt;Thank you very much!!!&lt;/B&gt;&lt;BR /&gt;
   &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
    <pubDate>Wed, 28 Sep 2005 10:13:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-09-28T10:13:09Z</dc:date>
    <item>
      <title>[newbie] how to attach a debugger to ArchiCAD-Addons?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/newbie-how-to-attach-a-debugger-to-ArchiCAD-Addons/m-p/53648#M8111</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;I am using Visual Studio to create ArchiCAD-Addons an I am looking for a way to use the debugger of Visual Studio for stepping through the addon-code at runtime.&lt;BR /&gt;&lt;BR /&gt;Has anyone a hint how to do so?&lt;BR /&gt;I am new to archicad-addon-programming and only created a minimal addon which shows a "hello World" message box after being launched.&lt;BR /&gt;&lt;BR /&gt;I have programmed plugins for Gimp and was able to attach the debugger to the process of the Plugin so that i was able to debug the code but i was not able to do so with a ArchiCAD-addon.&lt;BR /&gt;&lt;BR /&gt;I dont like using "printf"-debug-infos and really hope that someone has a hint how to use a real debugger for ArchiCAD-Addons.&lt;BR /&gt;&lt;BR /&gt;Or does anyone has recommendations how to debug addons?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;John&lt;/DIV&gt;</description>
      <pubDate>Mon, 07 Aug 2023 09:36:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/newbie-how-to-attach-a-debugger-to-ArchiCAD-Addons/m-p/53648#M8111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-07T09:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: [newbie] how to attach a debugger to ArchiCAD-Addons?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/newbie-how-to-attach-a-debugger-to-ArchiCAD-Addons/m-p/53649#M8112</link>
      <description>I know there is a tool to view strings printed by the method "OutputDebugString": &lt;A href="http://www.sysinternals.com/utilities/debugview.html" target="_blank"&gt;http://www.sysinternals.com/utilities/debugview.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
But I still hope some one has a hint how to use a real debugger.</description>
      <pubDate>Tue, 27 Sep 2005 10:15:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/newbie-how-to-attach-a-debugger-to-ArchiCAD-Addons/m-p/53649#M8112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-09-27T10:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: [newbie] how to attach a debugger to ArchiCAD-Addons?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/newbie-how-to-attach-a-debugger-to-ArchiCAD-Addons/m-p/53650#M8113</link>
      <description>You need to load compiled version your addon in the archicad's addon manager ( do not copy it but load where it is located after compilation ).&lt;BR /&gt;
Set path of your archicad.exe as executable for debug session.&lt;BR /&gt;
It is:&lt;BR /&gt;
- On the Debug Tab of the Project Settings for Visual Studio 6&lt;BR /&gt;
- On Debugging panel, Command field of the project properties for Visual Studio NET&lt;BR /&gt;
( or set it empty. Use browse to point the archiacd.exe when you will be asked at Debug start )&lt;BR /&gt;
&lt;BR /&gt;
After that you can use usual Debug Start (Go) for debugging. Archicad will start.&lt;BR /&gt;
Set breakpoint etc.</description>
      <pubDate>Tue, 27 Sep 2005 16:55:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/newbie-how-to-attach-a-debugger-to-ArchiCAD-Addons/m-p/53650#M8113</guid>
      <dc:creator>Oleg</dc:creator>
      <dc:date>2005-09-27T16:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: [newbie] how to attach a debugger to ArchiCAD-Addons?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/newbie-how-to-attach-a-debugger-to-ArchiCAD-Addons/m-p/53651#M8114</link>
      <description>&lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; &lt;BR /&gt;
Thats great!&lt;BR /&gt;
&lt;B&gt;Thank you very much!!!&lt;/B&gt;&lt;BR /&gt;
   &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Wed, 28 Sep 2005 10:13:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/newbie-how-to-attach-a-debugger-to-ArchiCAD-Addons/m-p/53651#M8114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-09-28T10:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: [newbie] how to attach a debugger to ArchiCAD-Addons?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/newbie-how-to-attach-a-debugger-to-ArchiCAD-Addons/m-p/53652#M8115</link>
      <description>Thank Oleg &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Tue, 24 Jun 2008 11:08:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/newbie-how-to-attach-a-debugger-to-ArchiCAD-Addons/m-p/53652#M8115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-24T11:08:30Z</dc:date>
    </item>
  </channel>
</rss>

