We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1345a53 commit 1021774Copy full SHA for 1021774
docs/source/contributor-guide/debugging.md
@@ -68,7 +68,7 @@ use advanced `lldb` debugging.
68
69
1. After the breakpoint is hit in IntelliJ, in Clion (or LLDB from terminal or editor) -
70
71
- 1. Attach to the jvm process (make sure the PID matches). In CLion, this is `Run -> Atttach to process`
+ 1. Attach to the jvm process (make sure the PID matches). In CLion, this is `Run -> Attach to process`
72
73
1. Put your breakpoint in the native code
74
0 commit comments