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 » Problems with debugging in TheIDE (mingw)
No projects debug with latest 709dev1 under mingw [message #11587 is a reply to message #11581] Tue, 18 September 2007 16:26 Go to previous messageGo to previous message
nixnixnix is currently offline  nixnixnix
Messages: 415
Registered: February 2007
Location: Kelowna, British Columbia
Senior Member
Ok I've tried debugging projects straight out of examples and reference and nothing debugs. Its not my code.

Ach who cares about breakpoints - DUMP works fine Smile

Is there a better way to show variables than

#ifdef _DEBUG
	String s = Format("GetProbability() using tab file: startRadians=%f,stopRadians=%f,v=%f,vstep=%f,res=%f,f=%f",
										startRadians,stopRadians,v,vstep,res,f);
	DUMP(s);
#endif


?

[Updated on: Tue, 18 September 2007 20:47]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Getting "heap leaks detected!" error messages on program exit. How to debug it?
Next Topic: linking difficulties under msvc
Goto Forum:
  


Current Time: Thu May 09 20:03:13 CEST 2024

Total time taken to generate the page: 0.02209 seconds