]> lifelog.hopto.org Git - PerlCNF.git/commitdiff
Added debugging howto instructions for vscode editor.
authorWill Budic <redacted>
Tue, 25 Jun 2024 02:17:12 +0000 (12:17 +1000)
committerWill Budic <redacted>
Tue, 25 Jun 2024 02:17:12 +0000 (12:17 +1000)
tests/TestManager.pm

index 9e8bb7a18df024fbd6572a9563a961c810e47128..637e16bcba1e69f33e9fb009fb76dc29dd13cdcd 100644 (file)
@@ -321,4 +321,21 @@ Documentation : Specifications_For_CNF_ReadMe.md
     So it could not be the actual or current version, can vary or has been modiefied for what ever purpose in another project.
     Please leave source of origin in this file for future references.
 Open Source Code License -> https://github.com/wbudic/PerlCNF/blob/master/ISC_License.md
-=cut copyright
\ No newline at end of file
+=cut copyright
+
+###
+# To debug in vscode you need the extension LanguageServer and Debuger by Gerald Richter
+# the optional Perl Navigator uses also the LanguagerServer but isn't one.
+# To debug in vs code the local use lib ... have to be commented out.
+# Do not forget to uncoment them when commiting or using outside of vscode.
+# Setup settings.json now too.
+#
+# Here is LanguageServer settings example for settings.json
+# requires full paths for Gerald's extension because it is dumb to reslove this.
+#
+# "perl.perlInc": [
+#     "/home/will/dev_new/PerlCNF/tests",
+#     "/home/will/dev_new/PerlCNF/system/modules"
+# ]
+# 
+###
\ No newline at end of file