VitalElement / VEStudio

0 stars 0 forks source link

Interface needs to be locked down during Build and Debug #3

Closed danwalmsley closed 9 years ago

danwalmsley commented 9 years ago

During build and debugging it is possible to set the build process off. This needs to be fixed as it causes unrecoverable errors and general havoc.

danwalmsley commented 9 years ago

Added a lock down to prevent double building....

Build also now running in a task to prevent ui queue locking up....

Also debug will not be able to start during a build, or a build during debug.

danwalmsley commented 9 years ago

This issues seems to be now resolved with the new changes as of commit. 35a7b87a