Changes

Jump to navigation Jump to search
Line 231: Line 231:     
Admin Tasks
 
Admin Tasks
 +
 +
====What should I do before starting VSC?====
 +
 +
Check the VNC connection from your Host machine's browser to the zynthian , by selecting VNC
    
====How do I set up VSC to use the debugger?====
 
====How do I set up VSC to use the debugger?====
Line 272: Line 276:  
}
 
}
   −
<br clear=all>
      
This allows two different configurations to be used for debugging with different levels of Log reporting.
 
This allows two different configurations to be used for debugging with different levels of Log reporting.
 +
 +
====How do I stop the zynthian from within VSC?====
 +
 +
Once you have a remote terminal within VSC running you type
 +
systemctl stop zynthian. 
 +
 +
This will stop the zynthian process, and your GUI Screen will disappear and the zynth wont make any sound. ( well it shouldn't). other processes like webconf will continue to work so we only need to restart the zynthian from within VSC to allow us access to VSC debugging facilities.
 +
 +
====How do I re-allocate the screen?====
 +
After typing systemctl stop zynthian
 +
 +
type:
 +
X -r -s 0
 +
 +
This sorts out the graphics subsystem to work in the debugging situation.
 +
 +
====How do I actually start the VSC Debugger?====
 +
 +
Simply press the Debug Green Arrow  button
 +
 +
<br clear=all>
    
==== How do I tell the world about my contribution...? ====
 
==== How do I tell the world about my contribution...? ====
679

edits

Navigation menu