sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Add `inspect` command or flag to integration CLI

Open zemberdotnet opened this issue 3 years ago • 0 comments

Having an inspect options for running the integrations attached to a debugger or Chrome dev tools would be helpful.

At the moment it's possible to do it manually by adding the following line to a package.json

node --inspect-brk ./node_modules/.bin/j1-integration collect"

It would be nice to support built in commands for debugging with chrome dev tools and other debuggers like the one in vs-code.

zemberdotnet avatar May 13 '22 19:05 zemberdotnet