Skip to main content

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

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 		 	   		  

Back to the top