Giter Club home page Giter Club logo

jsdt's People

Watchers

James Cloos avatar

jsdt's Issues

Is remote debugging supported?

What steps will reproduce the problem?
1. Enter remote URL(no local files)
2. Start debuggiing

What is the expected output? What do you see instead?
Expected : Could proceed debugging.
Actual : Browser indicated connection error.

What version of the product are you using? On what operating system?
jsdt-s0.5 on Windows XP SP3.

Original issue reported on code.google.com by [email protected] on 5 Sep 2009 at 6:51

Syntax error when page loads via debugger : Undefined label 'STRING_BIGLOOP'

What steps will reproduce the problem?
1. start debugger in eclipse
2.
3.

What is the expected output? What do you see instead?
expected: html/js should load as without debugger

loading stops with error
Uncaught SyntaxError: Undefined label 'STRING_BIGLOOP' viewer.html:416
(note: viewer.html is the url provided to the debugger)

What version of the product are you using? On what operating system?
Eclipse for RCP and RAP Developers
Version: Indigo Service Release 1
Build id: 20110916-0149

JSDT 1.1.102.v201111090634

Windows 7 Professional 64 bit Service Pack 1

Please provide any additional information below.
the tested javascript application contains a lot of dynamically loaded dojo 
modules


Original issue reported on code.google.com by [email protected] on 17 Aug 2012 at 7:32

Russian

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Mar 2011 at 8:51

Old definitions for Firefox-JSDT definitions

What steps will reproduce the problem?
1. Include the Firefox jsdt Include path libraries.
2. go window.document.q... autocomplete...

What is the expected output? What do you see instead?
Instead of finding document.querySelector, querySelectorAll, it returns nothing.
All major browsers have this, and the version of Firefox these definitions were 
pulled from must have been older than 3.5:
https://developer.mozilla.org/en-US/docs/Web/API/document.querySelector

What version of the product are you using? On what operating system?
Ubuntu 13.10 Eclipse.

Original issue reported on code.google.com by [email protected] on 11 Mar 2014 at 7:37

Does not debug scripts having spaces in their file path

What steps will reproduce the problem?
1. Create workspace on Desktop folder on windows
2. Create a JavaScript project
3. Debug the script using JSDT debug configuration

What is the expected output? What do you see instead?
It will open the HTML page in IE

What version of the product are you using? On what operating system?
jsdt-2.2.0, Windows XP

Please provide any additional information below.
May be the spaces are replaced with "%20" or '+' and the new path is being 
passed to fetch the file stream to Java File IO apis

Original issue reported on code.google.com by [email protected] on 21 Jul 2010 at 2:51

Compatibility problems with latest Eclipse + PDT

See this trace:

java.lang.AbstractMethodError:
org.eclipse.php.internal.core.compiler.ast.parser.PHPSourceParserFactory.parse(L
org/eclipse/dltk/compiler/env/IModuleSource;Lorg/eclipse/dltk/compiler/problem/I
ProblemReporter;)Lorg/eclipse/dltk/ast/parser/IModuleDeclaration;
    at org.eclipse.dltk.core.SourceParserUtil.parse(SourceParserUtil.java:137)
    at
org.eclipse.dltk.core.SourceParserUtil.getModuleDeclaration(SourceParserUtil.jav
a:197)
    at
org.eclipse.dltk.core.SourceParserUtil.getModuleDeclaration(SourceParserUtil.jav
a:183)
    at
org.eclipse.dltk.core.SourceParserUtil.getModuleDeclaration(SourceParserUtil.jav
a:174)
    at
org.eclipse.dltk.core.AbstractSourceElementParser.parse(AbstractSourceElementPar
ser.java:42)
    at
org.eclipse.dltk.core.AbstractSourceElementParser.parseSourceModule(AbstractSour
ceElementParser.java:26)
    at
org.eclipse.dltk.internal.core.AbstractSourceModule.buildStructure(AbstractSourc
eModule.java:507)
    at org.eclipse.dltk.internal.core.Openable.generateInfos(Openable.java:185)
    at
org.eclipse.dltk.internal.core.ModelElement.openWhenClosed(ModelElement.java:182
)
    at
org.eclipse.dltk.internal.core.BecomeWorkingCopyOperation.executeOperation(Becom
eWorkingCopyOperation.java:45)
    at org.eclipse.dltk.internal.core.ModelOperation.run(ModelOperation.java:698)
    at
org.eclipse.dltk.internal.core.ModelOperation.runOperation(ModelOperation.java:7
64)
    at
