<?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 Inspecting from install location in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Inspecting-from-install-location/m-p/747053#M2439</link>
    <description>I would really like to use this to help improve a c++ browser plugin. Attaching would make this easier. We have tried the commandline start of the browsr and that will occasionally work, but most the time it cannot handle the browsers massive memory foot print and crashes (even hard crashing the box. Win7-64 12G ram) &lt;BR /&gt;&lt;BR /&gt;Is there a way to "defer" inspection? like start in ignore mode until it comes across a marker I could place in our code?</description>
    <pubDate>Sat, 28 Jan 2012 22:03:48 GMT</pubDate>
    <dc:creator>Jeff_Shanab</dc:creator>
    <dc:date>2012-01-28T22:03:48Z</dc:date>
    <item>
      <title>Inspecting from install location</title>
      <link>https://community.intel.com/t5/Software-Archive/Inspecting-from-install-location/m-p/747048#M2434</link>
      <description>Visual studio has a nasty habit of dropping build products into the source directory, it is an awful policy but easily defeated. &lt;BR /&gt;&lt;BR /&gt;Is there a way to attach to a process with the Inspector product? The problem is that currently I run the inspector by setting the debug and working directories tot he install location and then start the inspect wizard. &lt;BR /&gt;&lt;BR /&gt;Other than the annoying "code has been modified" warning, this seems to work. But after the demo was up and I bought a copy, I do see a lot of cases where it cannot find the source as "it has no stack frames".&lt;BR /&gt;&lt;BR /&gt;I have been taking this to mean the object destructed by the time the inspector ran, but could it be the running it out of the install directory? This is a real program and it requires all the stuff from the install. It seems like I might be doing something wrong, this feels klugey&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jan 2012 22:16:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Inspecting-from-install-location/m-p/747048#M2434</guid>
      <dc:creator>Jeff_Shanab</dc:creator>
      <dc:date>2012-01-09T22:16:38Z</dc:date>
    </item>
    <item>
      <title>Inspecting from install location</title>
      <link>https://community.intel.com/t5/Software-Archive/Inspecting-from-install-location/m-p/747049#M2435</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1326158481531="55" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=549514" href="https://community.intel.com/en-us/profile/549514/" class="basic"&gt;Jeff Shanab&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;EM&gt;Visual studio has a nasty habit of dropping build products into the source directory, it is an awful policy but easily defeated.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt; [&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;] By default '&lt;STRONG&gt;..\Debug&lt;/STRONG&gt;' and '&lt;STRONG&gt;..\Release&lt;/STRONG&gt;' foldersare used and that Microsoft's policy is at&lt;BR /&gt; least &lt;SPAN style="text-decoration: underline;"&gt;15+ years old&lt;/SPAN&gt;. I'm sorry to hear that you have some problems with it and these folders&lt;BR /&gt; could be easily changed using a&lt;STRONG&gt;Project Properties&lt;/STRONG&gt; dialog box.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Is there a way to attach to a process with the Inspector product? The problem is that currently I run the inspector by setting the debug and working directories tot he install location and then start the inspect wizard. &lt;BR /&gt;&lt;BR /&gt;Other than the annoying "code has been modified" warning, this seems to work. But after the &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;demo&lt;/STRONG&gt;&lt;/SPAN&gt; was &lt;BR /&gt;&lt;BR /&gt; &lt;/EM&gt;[&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;] Is it a &lt;STRONG&gt;Demo&lt;/STRONG&gt; builtin a&lt;STRONG&gt;Debug&lt;/STRONG&gt; configuration or in a&lt;STRONG&gt;Release&lt;/STRONG&gt; configuration?&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;up and I bought a copy, I do see a lot of cases where it cannot find the source as "it has no stack frames".&lt;BR /&gt;...&lt;BR /&gt;&lt;/EM&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2012 01:34:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Inspecting-from-install-location/m-p/747049#M2435</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-01-10T01:34:37Z</dc:date>
    </item>
    <item>
      <title>Inspecting from install location</title>
      <link>https://community.intel.com/t5/Software-Archive/Inspecting-from-install-location/m-p/747050#M2436</link>
      <description>First of all let me say this is hands down the best tool of this type I have seen!&lt;BR /&gt;&lt;BR /&gt;I have changed the build locations, but that is not the same as an installed location. It is important that other subdirectories of dll's, config files and all exist. So back some questions.&lt;BR /&gt;&lt;BR /&gt;Is there a way to attach to a process like Visual Studio permits.&lt;BR /&gt;What can cause the "it has no stack frames", The licensed product is being run against the exact same debug build as the demo(unlicensed) inspector was.&lt;BR /&gt;What does it use to determine this build state, Visual studio does not throw this warning for debug or attach to process.</description>
      <pubDate>Wed, 11 Jan 2012 15:35:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Inspecting-from-install-location/m-p/747050#M2436</guid>
      <dc:creator>Jeff_Shanab</dc:creator>
      <dc:date>2012-01-11T15:35:59Z</dc:date>
    </item>
    <item>
      <title>Inspecting from install location</title>
      <link>https://community.intel.com/t5/Software-Archive/Inspecting-from-install-location/m-p/747051#M2437</link>
      <description>Hi Jeff&lt;BR /&gt;&lt;BR /&gt;Thanks for the kind words about Parallel Inspector; much appreciated.&lt;BR /&gt;&lt;BR /&gt;Currently, we have no mechanism for Inspector to attach to a running process. See &lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=80617"&gt;http://software.intel.com/en-us/forums/showthread.php?t=80617&lt;/A&gt; for a discussion of why.&lt;BR /&gt;&lt;BR /&gt;I'm not quite sure I understand the issue you are facing, since Inspector should be able to track back to source code as long as you have compiled with debug information turned on. I do not think this is related to the location of the install directory.&lt;BR /&gt;&lt;BR /&gt;See &lt;A href="http://software.intel.com/en-us/articles/intel-inspector-xe-2011-controlling-analysis-cost/"&gt;http://software.intel.com/en-us/articles/intel-inspector-xe-2011-controlling-analysis-cost/&lt;/A&gt; for a discussion of how Inspector XE manages the stack frame depth. Perhaps that is the cause of what you are seeing.&lt;BR /&gt;&lt;BR /&gt;You could also submit an issue in Premier support and we'll try to get to the bottom of it.&lt;BR /&gt;&lt;BR /&gt;Jay&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jan 2012 16:47:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Inspecting-from-install-location/m-p/747051#M2437</guid>
      <dc:creator>Jayant_D_Intel</dc:creator>
      <dc:date>2012-01-11T16:47:30Z</dc:date>
    </item>
    <item>
      <title>Inspecting from install location</title>
      <link>https://community.intel.com/t5/Software-Archive/Inspecting-from-install-location/m-p/747052#M2438</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1326375982218="55" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=549514" href="https://community.intel.com/en-us/profile/549514/" class="basic"&gt;Jeff Shanab&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;...&lt;BR /&gt;What can cause the "it has no stack frames"&lt;BR /&gt;...&lt;/I&gt;&lt;/DIV&gt;&lt;BR /&gt;- An executable or a DLL is built in a &lt;STRONG&gt;Release&lt;/STRONG&gt; configuration&lt;BR /&gt;- There is noa '&lt;STRONG&gt;pdb&lt;/STRONG&gt;'-file ( MS Program Database )for a &lt;STRONG&gt;Module&lt;/STRONG&gt; you're trying to debug&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;PS:&lt;/STRONG&gt;&lt;BR /&gt;With a &lt;STRONG&gt;Visual Studio&lt;/STRONG&gt; you could use two techniques for debugging:&lt;BR /&gt;&lt;BR /&gt;- From an &lt;STRONG&gt;Installer&lt;/STRONG&gt; down to some &lt;STRONG&gt;Module&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;- From a &lt;STRONG&gt;Module&lt;/STRONG&gt; with an &lt;STRONG&gt;Installer&lt;/STRONG&gt; &lt;SPAN style="text-decoration: underline;"&gt;set as a host-application&lt;/SPAN&gt; in:&lt;BR /&gt;&lt;BR /&gt; 'Configuration Properties' -&amp;gt; 'Debugging' -&amp;gt; '&lt;SPAN style="text-decoration: underline;"&gt;Command&lt;/SPAN&gt;'&lt;BR /&gt;&lt;BR /&gt; In '&lt;SPAN style="text-decoration: underline;"&gt;Command&lt;/SPAN&gt;' you can specify a path to your &lt;STRONG&gt;Installer&lt;/STRONG&gt;( as &lt;STRONG&gt;exe&lt;/STRONG&gt; or &lt;STRONG&gt;msi&lt;/STRONG&gt; ) then put at least one breakpoint&lt;BR /&gt; in a &lt;STRONG&gt;Module&lt;/STRONG&gt;, for example in case of a DLL in &lt;STRONG&gt;DllMain&lt;/STRONG&gt; function, and then hit '&lt;STRONG&gt;F10&lt;/STRONG&gt;'. That way allows to&lt;BR /&gt; debug even Windows services or an MS SQL Server.&lt;/DIV&gt;</description>
      <pubDate>Thu, 12 Jan 2012 14:13:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Inspecting-from-install-location/m-p/747052#M2438</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-01-12T14:13:44Z</dc:date>
    </item>
    <item>
      <title>Inspecting from install location</title>
      <link>https://community.intel.com/t5/Software-Archive/Inspecting-from-install-location/m-p/747053#M2439</link>
      <description>I would really like to use this to help improve a c++ browser plugin. Attaching would make this easier. We have tried the commandline start of the browsr and that will occasionally work, but most the time it cannot handle the browsers massive memory foot print and crashes (even hard crashing the box. Win7-64 12G ram) &lt;BR /&gt;&lt;BR /&gt;Is there a way to "defer" inspection? like start in ignore mode until it comes across a marker I could place in our code?</description>
      <pubDate>Sat, 28 Jan 2012 22:03:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Inspecting-from-install-location/m-p/747053#M2439</guid>
      <dc:creator>Jeff_Shanab</dc:creator>
      <dc:date>2012-01-28T22:03:48Z</dc:date>
    </item>
    <item>
      <title>Inspecting from install location</title>
      <link>https://community.intel.com/t5/Software-Archive/Inspecting-from-install-location/m-p/747054#M2440</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1327884570046="55" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=549514" href="https://community.intel.com/en-us/profile/549514/" class="basic"&gt;Jeff Shanab&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;EM&gt;I would really like to use this to help improve a c++ browser plugin. Attaching would make this easier. We have tried the commandline start of the browsr and that will occasionally work, but most the time it cannot handle the browsers &lt;SPAN style="text-decoration: underline;"&gt;massive memory foot print&lt;/SPAN&gt; and crashes (even hard crashing the box. Win7-64 12G ram) &lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt; [&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;] Hi Jeff and thank you for explaining that you're developing a C++ browser plugin.&lt;BR /&gt;&lt;BR /&gt; I have been involved in two similar projects, but we &lt;SPAN style="text-decoration: underline;"&gt;only&lt;/SPAN&gt;used &lt;SPAN style="text-decoration: underline;"&gt;Visual Studios&lt;/SPAN&gt; for&lt;BR /&gt; debugging.We used &lt;STRONG&gt;VS98&lt;/STRONG&gt; and&lt;STRONG&gt;VS2005&lt;/STRONG&gt; and we didn't do any inspections with a 3rd party&lt;BR /&gt; software, like &lt;STRONG&gt;InspectorXE&lt;/STRONG&gt;.Debugging ofthese plugins,with &lt;STRONG&gt;IE&lt;/STRONG&gt; as a host application,&lt;BR /&gt; worked well. I don't remember any problems related to debugging.&lt;BR /&gt; The 1st project was very simple, but the 2nd one was over-complicated and without&lt;BR /&gt; debugging it was impossible to stabilize it.&lt;BR /&gt;&lt;BR /&gt; Did you try to analyze what &lt;STRONG&gt;IE&lt;/STRONG&gt; options could affectits 'massive memory footprint'?&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Is there a way to "defer" inspection? like start in ignore mode until it comes across a marker I could place in our code?&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2012 01:08:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Inspecting-from-install-location/m-p/747054#M2440</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-01-30T01:08:31Z</dc:date>
    </item>
  </channel>
</rss>

