U++ framework
Do not panic. Ask here before giving up.

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: 1428
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: Fri May 01 23:40:07 GMT+2 2026

Total time taken to generate the page: 0.00540 seconds