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: Compiling, Linking, Debugging of your packages » Parse error in debugger
Parse error in debugger [message #42427] Thu, 13 March 2014 15:09 Go to previous message
busiek is currently offline  busiek
Messages: 64
Registered: February 2011
Location: Poland
Member
Hi,

I gave a try to new debugging code on a simple program with a memory leak:
#include <Core/Core.h>

int main(int argc, const char *argv[])
{
	Upp::MemoryBreakpoint(628);
	int *ptr = new int(1);
	ptr = new int(2);
	delete ptr;
	return 0;
}

Ide crashes with "Parse error". It makes debugger useless for tracking memory leaks.

[Updated on: Thu, 13 March 2014 15:10]

Report message to a moderator

 
Read Message
Read Message
Previous Topic: can't include .rc icons
Next Topic: How do I compile umk.exe without theide (freebsd)?
Goto Forum:
  


Current Time: Sat May 04 02:04:41 CEST 2024

Total time taken to generate the page: 0.03583 seconds