Content originally posted in LPCWare by piperazine on Thu Mar 31 16:20:06 MST 2011
Hello,
I've just had to install MinGW along with Eclipse just to do some testing of C/C++ programs/functions, and it got me thinking to weather I could use LPCXpresso IDE instead of the standard Eclipse one. So I had a little play and managed to create a C project using the MinGW toolchain in LPCXpresso using the project wizard. I got it to build and run (by right clicking project->Run as->local C/C++ application).
I thought I might try and push my luck to see if I could debug it (I right clicked project->Debug as->local C/C++ application) but no joy (error window pops up).
Is it posible to get debug to work with MinGW projects in LPCXpresso, or is this not possible(I would say supported, but I kinda know the answer to that :D).
....just curious