All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rc.plugin.debugger.default.cockpit.plugins.debugger.DebuggerPlugin.rc.xml Maven / Gradle / Ivy

The newest version!




	Debugger
	Debugs processes
	
		../../images/plugins/debugger.png
	
	features.debugger

	
	

	
	
		menuroot
		ModelerPage
		menu
		_Debugger
		551
	

	
		menu.debugger
		ModelerPage
		group
		10
	

	
		menu.debugger
		ModelerPage
		group
		20
	

	
		menu.debugger
		ModelerPage
		group
		30
	

	

	
	
		menu.debugger.breakpoint
		ModelerPage
		Break on _Top Level
		Break on all top level initial nodes
		21
		
			../../images/toolbar/debugger/togglebreakpoint.png
		
	

	
		menu.debugger.breakpoint
		ModelerPage
		Break on _Workflow
		Break after a workflow task has been accepted by a user
		22
		
			../../images/toolbar/debugger/togglebreakpoint.png
		
	

	
		menu.debugger.breakpoint
		ModelerPage
		Break on E_xception
		Break on all exceptions
		23
		
			../../images/toolbar/debugger/togglebreakpoint.png
		
	

	
		menu.debugger.breakpoint
		ModelerPage
		Toggle _Breakpoints
		Toggle the breakpoints of the selected objects
		24
		
			../../images/toolbar/debugger/togglebreakpoint.png
		
		F9
	

	
		menu.debugger.breakpoint
		ModelerPage
		Clear _all Breakpoints
		Clear all breakpoints
		25
		
			../../images/toolbar/debugger/clearall.png
		
		S-F9
	

	
	
		menu.debugger.step
		ModelerPage
		Step _Next
		Step to the next event
		30
		
			../../images/toolbar/debugger/stepnext.png
		
		F5
	

	
		menu.debugger.step
		ModelerPage
		Step _Into
		Step into a component
		31
		
			../../images/toolbar/debugger/stepinto.png
		
		S-F5
	

	
		menu.debugger.step
		ModelerPage
		Step _Over
		Step over a component
		32
		
			../../images/toolbar/debugger/stepover.png
		
		F6
	

	
		menu.debugger.step
		ModelerPage
		Step O_ut
		Step out of the current process
		33
		
			../../images/toolbar/debugger/stepout.png
		
		F7
	

	
		menu.debugger.step
		ModelerPage
		_Resume
		Resumes a halted process
		35
		
			../../images/toolbar/debugger/resume.png
		
		F8
	

	
		menu.debugger.step
		ModelerPage
		_Stop
		Terminate a halted process
		36
		
			../../images/toolbar/debugger/stop.png
		
		S-F8
	

	
	
		Toggle _Breakpoint
		Turn the breakpoint on or off
		20
		
			../../images/toolbar/debugger/togglebreakpoint.png
		
	

	
		Step _Until
		Step until the selected position
		23
		
			../../images/toolbar/debugger/stepuntil.png
		
	

	
	
		Autosave
		Autosave enabled
		Automatically saves all modified objects (processes) when issueing a run or step command in the debugger
		option.debugger
		1
	

	
		Skip System model processes
		Skip processes of the System model in single step mode
		Skips any processes that are located in the System model when performing a single step (step next/step over) in the debugger
		option.debugger
		5
	

	
		Control link trace mode
		Determines how control links should be handled by the 'Step Next' command
		option.debugger
		6
	

	
		Data link trace mode
		Determines how data links should be handled by the 'Step Next' command
		option.debugger
		7
	

	
		Debugger id
		Id that associates the debugger with a particular session. Must be specified as request parameter '_debuggerid' in the HTTP request URL. If not specified, an id like 'Deb1', 'Deb2', ... will be generated.
		option.debugger
		8
	

	
	Skip link
	Stop at link target
	Show link animation and stop at link target
	Show link animation and continue execution

	
	
		In order to run a process, you need to specify the URL of your application server in the options dialog first.
		The debugger service is currently not available.

Make sure that the $(openbp.application.title) engine has been started and that the RMI ports 
specified in the Server.properties and Cockpit.properties files match.

Start the $(openbp.application.title) engine and press the 'Reload' button (CTRL+r) in the Cockpit in order to connect to it.
	






© 2015 - 2024 Weber Informatics LLC | Privacy Policy