Teensy 3.1: remote debugging, alternate IDEs?

Status
Not open for further replies.

626Pilot

Active member
Hi,

I would like to try a Teensy 3.1, but I need to know what the remote debugging options are. (I mean REAL debugging, where you see registers and variables and step through the code line by line, not just printf statements.) Is this possible?

Also, I don't like the Arduino IDE that much. It makes me want to punch things. Are there others that can be used?
 
Not really no. The only real way is to be able to attach a JTAG or Freescale Debugger, but the Mini54/Teensy Bootloader sits on that line so you have to solder lines or cut them.

They nearest thing to debugging I found is Visual Micro for AtmelStudio. Which does Serial debugging by putting in a load of Serial print into your code.

And that bring the answer to the second question. AtmelStudio 6 with Visual Micro works very well, but is Windoz based. There is Eclipse and QT which have a linux option. But I've not had much luck getting them to work efficently.
 
Status
Not open for further replies.
Back
Top