DlangIDE

Vadim Lopatin via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Mar 2 22:10:07 PST 2015


On Monday, 2 March 2015 at 10:28:54 UTC, Vadim Lopatin wrote:
> On Sunday, 1 March 2015 at 10:16:32 UTC, Rainer Schuetze wrote:
>>
>>
>> On 28.02.2015 10:50, Vadim Lopatin wrote:
>>>>
>>>> I suspect that is implemented by the Visual Studio debugger. 
>>>> Have you
>>>> tried creating an IDebugPortSupplier2?
>>>> https://msdn.microsoft.com/en-us/library/bb145819.aspx
>>>>
>>>> It might also only be possible from within Visual Studio, 
>>>> though. To
>>>> host a debug engine you might have to implement these 
>>>> yourself...
>>>
>>> To create IDebugPortSupplier2, I need at least GUID for class
>>> implementing it.
>>
>> You can find some in the registry, e.g.: 
>> HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0_Config\AD7Metrics\Engine\{3B476D35-A401-11D2-AAD4-00C04F990171}\PortSupplier
>>
>> I guess you can only create them while running inside Visual 
>> Studio, so that might not really help any further...
> Tried several CLSIDs from registry, but always getting 
> REGDB_E_CLASSNOTREG

Trying to use same approach as in MagoWrapper as suggested by 
michaelc37
http://forum.dlang.org/thread/mchmzlgdnzmcgwiticwh@forum.dlang.org#post-zeqckcayqzkpsfxhznlz:40forum.dlang.org


More information about the Digitalmars-d-announce mailing list