Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 370 Bytes

File metadata and controls

16 lines (11 loc) · 370 Bytes
  1. Run the Docker container
docker-compose up --build
  1. Open debug window on VSCode
    image

  2. Attach debugger by clicking run button

  3. Open /src/index.ts and put a breakpoint
    image

  4. Confirm the process stops at breakpoint
    image