Skip to content

Commit 6f8d208

Browse files
Update DAP configuration and CHANGELOG files
1 parent 9bf4285 commit 6f8d208

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

docs/usage/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## Version 2.5.0: June 26, 2024
4+
5+
- Support compile / catalog BASIC program files in online editing mode.
6+
- Support the rpc service name can be customized (only in offline mode)
7+
- Customer bug fixes - some incorrect behaviors on Linux
8+
39
## Version 2.4.0: February 26, 2024
410

511
- Support high performance debugging on UniData 8.3.1 (Windows / Linux).

docs/usage/ConfigDap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To configure the debugging related binaries, please follow below steps.
1313

1414
#### Windows
1515

16-
1. Copy **dap_agent.exe** and **grpcs.exe** from the package to your UniVerse **bin** folder. E.g., *C:\U2\UV\bin*
16+
1. Copy **uddap_server** and **uddap_slave** from the package to your UniVerse **bin** folder. E.g., *C:\U2\UV\bin*
1717

1818
2. Verify whether the unirpcservices file contains **grpcs** service. If **grpcs** service doesn't exist, you must add it manually. Add the new service as shown below to the **unirpcservices** file:
1919

@@ -25,7 +25,7 @@ To configure the debugging related binaries, please follow below steps.
2525
2626
#### Linux
2727
28-
1. Copy **dap_agent** and **grpcs** from the package to your UniVerse **bin** folder. For example, */usr/u2/uv/bin/*
28+
1. Copy **uddap_server** and **uddap_slave** from the package to your UniVerse **bin** folder. For example, */usr/u2/uv/bin/*
2929
3030
2. Verify whether the **unirpcservices** file contains the **grpcs** service. If the **grpcs** service doesn't exist, you must add it manually. Add the new service as shown below to the **unirpcservices** file:
3131

docs/usage/DAPRelease.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Below is a detailed breakdown of the information for each release.
1111

1212
| UniVerse Version | Windows | Linux | AIX |
1313
| ------------------ | --------- | ---------- | -------- |
14+
| 14.1.1 | ✔️ | ✔️ ||
1415
| 11.4.1 | ✔️ | ✔️ ||
1516
| < 11.4.1 ||||
1617

0 commit comments

Comments
 (0)