Click or drag to resize

GraphViewerShowVcgGraph Method

Shows the graph dumped in vcg format with the renderer specified by programName (typically yComp), plus the arguments. The .vcg file is deleted if !keep (the return value is the filename of the vcg file).

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public static string ShowVcgGraph(
	DebuggerGraphProcessingEnvironment debuggerProcEnv,
	string debugLayout,
	string programName,
	string arguments,
	bool keep
)

Parameters

debuggerProcEnv
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerDebuggerGraphProcessingEnvironment
debugLayout
Type: SystemString
programName
Type: SystemString
arguments
Type: SystemString
keep
Type: SystemBoolean

Return Value

Type: String
See Also