opensourceBIM / bimvie.ws

Javascript client for Building Information Modelling, using open standards like IFC, BCF and BIMSie. Using Bootstrap, BIM Surfer, etc..
GNU Affero General Public License v3.0
171 stars 87 forks source link

bimvie.ws how to run in IDE , like Eclipse or Intellij #65

Closed shiwenna closed 7 years ago

shiwenna commented 7 years ago

Hi, I want to break points in the program , but I do not know how to run the program in the IDE . If you can , please let me know. Thanks.

RicoLiu commented 7 years ago

How to debug bimvie.ws in Intellij IDEA?

rubendel commented 7 years ago

I use Eclipse, but I don't use the debugging facilities of it when developing BIMvie.ws or any other JavaScript application. Google Chrome has excellent debugging facilities, including stepping through code, inspection, a profiler etc...