BOOSTXL-BUCKCONV: Loading '.js' files in scripting console will not work with CCS 20.2.0

Part Number: BOOSTXL-BUCKCONV

Tool/software:

Hello, according to the previous topic, also the loading of '.js' files is not working as intended. I tried to load e.g. 'setupdebugenv_lab1.js' with CCS 20.2.0 but it did not work. Scripting console is giving following output:

js:> //AddWatchWindowVars Build 1
undefined
js:> expRemoveAll()
Uncaught ReferenceError: expRemoveAll is not defined
js:> //Inverter Variables
undefined
js:> expAdd ("TINV_lab.TINV_enum_lab",getNatural())
Uncaught ReferenceError: expAdd is not defined
js:> expAdd ("EPwm1Regs.TZFLG",getNatural())
Uncaught ReferenceError: expAdd is not defined
js:> expAdd ("TINV_clearPWMTrip",getNatural())
Uncaught ReferenceError: expAdd is not defined
....
js:> expAdd ("TINV_temp_C_sensed_pu",getNatural())
Uncaught ReferenceError: expAdd is not defined
js:>

Also in the help of scripting console the function 'expAdd' is not available anymore. In CCS 12.8.1 everything is fine with no problems. If you need further input, please let me know.