Tibco GI Builder keeps pausing, and we believe this is because it is running the code in the javascript files to initialize lightstreamer.

When dealing with the visual designer in VS/C# there is a flag that you can check in the code that says "if (DESIGN_MODE)". This allows you to bracket code you do not want executed when using the GUI designer or IDE.

Is there something similar for Tibco GI? Is there some way to implement the lightstreamer setup without having the GI trying to run it all the time?

Thanks.