We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 227ccab + fa22142 commit 806cffbCopy full SHA for 806cffb
Debugging.md
@@ -10,8 +10,12 @@ Use this configuration to just run the demo application with an inspectit attach
10
---
11
12
To debug an inspectit agent, you have to download the [inspectit-ocelot repository](https://github.com/inspectIT/inspectit-ocelot).
13
+After that, build a local agent.jar by running `gradle assemble` in the _inspectit-ocelot-agent_ module.
14
+You will find the jar in the build folder of the agent module.
15
-Adjust your demo run configuration like this:
16
+Please use the **path to your locally build agent.jar** in your start configuration while debugging the agent.
17
+
18
+Then, adjust your demo run configuration like this:
19
20

21
0 commit comments