Welcome to the IBM TechXchange Community, a place to collaborate, share knowledge, & support one another in everyday challenges. Connect with your fellow members through forums, blogs, files, & face-to-face networking.
Join / sign up
Originally posted by: melaniejs Debugging optimized code has always been a challenging task, because it could make the program state not available to debuggers. Optimization can change the sequence of operations, add or remove code, change variable data locations, and perform other...
Originally posted by: rauls Those of us who develop C++ applications for a living, often hit a dilemma when analyzing functional errors. Should I debug my application using a symbolic debugger, or should I just add prints and traces to the code to understand its behavior? Too often...
Originally posted by: Annie Cheng Interested in using DWARF debug format on AIX7.1? Besides the OS debug support, you also need the compiler to generate DWARF debug format for your programs in the first place. Starting from the September 2010 PTFs for XL C for AIX, V11.1 , XL C/C++ for...