Skip to content

Issue #2: Support for debugging TypeScript with JavaScript Debugger. #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2016

Conversation

piotrtomiak
Copy link
Contributor

@angelozerr - it turns out that the code is needed only on TypeScript side - it should work with current Webclipse release.

I have adapted breakpoint support from JSDT editor. The adapter support creates normal JSDT breakpoints, so that it will work with any JSDT compatible debugger, which support source maps - so far it's only Webclispe one :)

I have added changes to existing Editor plugin and directly referenced some internal classes from JSDT Debug UI in plugin.xml. You might want to extract this code to separate debug code and duplicate internal JSDT action handling classes in it.

Anyway, please test this support ASAP, since we are going to release Webclispe this week and it would be cool to include any bugfixes if needed.

@angelozerr angelozerr merged commit 0185405 into angelozerr:master Apr 11, 2016
@angelozerr
Copy link
Owner

Thanks @piotrtomiak ! I will try to test it ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants