All Projects → MinionsDave → ts-debug-example

MinionsDave / ts-debug-example

Licence: other
use ts-node debug Typescript code in vsc without compiling

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to ts-debug-example

CVIP
C/C++/Golang/Linux...知识整理
Stars: ✭ 62 (+226.32%)
Mutual labels:  debug
DebugWindow
一个在真机上测试时方便查看输出日志的小工具。(A debug tool which helps you view the console logs on the device when you test you APP.)
Stars: ✭ 36 (+89.47%)
Mutual labels:  debug
japanese-word-handler
Better Japanese word handling on Visual Studio Code.
Stars: ✭ 32 (+68.42%)
Mutual labels:  visual-studio-code
bugsnag-java
Bugsnag error reporting for Java.
Stars: ✭ 51 (+168.42%)
Mutual labels:  debug
winston-dev-console
Winston@3 console format aimed to improve development UX
Stars: ✭ 88 (+363.16%)
Mutual labels:  debug
dwarf import
This loads DWARF info from an open binary and propagates function names, arguments, and type info
Stars: ✭ 18 (-5.26%)
Mutual labels:  debug
hilda
LLDB wrapped and empowered by iPython's features
Stars: ✭ 99 (+421.05%)
Mutual labels:  debug
cds-for-code
VSCode extension for working with Microsoft Common Data Service (CDS)
Stars: ✭ 22 (+15.79%)
Mutual labels:  visual-studio-code
susuwatari
A light monochrome theme with a minimal amount of highlighting for Visual Studio Code
Stars: ✭ 16 (-15.79%)
Mutual labels:  visual-studio-code
Vertx.Debugging
Debugging Utilities for Unity
Stars: ✭ 165 (+768.42%)
Mutual labels:  debug
RailLink
Compact isolated version of J-Link v9.
Stars: ✭ 69 (+263.16%)
Mutual labels:  debug
porth-language
VSCode extension for the Porth language
Stars: ✭ 21 (+10.53%)
Mutual labels:  visual-studio-code
finch
🖥 Debug menu library for Android apps with supports network activity logging and many other useful features.
Stars: ✭ 42 (+121.05%)
Mutual labels:  debug
debug
A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers
Stars: ✭ 10,554 (+55447.37%)
Mutual labels:  debug
ducky
Chrome extension to overlay a (super adorable) rubber duck, as a virtual companion during rubber duck debugging.
Stars: ✭ 80 (+321.05%)
Mutual labels:  debug
icls-vs-code-dark-plus
Visual Studio Code Dark Plus-like color scheme for PhpStorm and other JetBrains IDEs
Stars: ✭ 24 (+26.32%)
Mutual labels:  visual-studio-code
white-theme-vscode
Minimalist monochrome theme for Visual Studio Code
Stars: ✭ 66 (+247.37%)
Mutual labels:  visual-studio-code
vscode-exts
Visual Studio Code Extensions
Stars: ✭ 33 (+73.68%)
Mutual labels:  visual-studio-code
Pycraft
Pycraft is the OpenGL, open world, video game made entirely with Python. This project is a game to shed some light on OpenGL programming in Python as it is a seldom touched area of Python's vast amount of uses. Feel free to give this project a run, and message us if you have any feedback!
Stars: ✭ 39 (+105.26%)
Mutual labels:  visual-studio-code
vscode-portable
make visual studio code portable with dll-hijack
Stars: ✭ 17 (-10.53%)
Mutual labels:  visual-studio-code

Debugging TypeScript in VS Code Without Compiling (using ts-node)

This repo contains a sample TypeScript project with a Visual Studio Code launch.json that allows you run TypeScript code and mocha tests without a seperate build step.

Usage

git clone https://github.com/MinionsDave/ts-debug-example
npm install

VS Code Debug Tasks

This repo contains the following VS Code Debug tasks (accessible via the debug button on the left)

  • Debug Current TS Tests File - Allows you to debug the currently open mocha unit tests file (try it with src/user.spec.ts)

  • Debug by ts-node - Allows you to run and debug the program

These tasks should allow you to hit breakpoints in your code, without needing to compile first.

Further Details

Further details in a blog post here: https://segmentfault.com/a/1190000010605261

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].