Line 163:
Line 163:
So to stop a running zynthian you issue the first of these and this will tell systemd to ignore the restart so you can take over the running of it.
So to stop a running zynthian you issue the first of these and this will tell systemd to ignore the restart so you can take over the running of it.
+
+
==== How do I start a X11 windows server so I can run the code in a debugger? ====
+
+
Once you have stopped the zynthian process you can start it within the VSC debugger which is a good thing, but to allow this to happen you have to start the X11 Windows server to allow you to have something to connect to.
+
+
To do this in the window you typed systemctl stop zynthian type
+
+
X r-r -s 0
+
+
You can then start the Debuuger in VSC.
==== How do I tell the world about my contribution...? ====
==== How do I tell the world about my contribution...? ====