org.eclipse.dltk.internal.core.SourceModule.becomeWorkingCopy(SourceModule.java:
68)
    at
org.eclipse.dltk.internal.ui.editor.SourceModuleDocumentProvider.createFileInfo(
SourceModuleDocumentProvider.java:1251)
    at
org.eclipse.ui.editors.text.TextFileDocumentProvider.connect(TextFileDocumentPro
vider.java:478)
    at
org.eclipse.dltk.internal.ui.editor.SourceModuleDocumentProvider.connect(SourceM
oduleDocumentProvider.java:1484)
    at
org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:
4134)
    at
org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:203)
    at
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecorat
edTextEditor.java:1413)
    at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:166)
    at
org.eclipse.wst.sse.ui.StructuredTextEditor.doSetInput(StructuredTextEditor.java
:1712)
    at
org.eclipse.php.internal.ui.editor.PHPStructuredEditor.doSetInput(PHPStructuredE
ditor.java:2208)
    at
org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:3115
)
    at
org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:46
4)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
    at
org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:759)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
    at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:756)
    at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2579)
    at
org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.jav
a:3133)
    at
org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:3160)
    at
org.eclipse.wst.sse.ui.StructuredTextEditor.init(StructuredTextEditor.java:2321)
    at
org.eclipse.php.internal.ui.editor.PHPStructuredEditor.init(PHPStructuredEditor.
java:1151)
    at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:798)
    at
org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:64
4)
    at
org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:462)
    at
org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.ja
va:595)
    at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)
    at
org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart
.java:180)
    at
org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(Presenta
blePartFolder.java:270)
    at
org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRigh
tTabOrder.java:65)
    at
org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(Ta
bbedStackPresentation.java:473)
    at
org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:12
56)
    at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1209)
    at
org.eclipse.ui.internal.PartStack.presentationSelectionChanged(PartStack.java:84
3)
    at org.eclipse.ui.internal.PartStack.access$1(PartStack.java:829)
    at org.eclipse.ui.internal.PartStack$1.selectPart(PartStack.java:139)
    at
org.eclipse.ui.internal.presentations.util.TabbedStackPresentation$1.handleEvent
(TabbedStackPresentation.java:133)
    at
org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractT
abFolder.java:270)
    at
org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractT
abFolder.java:279)
    at
org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder.acces
s$1(DefaultTabFolder.java:1)
    at
org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder$2.han
dleEvent(DefaultTabFolder.java:87)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:770)
    at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3256)
    at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2045)
    at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:323)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)

Original issue reported on code.google.com by [email protected] on 16 Feb 2010 at 6:02

Cannot set breakpoint on scripts embedded in html page.

What steps will reproduce the problem?
1. Create an html page with an embedded javascript script
2. try to set a breakpoint on one of the javascript lines.
3. Tries to set a bookmark instead of a breakpoint

What is the expected output? What do you see instead?
I expected it to set a breakpoint


What version of the product are you using? On what operating system?
Eclipse Indigo JEE with JSDT plugin installed.


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 5 Sep 2011 at 7:03

Russian Character not supported

What steps will reproduce the problem?
1.I have a HTML file and it has some Russian Fonts.While i m debugging the the 
file.Debugger automatically inserts some junk character on the first position 
of file.and ask for saving the file and shows an error marker at the 
bottom"[Error:Unterminated String Literal]"
2. I don't know why it happens .


What is the expected output? What do you see instead?
=>The HTML file should compile without ant Junk character inside that.

What version of the product are you using? On what operating system?
=>Latest

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Mar 2011 at 8:55

can't debug javascript files which have java class entity in it

What steps will reproduce the problem?
1.debugging will be failed if there are java class entity in javascript file.
2.
3.

What is the expected output? What do you see instead?
it can debug successfully.
error:XX is not defined;class methods is not identified.

What version of the product are you using? On what operating system?
verison jsdt-2.2.0,windows XP sp3

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 22 May 2012 at 7:27

jsdt does not recognize .js parametered files in html

I have one file in my project that includes a .js with a parameter so the
line looks like this:
<script type="text/javascript" src="archetype.js?page=Start"></script>
But the plugin does not recognize the included file as a valid script

Original issue reported on code.google.com by [email protected] on 2 Dec 2008 at 2:06

Documentation (in English)

This looks like a very useful tool - but there does not seem to be any
documentation either for the installation, or how to get started.

I would be happy to help prepare some basic documentation if this of any use.

Original issue reported on code.google.com by [email protected] on 11 Feb 2010 at 4:28

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.