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: README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,8 @@
19
19
## Connecting from GDB
20
20
21
21
1. Install avr-gdb (`apt install gdb-avr` on Ubuntu). You can find a pre-built Windows binary inside [this package](http://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino5-i686-w64-mingw32.zip).
22
-
2. Pause the simulation on Wokwi.com (click on the pause button)
23
-
3. Run `avr-gdb`
24
-
4. Write: `target remote localhost:3555`
22
+
2. Run `avr-gdb`
23
+
3. Write: `target remote localhost:3555`
25
24
26
25
That's it! You can now debug the simulated AVR code using GDB. Here are some quick commands to get you started:
0 commit comments