Hi,
No problem glad you are getting somewhere, it is always okay to create a new thread and makes it easier for others to find answers.
I am not sure what to call this thread and not sure if the following will help or make sense
Quote:1. As far as the "last project" I was referring to my ancient VC++ 6.0 which has an option to automatically load last project - no click this and click that...
Yes I agree this might be missing from both VS and Atmel Studio however I haven't looked deeply into the options. It is certainly on the radar for Visual Micro to provide a recent list of sketches and also an option to auto open the last sketch.
Quote:2. I have managed to build a project and load it from Start page, but it really does no load anything. From your explanation how to use "debug" I figured that the Studio integration with Arduion IDE is pretty vague. But it does works, so no problema.
Yes it works but the docs could be better. I suggest following all of the Visual Studio docs on visualmicro.com. Atmel is Visual Studio 2010 so 99.9% is the same.
http://www.visualmicro.com/post/2012/05/05/Debug-Arduino-Overview.aspx http://www.visualmicro.com/post/2012/10/24/Modify-Arduino-Variables-During-a-Deb... http://www.youtube.com/watch?v=fFM8_RhIG0U http://www.visualmicro.com/archive.aspx#Arduino-Debug Atmel Studio does not really know about Arduino, the Visual Micro plugin overrides many of the standard Atmel functions to ensure an Arduino compatible build system. The same applies to the debugger, Atmel doesn't know anything about the Visual Micro debugger which uses injected code during compliation in a temporary build folder.
Quote:3. Is there a way to permanently set the Output as a tab?
Kinda annoying because it floats over the main edit window.
All tool windows can be prevented from floating by clicking the "pin" in the top right. All tool windows can be moved to different or new tab groups. Dragging a tab has a different effect to dragging a window title. Holding the CTRL key prevents a window from docking.
Visual Micro will automatically switch to "Arduino" mode if it detects an Arduino project is opened so it doesn't matter how or where a solution or project is opened
It would help if you emailed a screen shot of your output window so I can under stand the question.
Visual Studio Pro certainly allows you more flexibility to customize the user interface I am not sure how much of that is available in Atmel Studio.