Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » debugging speed exes
Re: debugging speed exes [message #36096 is a reply to message #36094] |
Fri, 27 April 2012 07:26  |
|
Hi Nick,
Just a little warning Be aware that even though the debugging symbols are present, the debugger might tell you slightly incorrect information. Due to optimizations often some variables can't be inspected and even some line numbers can be a little off, especially for inlined functions. So if the debugger points you to a code which looks perfectly correct, it might really be correct
Another thing to try might be turning the optimizations off one by one... Or compiling only parts of the program with speed optimization - you can start by allowing it for some packages and after localizing the problem, you can step down to files level. That way, you can hunt the problem down at least to few functions in that file.
Best regards,
Honza
|
|
|
Goto Forum:
Current Time: Tue Aug 26 15:19:44 CEST 2025
Total time taken to generate the page: 0.05798 seconds
|