|
1 | 1 | # Known Issues |
2 | 2 |
|
3 | | -## Editing |
4 | | - |
5 | | -**MVVS-309** The selected formatting alignment is not correct |
6 | | - |
7 | | -**MVVS-399** Reference bug by scope cause |
8 | | - |
9 | | -**MVVS-535** extremely slow to including U2MQI.H file for the parser |
10 | | - |
11 | | -**MVVS-548** EQU could not work correctly in IF statement |
12 | | - |
13 | | -**MVVS-590** READU statement syntax highlight incorrect and misleading |
14 | | - |
15 | | -**MVVS-636** All lines of nonsense are accepted in editor |
16 | | - |
17 | | -**MVVS-653** reporting syntax error for "open(line) = 1" in the parser |
18 | | - |
19 | | -**MVVS-843** parser reporting syntax issue in APP.PROGS\AMLC |
20 | | - |
21 | | -**MVVS-928** unable to display label name in the path line for subroutine |
22 | | - |
23 | | -**MVVS-1003** Using a STOP statement to end a program instead of RETURN causes an indentation problem |
24 | | - |
25 | | -**MVVS-1042** Incorrect grammar tip for the SWAP function |
26 | | - |
27 | | -**MVVS-1054** Wrong documentation tips in some situations |
28 | | - |
29 | | -**MVVS-1119** Formatting a document will format "$options -static.dim" to "$options - static.dim", resulting in incorrect code behavior |
30 | | - |
31 | | -**MVVS-1136** enhancement request to avoid to add a blank line to the end of BASIC source code |
32 | | - |
33 | | -## Compilation |
34 | | - |
35 | | -**MVVS-867** build task is missing when debug BASIC in multi-workspace |
36 | | - |
37 | | -**MVVS-918** compile BASIC with options for UniVerse account is not working |
38 | | - |
39 | | -**MVVS-919** compile BASIC programs will list out nonexistent BASIC program |
40 | | - |
41 | | -**MVVS-1007** unable to compile BASIC program which contains special characters in a string |
42 | | - |
43 | | -**MVVS-1024** compile option not works for UniData account in MVVS 2.1.0 build |
44 | | - |
45 | | -**MVVS-1312** Need support flavor 'r' and 'm' in task.json. |
46 | | - |
47 | | -**MVVS-1313** Build task flavor impacts gRPC debugging mode compilation flavor. |
48 | | - |
49 | | -## Debugging |
50 | | - |
51 | | -**MVVS-713** unable to step out at the end of call subroutine |
52 | | - |
53 | | -**MVVS-795** Next, continue could not step out from subroutine in UV debugging, Only step in works. |
54 | | - |
55 | | -**MVVS-809** Debugger should not report "undefined variable" for field inside {} |
56 | | - |
57 | | -**MVVS-857** Debugging hangs on subroutine RETURN |
58 | | - |
59 | | -**MVVS-920** unable to debug BASIC program with launch.json file if there was an error in the configuration file |
60 | | - |
61 | | -**MVVS-1008** Debug option can lose focus on terminal window |
62 | | - |
63 | | -**MVVS-1188** An exception occurred when debug the program with local subroutine for the second time |
64 | | - |
65 | | -**MVVS-1190** After pausing during a long for loop, continue button does not work |
66 | | - |
67 | | -**MVVS-1205** Click F5, compilation pass but there is error line below code |
68 | | - |
69 | | -**MVVS-1207** Debugger F5(continue) can't stop at breakpoint in subroutine |
70 | | - |
71 | | -**MVVS-1210** Click stop debugging, then the file can't be edit |
72 | | - |
73 | | -**MVVS-1211** Debug failed against a basic program(a correct basic program) |
74 | | - |
75 | | -**MVVS-1222** Step Out is not working properly in MVVS 2.2.0 release |
76 | | - |
77 | | -**MVVS-1315** Debug with launch.json file should validate dependencies file first. |
78 | | - |
79 | | -**MVVS-1316** Stop debugging when receiving from INPUT statement will crash extension. |
80 | | - |
81 | | -**MVVS-1317** Restart button is not working in grpc debugging mode. |
82 | | - |
83 | | -**MVVS-1318** Step into and out with WATCH variable will crash debugging process. |
84 | | - |
85 | | -## Connection |
86 | | - |
87 | | -**MVVS-671** Can't connect to UniData demo account on linux |
88 | | - |
89 | | -**MVVS-1121** java throw exception when failed to connect to the UV account |
90 | | - |
91 | | -**MVVS-1314** delete currently connected server should also disconnect from current connection in online editing mode. |
92 | | - |
93 | | -## Catalog |
94 | | - |
95 | | -**MVVS-1385** The "arguments" parameter in catalog.mvbasic.json is not supported, defaulting to FORCE for UV and UD databases. |
96 | | - |
97 | | -## Others |
98 | | - |
99 | | -**MVVS-982** "The RPC failed" error will crash VS Code extension |
100 | | - |
101 | | -**MVVS-1036** User may not be aware of the change on the server side. |
102 | | - |
103 | | -**MVVS-1156** Can not delete basic file under a customer account added to UV.ACCOUNTS |
104 | | - |
105 | | -**MVVS-1324** Q-pointer with question mark in the name will causing open file exception in online editing mode. |
106 | | - |
107 | | -**MVVS-1326** Duplicated file path used on the Linux environment. |
108 | | - |
109 | | -**MVVS-1374** Delete file exception if other user locked same BASIC on the server side |
110 | | - |
111 | | -**MVVS-1373** Compilation failed if user clicked another account folder in ROCKET EXPLORER |
112 | | - |
113 | | -**MVVS-1372** read BASIC file exception after sorted files in different order |
114 | | - |
115 | | -**MVVS-1369** MVVS code exception for the included file |
116 | | - |
117 | | -**MVVS-1367** Receive U2 XToolSub read directory record exception for ".swp" file |
118 | | - |
119 | | -**MVVS-1366** Unable to open account folder if user has no WRITE access to the VOC file |
120 | | - |
121 | | -**MVVS-1364** U2 XToolSub file lock exception when compiled BASIC is opened in another |
| 3 | +> **NOTE:** |
| 4 | +> |
| 5 | +> We have moved this section to following link [MVVS Tech Note](https://my.rocketsoftware.com/RocketCommunity/s/article/Notices-for-MVVS-Release-2-6-0) |
0 commit comments