- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Debugging can be done using Microsoft Debugging Tools.
- You might want to consider IDA Pro as well.
Finally, you should be able to debug assembler code from Visual Studio as well provided that you get a version which supports the instruction sets that you require.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your question.
==
Aubrey W.
Intel Software Network Support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'll restate the question differently. What software do Intel employees use to assemble and debug software on their Intel 2010 Core 64-bit processors? Is it commercially available? Also, does the Intel C++ Compiler include an assembler and debugger? I don't need to mix it with C or C++ code "inline", just need to assemble and debug with register tracking and trace.
Thanks,
Keith Strain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You may use Intel debugger for debugging in general and investigating the register values for latest Intel processors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is Intel Debugger a separate product or included in the C/C++ compiler suite? I don't recall Intel Debugger listed as a product.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you. Is there anything for debugging assembly language from Intel that runs under Windows 64?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Debugging can be done using Microsoft Debugging Tools.
- You might want to consider IDA Pro as well.
Finally, you should be able to debug assembler code from Visual Studio as well provided that you get a version which supports the instruction sets that you require.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much for your response. IDA Pro is somewhat expensive so I went for Microsoft Debugging Tools. I was able to use Windbg and disassemble and trace my code. There is one difficulty with the package in that it claims it couldn't find the symbols after setting up the correct symbol path, but they are there. By typing U(symbolname) it will disassemble the code showing it's location.
Your help is appreciated.
Keith Strain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page