Skip to content

Commit

Permalink
Fix some links in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
nberth committed Apr 9, 2024
1 parent b6180e1 commit ac6e7d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ An extension to debug or execute GnuCOBOL code. Forked from [COBOL Degub](https:
![Screenshot](screenshot.png)

### Requirements
This extension is meant to work with our COBOL language extension [Superbol VSCode](https://github.com/OCamlPro/superbol-vscode-platform).
This extension is meant to work in combination with the [SuperBOL Studio](https://github.com/OCamlPro/superbol-vscode-platform) extension for COBOL.

#### Binaries
* GnuCOBOL `cobc` 3.1+ installed.
Expand Down Expand Up @@ -175,7 +175,7 @@ On Linux you can see the output of the application in Vs Code itself. Add `gdbtt
You can also use these options with `gdbtty`: `xterm`, `gnome-terminal`, `konsole` and `xfce4-terminal`.

### Documentation
For a more in depth documentation please check the [Superbol Documentation](https://ocamlpro.com/superbol/)
For a more in depth documentation please check the [SuperBOL Documentation](https://get-superbol.com/studio/)

### Troubleshooting
Add `verbose` property to your `launch.json` and start debugging session. In `DEBUG CONSOLE` you will see complete communication log between `gdb` and VS Code. Here's an example:
Expand Down

0 comments on commit ac6e7d4

Please sign in to comment.