Skip to content

Commit 806cffb

Browse files
2 parents 227ccab + fa22142 commit 806cffb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Debugging.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ Use this configuration to just run the demo application with an inspectit attach
1010
---
1111

1212
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.
1315

14-
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:
1519

1620
![image](docs/debug-demo.png)
1721

0 commit comments

Comments
 (0)