You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/wasm/wasm-debugging.md
+24-23Lines changed: 24 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,41 +133,42 @@ kotlin {
133
133
>
134
134
{style="note"}
135
135
136
-
#### Enhance your debugging with custom formatters
136
+
#### Use custom formatters
137
137
138
-
In addition to the default debugging configuration, you can set up custom formatters to display and locate variable values in a more user-friendly and comprehensible manner.
138
+
Custom formatters help display and locate variable values in a more user-friendly and comprehensible manner when debugging Kotlin/Wasm code.
For an improved visualization of the variable values, see [Enhance your debugging with custom formatters](#enhance-your-debugging-with-custom-formatters).
204
+
For an improved visualization of the variable values, see _Use custom formatters_ within the [Configure your browser for debugging](#configure-your-browser-for-debugging) section.
204
205
205
206
7. Make changes to your code and [run the application](#run-the-application) again to verify that everything works as expected.
206
207
8. Click on the line numbers with breakpoints to remove the breakpoints.
0 commit comments