Skip to content

Commit

Permalink
Update debugging.adoc
Browse files Browse the repository at this point in the history
Proposing the change as I was unable to make it work in test method or with `@BeforeAll`. Hoping it may save time for others.
  • Loading branch information
kicmeri authored and simonbasle committed Aug 1, 2022
1 parent 394c3ae commit 0e26005
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/asciidoc/debugging.adoc
Expand Up @@ -448,8 +448,10 @@ You may also re-process existing classes if you cannot run the init eagerly (e.g
====
[source,java]
----
ReactorDebugAgent.init();
ReactorDebugAgent.processExistingClasses();
static {
ReactorDebugAgent.init();
ReactorDebugAgent.processExistingClasses();
}
----
====

Expand Down

0 comments on commit 0e26005

Please sign in to comment.