I've just downloaded the debugger and have the following feedback.
[pedantic mode]
The email says
Quote:The easiest way to test the tool initially is to ONLY set (Micro Debug) to true (in the properties window),
Hmm, properties window, normally I right click on an object and select "Properties", no mention of Micro Debug there though, guess I better try the VM site.
I find a page that under the "Simple Example" heading says
Quote:Open a simple sketch and click the project name node in the solution tree.
Nothing happens. But now I notice the Properties tab, so on the assumption that it should also have said "and then select the 'Properties' tab" I do and now
Quote:Switch "(Micro Debug)" to "Full" in the project property viewer
is an option. Good, that's done.
But before all that the web page says
Quote:Using the Visual Studio tool bar, change the configuration to "Debug" (or any other configuration of your choice)
What part of the "Visual Studio tool bar"?
After searching all the menus I find "Build > Configuration manager...", it's already set to "Debug", looks like I'm off and racing.
Now the worst people in the world to write documentation are those that wrote the product, unfortunately there's not usually anyone else to do it but one really has to put oneself in beginner mode and take every word and every phrase literally. For example
Using the Visual Studio tool bar, change the configuration to "Debug" What
exactly does that mean? Taken literally is doesn't mean anything so the poor user is forced to look through a 1000 menus items.
[/pedantic mode]
Anyway, moving right along, the next step is to define a breakpoint but first I think a compile is in order.
The compile fails
Compiling 'Test' for 'Arduino Duemilanove w/ ATmega328'
Binary sketch size: 2386 bytes (of a 30720 byte maximum) (0.398 secs)
Compiling debug version of 'Test' for 'Arduino Duemilanove w/ ATmega328'
Test.pde : In file included from
VM_DBG.h : No such file or directory
VM_DBG.cpp : In file included from
VM_DBG.h : No such file or directory
VM_DBG.cpp : In file included from
VM_DBG.h : 'uint8_t' does not name a type
...
And that's where I'm at.
Note this is VS2008 and Arduino 1.5
Any ideas?
______
Rob