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 » Can't stop at breakpoints in debugger
icon3.gif  Bypassed +++ Re: Can't stop at breakpoints in debugger [message #10468 is a reply to message #10403] Tue, 10 July 2007 23:21 Go to previous message
$mike{is_here} is currently offline  $mike{is_here}
Messages: 12
Registered: July 2007
Promising Member
Hello EBo--,

Thanks.

For the time being I bypass the problem by using a simple unit test interface I wrote. I used template<> for the first time, and hey, it's really a wow! thing after taking the first hurdles.

It works like this:

Check<String> cs;
String res;   // some result from somewhere
String exp;   // some expectation

cs.change(res, exp, String("some comments"));
cs.same();    // prints out Not-OK (printing the values) or OK (only comment)


Just wondering, how unit testing is done in U++. I apply the Test-Driven Design (TDD) flavor. Though, once in a while I still need the debugger (like now during my learning phase of U++).

Micha

[Updated on: Tue, 10 July 2007 23:24]

Report message to a moderator

 
Read Message icon9.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon3.gif
Previous Topic: how to link a .dll?
Next Topic: How do I stick /NODEFAULTLIB in front of a library?
Goto Forum:
  


Current Time: Thu May 16 05:04:44 CEST 2024

Total time taken to generate the page: 0.02363 seconds