Slide 13
Slide 13 text
Run START RUN END
On Linux
In the debugger section of the Code activity bar,
select Skia.GTK (Debug)
Press F5 to start the debugging session
Place a breakpoint inside the OnClick method
Click the button in the app, and the breakpoint will
hit
1.
2.
3.
4.
On WebAssembly
In the debugger section of the Code activity bar,
select Debug (Chrome, WebAssembly)
Press F5 to start the debugging session
Place a breakpoint inside the OnClick method
Click the button in the app, and the breakpoint will
hit
1.
2.
3.
4.