Skip to content

Commit 25cc92a

Browse files
committed
docs: no longer need to manually pause the simulation
1 parent 7009177 commit 25cc92a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919
## Connecting from GDB
2020

2121
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`
2524

2625
That's it! You can now debug the simulated AVR code using GDB. Here are some quick commands to get you started:
2726

0 commit comments

Comments
 (0)