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 » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » Linux console apps (no U++) hang while debuging
Linux console apps (no U++) hang while debuging [message #16948] Tue, 22 July 2008 16:13 Go to previous message
cbpporter is currently offline  cbpporter
Messages: 1401
Registered: September 2007
Ultimate Contributor
...when the application does not quit immediately, like when running a server.

But TheIDE also hangs when debugging something as simple as:
#include "stdio.h"

int main(int argc, const char *argv[])
{
	printf("%s\n", "caca");
	getchar();
	return 0;
}
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: dependancies
Next Topic: [BUG] Wrong png file name theide.desktop and theide-48.png is corrupted
Goto Forum:
  


Current Time: Wed May 08 20:05:31 CEST 2024

Total time taken to generate the page: 0.02162 seconds