Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ Developers corner » U++ and MinGW 4.7 (-std=c++11) issues
Re: U++ and MinGW 4.7 (-std=c++11) issues [message #36934 is a reply to message #36928] Mon, 23 July 2012 17:58 Go to previous message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
unodgs wrote on Mon, 23 July 2012 13:50

Thanks! I had similar changes but in another branch Smile Speaking of MingGW64. I'm unable to start debugger in the new experimental mode. Ide says 'Failded to run app'. I have gdb 7.4.1 and python 2.7.3 (on PATH). Does it only work in 32 bit mode?


I use it on gcc on ubuntu 64 bit and it works well... never tested on mingw, either.

I don't have a mingw setup here.... could you please try to "debug the debugger" with the old one to see why it can't start ?
Usually I have the "installed" ide named "theide" and the testing one named (automatically...) ide, so you can start theide in debug mode with different settings than the installed one, so it's quite easy to debug it.
If you add a couple of DLOG in Gdb_MI2.cpp :
MIValue Gdb_MI2::MICmd(const char *cmdLine)
{
    DLOG("CMDLINE : " << cmdLine);
......


and

MIValue Gdb_MI2::ParseGdb(String const &output, bool wait)
{
    DLOG("OUTPUT : " << output);
.......


and send me the ide log file, I could probably find the problem.

Ciao

Max
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: CodeEditor with user-definable syntax highlighting
Next Topic: Linking standard libraries
Goto Forum:
  


Current Time: Sat May 04 11:48:22 CEST 2024

Total time taken to generate the page: 0.02717 seconds