Knotx / knotx

Knot.x is a highly-efficient and scalable integration framework designed to build backend APIs
https://knotx.io
Apache License 2.0
126 stars 26 forks source link

Incomplete debug docs #323

Closed jwadolowski closed 7 years ago

jwadolowski commented 7 years ago

https://github.com/Cognifide/knotx/wiki/Debugging defines how to debug knot.x instance with an assumption that you run it on the same machine as your IDE.

Very often though knot.x is deployed on either completely remote server or local VM that cannot be accessed this way. Additionally official knot.x cookbook allows you to specify debug port, so there's is a huge chance it is perfectly possible to debug remote instances, but that's just not documented.

marcinczeczko commented 7 years ago

Done