The zynthian has specific setup elements that allow the system to run properly these are outlined in a file called launch.json which VSC generates in a directory all .vscode
+
The zynthian has specific setup elements that allow the system to run properly. These are outlined in a file called launch.json which VSC can generate if requested but can be manually created in a directory /zynthian/zynthian-ui/.vscode
−
This is what you should probably load in there instead of the default.
+
Here is an example launc.json for debugging zynthian:
{
{
Line 283:
Line 283:
−
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?====
====How do I stop the zynthian from within VSC?====