Content originally posted in LPCWare by thommaughan on Sat Oct 11 12:22:24 MST 2014
Thanks for the pointer to the user's guide. I had not read all 131 pages, but had gone to section 4. The problem I'm having appears to be due to the a sequence of events. I was hoping to make my edit, then build and run the debugger as few keystrokes as possible and with little or no mouse. If you follow the user's guide, the quickstart launch of the debugger on subsequent runs, brings up the "Connect to Emulator' and the only way to get the emulator to show as an option is to unplug and replug.
I have found thru trial and error, that what's needed is to 'Terminate' by right click in the debug window on the lowest entry of my project in the debug window before re-launching the debugger (load code, go main). I'm hoping to figure out how to reduce the number of right click steps and automate the terminate as a pre-step to launching the comple/debug.
As a suggestion to the documentation, I think the edit->compile->debug cycle should be documented in a quick start guide with the user's guide there to supply all the explanations and details on advanced features.
I prefer to have hotkeys assigned for 1) compile, and 2) debug (load flash, attach debugger), then break at first line of main(). Mouse clicking and select entry, right click is a bit inefficient in my opinion.
I'm still a new user to LPCXpresso and learning - I'll share how to assign hot keys when I get it figured out.
Thanks again,
Thom