Welcome to Razorback Railway Q&A, where you can ask questions and receive answers from other members of the community.

How do you debug external library code

0 votes

When there is an issue with a script library included with the 'script-include-table' CMP simply fails with the error "Unable to link compiled script class".

asked Jan 15 in GSC by jenolan (3,530 points)

1 Answer

0 votes

The steps to debug issues are as follows

  1. Open the asset for edit with explorer
  2. Make sure the original GS file is in the asset (not GSE)
  3. Remove the 'script-include-table' and its entries from the config.txt
  4. Copy the external library GS code into the asset (make sure not to copy the config.txt from the library)
  5. Commit the asset in CMP
  6. Right click on the asset and click on 'View Errors & Warnings'
answered Jan 15 by jenolan (3,530 points)

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer