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 » Debugger ignore breakpoint in headerfile
icon4.gif  Debugger ignore breakpoint in headerfile [message #4216] Fri, 28 July 2006 21:48 Go to previous message
ren42 is currently offline  ren42
Messages: 12
Registered: July 2006
Promising Member
Hello altogether,
first i want say, you did a wonderful work. I'm very impressed
about all those features UPP have. Smile

So I get confused that the debugger ignored breakpoints
in headerfiles. The reason is: I enclosed my headers,
except for the STL, in doubleqoutes e.g.:
#include "hyperclass.hpp" <--- Breakpoints will be ignored
Now i find the workaround:
#include <mainPackage/hyperclass.hpp> <--- Now it works Smile
But i think it's not a bug, it's a feature, so i can organize
my code better Smile
BTW, please tell me, how can i make the debugger stop, if an
error occur? The option "Stop on Error" is aktivated.

Many thanks in advance Smile
 
Read Message icon4.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: including cpp-files
Next Topic: umk on linux
Goto Forum:
  


Current Time: Wed May 22 01:44:38 CEST 2024

Total time taken to generate the page: 0.02032 seconds