VSCode debug setup for @trivikr-test/client-s3
Steps to follow;
- Clone this package.
- Run
yarn
to install dependencies. - Open source in VSCode.
- Set breakpoint on the line in
src/index.ts
which creates the S3 client. - Click on
Launch Program
in the debug toolbar.