Skip to content

Issei0804-ie/typescript-with-debugger-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-with-debugger-example

A aim of the repository is building typescript environment using debugger.

Description is here(sorry, japanese only..)

How to set up it

My environment

  • pnpm(v8.6.12)
  • node(v18.17.1)

I recommend using pnpm, but you may also be able to build an environment using npm or yarn.

Install dependencies and build

git clone https://github.com/Issei0804-ie/typescript-with-debugger-example.git
cd typescript-with-debugger-example
pnpm i
pnpm tsc

Debug

node --inspect-brk helloworld.js

And you access chrome://inspect on chrome.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published