Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] how to use Control Flow Graph View

I figured out a way: right click on the org.eclipse.cdt.codan.ui.cfgview
 project, Run As -> Eclipse Application. The resulting application 
has the view available.

Thanks,
Nate

----------------------------------------
> From: zeratul976@xxxxxxxxxxx
> To: elaskavaia.cdt@xxxxxxxxx
> Subject: RE: [cdt-dev] how to use Control Flow Graph View
> Date: Mon, 16 Feb 2015 06:40:08 +0000
>
> How do I load it into a debug instance?
>
> Thanks,
> Nate
>
> ________________________________
>> Date: Sun, 15 Feb 2015 12:55:54 -0500
>> From: elaskavaia.cdt@xxxxxxxxx
>> To: cdt-dev@xxxxxxxxxxx
>> Subject: Re: [cdt-dev] how to use Control Flow Graph View
>>
>> This view is not for the users. Its park of the cdt SDK. I am not sure
>> it is actually made into sdk list of plugins though because normally
>> when I use it,
>> it is checked out
>> from sources and just loaded in debug instance.
>>
>> On Sat, Feb 14, 2015 at 11:47 PM, Nathan Ridge
>> <zeratul976@xxxxxxxxxxx<mailto:zeratul976@xxxxxxxxxxx>> wrote:
>> I notice we have a view that visualizes the control flow graph for
>> functions
>> (org.eclipse.cdt.codan.ui.cfgview.views.ControlFlowGraphView).
>>
>> However, in a CDT installation, I do not see it in the list of views
>> shown in Window -> Show View -> Other.
>>
>> How do I enable/use this view?
>>
>> I noticed that org.eclipse.cdt.codan.ui.cfgview/plugin.xml had a typo
>> in it, and I submitted a patch to fix it
>> (https://git.eclipse.org/r/#/c/41872/). However, even with this patch I
>> do not see the view.
>>
>> Is there some additional configuration/hookup required to use it?
>>
>> Thanks,
>> Nate
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@xxxxxxxxxxx<mailto:cdt-dev@xxxxxxxxxxx>
>> To change your delivery options, retrieve your password, or unsubscribe
>> from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>
>>
>> _______________________________________________ cdt-dev mailing list
>> cdt-dev@xxxxxxxxxxx To change your delivery options, retrieve your
>> password, or unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
 		 	   		  

Back to the top