From b383d327e80897156d492f6a62724bae0882ecd1 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Thu, 25 Nov 2021 14:51:53 +0100 Subject: [PATCH] fix a new line --- ynh-dev | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ynh-dev b/ynh-dev index 5165110..e4793e2 100755 --- a/ynh-dev +++ b/ynh-dev @@ -224,7 +224,8 @@ function use_git() echo "$current_ssowatconf" >> $ssowat_conf_file fi if [ ! -d "/ynh-dev/ZeroBraneStudio" ]; then - info "If you want to debug ssowat, you can clone https://github.com/pkulchenko/ZeroBraneStudio (There is a bug on the master branch, please use the tag 1.90 for now) into the ynh-dev directory of your host," info "open it, and open a file at the root of the ssowat project in ynh-dev directory, click on \"Project -> Project Directory -> Set From Current File\"." + info "If you want to debug ssowat, you can clone https://github.com/pkulchenko/ZeroBraneStudio (There is a bug on the master branch, please use the tag 1.90 for now) into the ynh-dev directory of your host," + info "open it, and open a file at the root of the ssowat project in ynh-dev directory, click on \"Project -> Project Directory -> Set From Current File\"." info "You can start the remote debugger with \"Project -> Start Debugger Server\"." info "Add the line \"require(\"mobdebug\").start('THE_IP_OF_YOUR_HOST_IN_THE_CONTAINER_NETWORK')\" at the top of the file access.lua and reload nginx in your container with \"systemctl reload nginx\"." info "After that you should be able to debug ssowat \o/. The debugger should pause the first time it reaches the line \"require(\"mobdebug\").start('...')\", but you can add breakpoints where needed."