-
Notifications
You must be signed in to change notification settings - Fork 14
TypeScript Debugging
angelozerr edited this page May 17, 2016
·
2 revisions
TypeScript IDE doesn't provide a debugging feature, but you can
- install Webclipse which provides a debugger for TypeScript.
- JSDT debugger when it will support TypeScript debugging. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=487465
- TypeScript IDE
- New and Noteworthy