Not sure where to post bugs with TMS Products so I posted it here and hope it helps someone else.
I was unable to debug in the IDE with a project of mine. Spent some time tracking down why. Found out that setting Project Settings / TMS WEB Compile / Auto-increment version = True makes IDE debugging stop working. Maybe the cart before the horse is happening here Webcore developers.
Also, we need documentation, spending hours and hours trying to get things to work is getting old fast. The product is so fragile and everything breaks. Just giving a webimage and a non-existing URL locks the whole webpage.
We have seen the issue with IDE debug & auto version increment. We'll investigate to solve this.
When setting a non-existing URL to an image, this causes an error (like it also causes an error in a plain HTML/JS webpage). This does not block the page though. This behavior is inherent to how the browser handles this and not something we can change from TMS WEB Core.
I also would like to share that I couldn't debug (with any browser). When running in debug mode (F9) the IDE switched to running mode (with the pause and stop buttons enabled), but just didn't launch the browser. Even if I set Auto-increment version to False, until I noticed that there was no value assigned to Project Settings / TMS WEB Compile / Version
I set a value to it (1.0.0) and now it runs fine in debug mode with Chrome, (as long as I keep Auto-increment version to False)