Difference between revisions of "Zynthian Webconf debug with Visual Studio Code (VSC)"

From ZynthianWiki
Jump to navigation Jump to search
Line 27: Line 27:
  
 
Firstly we need to add the extensions.
 
Firstly we need to add the extensions.
[[File:Vsc_extensions.png|thumb|center|600px]]
+
[[File:Vsc_extensions.png|thumb|center|800px]]
  
 
activated by the cog in the bottom left hand corner of the Visual Studio Code interface
 
activated by the cog in the bottom left hand corner of the Visual Studio Code interface
  
[[File:Vsc remote explorer dialog.png|thumb|center]]
+
[[File:Vsc remote explorer dialog.png|thumb|center|800px]]
 
we enter the command we will use to access the remote zynthian which is ssh....
 
we enter the command we will use to access the remote zynthian which is ssh....
  
 
And login using the machines root password.
 
And login using the machines root password.
  
[[File:Zynthian-sys-security.png|thumb |center]]
+
[[File:Zynthian-sys-security.png|thumb |center|800px]]
  
  
  
[[File:Vsc_remote_explorer_add_new.png|thumb|center]]
+
[[File:Vsc_remote_explorer_add_new.png|thumb|center|800px]]
  
[[File:Vsc_remote_explorer_dialog.png|thumb|center]]
+
[[File:Vsc_remote_explorer_dialog.png|thumb|center|800px]]
  
[[File:Vsc remote explorer zynthian-orig.png|thumb|center]]
+
[[File:Vsc remote explorer zynthian-orig.png|thumb|center|800px]]
  
[[File:Vsc remote explorer first login.png|thumb|center]]
+
[[File:Vsc remote explorer first login.png|thumb|center|800px]]
  
[[File:Vsc-remote explorer password.png|thumb|center]]
+
[[File:Vsc-remote explorer password.png|thumb|center|800px]]
  
[[File:Vsc setting up remote server.png|thumb|center]]
+
[[File:Vsc setting up remote server.png|thumb|center|800px]]
  
[[File:Vsc connected.png|thumb|center]]
+
[[File:Vsc connected.png|thumb|center|800px]]
  
[[File:Vsc remote explorer connect to host.png|thumb|center]]
+
[[File:Vsc remote explorer connect to host.png|thumb|center|800px]]
  
 
== Selecting the home directory on the Remote server ==
 
== Selecting the home directory on the Remote server ==

Revision as of 17:08, 11 January 2022

Debugging Webconf with Visual Studio Code

This is presented as an example of how a Visual Studio Code can be used to examine a component of the zynthian sub system as it runs using the Visual studio Code extensions, python & remote-ssh. These are loaded using the cog dialog at the bottom of the vsc code page.


Vsc extentions detail.png

Once you have these components added you can attempt to log onto an existing Zynthian from your PC, MAC, or linux machine, just so long as it's capable of running Visual Studio Code. In my own case I have it running on a 64 bit Raspbian instance, and I had to build it from source to get it running which is a degree of proof of the overall flexibility of what is after all a Microsoft product!

I also tend to add the git-graph extension.

Zynthian git graph

The ssh connection

The addition of the remote component adds the Remote Explorer element

Vsc remote explorer section.png

I already have a couple of remote zynthians in the machine and VSC is pretty tenacious at hanging onto remote instances it knows about. But we will try to add a new machine.

I have a zynthian called zynthian-orig.local. It's actually a genuine zynthian product running a Pi3 and no membrane switches and some fairly simplistic interface. Indeed it has to be disassembled to change the ssd. Such were the early days.!

Zynthian-orig.local

1 Visual Studio Code Configure.

Firstly we need to add the extensions.

Vsc extensions.png

activated by the cog in the bottom left hand corner of the Visual Studio Code interface

Vsc remote explorer dialog.png

we enter the command we will use to access the remote zynthian which is ssh....

And login using the machines root password.

Zynthian-sys-security.png


Vsc remote explorer add new.png
Vsc remote explorer dialog.png
Vsc remote explorer zynthian-orig.png
Vsc remote explorer first login.png
Vsc-remote explorer password.png
Vsc setting up remote server.png
Vsc connected.png
Vsc remote explorer connect to host.png

2 Selecting the home directory on the Remote server

Vsc open a folder.png
Vsc select folder default.png
Vsc select folder zynthian webconf.png
Vsc zynthian webconf head.png

3 Running the Debugger

Vsc start debugging.png
Vsc remote installing.png
Vsc debug selection.png
Vsc already in use.png

4 Turning off Running Webconf instance

Vsc address already in use with stop.png
Vsc stop webconf systemd.png
Zynthian dead webconf.png

5 Now Start the debugger...

Zynthian-orig running midi.png
Vsc debug line 132.png
Vsc debug stepover.png