Setting Debug Browser

In RealBasic my web projects always invoked my system default browser - which is usually Chrome. With Xojo r1 and r2 it always invokes IE rather than Chrome. Is there are way to control this? I would like to test my programs using Chrome.

Just open any other browser and navigate to the same address as shown in IE.

What I do (since I test A LOT of web projects), is set the default page for all of my browsers to

http://127.0.0.1:8080/

That way, when I open any of my browsers, the app just launches.