Reputation: 9722
I've been using Eclipse Classic with the ColdFusion Builder 2 Plug-ins and I was wondering if there was a way to launch the debugger in a browser within Eclipse. I've seen a browser in Eclipse before, but I'm not sure where it's hiding... and if it's possible to launch the debugger within it instead of the external browser.
Thanks a lot!
Upvotes: 1
Views: 514
Reputation: 5310
With Eclipse classic the only way to open the Internal Web Browser are the following.
Open the Internal web browser view:
Or you can do this:
The easiest thing to do would be to install the Webtools feature from the webtools update-site and then add the "Web Browser" action set to the perspective.
This will add a "open web browser" action on the toolbar.
Upvotes: 1