Skip to content

Commit 52e80f0

Browse files
committed
Update readme file section on known issues
1 parent 6278d4b commit 52e80f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ Code issues detected when running the "Make - Check" or "Make - Circular" comman
305305

306306
On Windows systems, the file paths on the "Problems" pane may not be relative to the workspace directory depending on the Prolog backend. This is a consequence of some backends "normalizing" file paths in a way that seem to break VSCode computing of the relative paths. E.g. paths are relative when using GNU Prolog but absolute when using SWI-Prolog or SICStus Prolog.
307307

308+
On Windows systems, when using backends that "normalize" file paths (e.g. SWI-Prolog and SICStus Prolog), it's currently not possible to use the "Run" menu items to set breakpoints.
309+
308310
On Windows systems, some Prolog backends such as ECLiPSe and XSB are not usable due to file path representation issues. Also, using GNU Prolog requires the following setting:
309311

310312
"terminal.integrated.env.windows": {

0 commit comments

Comments
 (0)