Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Debug problem(Eclipse attempts to open Visual Studio when I want to debug)
Debug problem [message #898591] Thu, 26 July 2012 17:58
Paul Chancey is currently offline Paul ChanceyFriend
Messages: 3
Registered: July 2012
Junior Member
I am using Eclipse IDE for JavaScript Web Developers. Build id: 20100618-0524
I have a debug perspective open and I started the preview server in debug mode. I have a javascript with a debugger; line in it so I can stop execution and look at some variables. When my javascript runs a dialog pops up with all the different versions of Visual Studio installed on my machine asking me which one I want to debug with. Eclipse isn't on the list. What am I doing wrong?

function populateGrape() {
var glist = document.getElementById("grape");
var clist = document.getElementById("category");
debugger;
}
Since posting this I have tried updating. The help update option found one up date
epp.package.javascript version 1.3.2.20110301-1807 which can't seem to get past 36% it has 3 errors that repeat over and over again...

An internal error occurred during: "Install download1".
Comparison method violates its general contract!

An internal error occurred during: "Install download2".
Comparison method violates its general contract!

An internal error occurred during: "Install download3".
Comparison method violates its general contract!

Any help with this wopuld also be appreciated.

[Updated on: Fri, 27 July 2012 00:11]

Report message to a moderator

Previous Topic:Eclipse Crashes when Launching Marketplace
Next Topic:keyboard layout causing trouble in eclipse 4.2
Goto Forum:
  


Current Time: Thu Apr 18 23:25:40 GMT 2024

Powered by FUDForum. Page generated in 0.03310 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top