dwire-debug icon indicating copy to clipboard operation
dwire-debug copied to clipboard

Simple stand-alone debugger for AVR DebugWIRE chips connected directly to an FT232R/CH340/DigiSpark/LittleWire on Linux or Windows.

Results 23 dwire-debug issues
Sort by recently updated
recently updated
newest added

I'm a Linux/cli guy, and wanted to try out dwire-debug since the ReadMe indicates it will work with a ttl UART from the commandline. From the readme: "There are no...

I'm testing dwire-debug with the Lazarus IDE using gdb for debugging. When hitting a breakpoint the IDE would pop up an error notification that a External: 0 was received. According...

I made up a cable to use avrdude or dwire-debug as required. here is the proof: quitting dwire-debug: >0000: c01d rjmp 003c (+30) > qi starting avrdude (the device must...

Hallo, can I zero a block of RAM with the 'wd' command? I am short of memory so I would dearly like to see if I overwrite my tail with...

This code is very preliminary, I'm only presenting this to ask if you might be interested in this idea. I hope you don't mind me toying with this stuff. The...

Show status of breakpoint setting in the UI somehow. Provide option to disable or enable timers during execution and show that in the UI too.

Greetings, When playing with a simple code that uses time related interrupts to blink a LED, I have noticed that the 'td' command does not seem to work. If I...

@kadamski has proposed a gdb supportmode and supplied an initial pull request. Merge this code and adapt if necessary for cross platform support.

``` $ make gcc -std=gnu99 -g -fno-pie -rdynamic -fPIC -Wall -o dwdebug src/dwdebug.c -lusb -ldl In file included from src/system/system.c:5, from src/dwdebug.c:3: src/system/SerialPort.c: In function ‘MakeSerialPort’: src/system/SerialPort.c:81:9: error: implicit declaration...