I am unable to get how can i debug the docker container(which is running storm crawler) in the vs code? I tried looking for https://code.visualstudio.com/docs/containers/debug-common
and other https://github.com/DigitalPebble/storm-crawler/wiki/Debug-with-Eclipse
.
But I did not anything, like how can i configure launch.json file for the same.
Can anyone guide me how can i do this?
This solves problem for me: Writing launch.json file as :
and connecting it to docker container of storm crawler as:
where enviroment to debug storm crawler has been provided on wiki page of github of storm crawler:
https://github.com/DigitalPebble/storm-crawler/wiki/Debug-with-Eclipse