Ask a question
Missed IBM TechXchange Dev Day: Virtual Agents? On-demand viewing is available here
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 transformations that make it difficult to associate the generated code with the original source statements. In this article, Daniel Chen and Tommy Hoffner introduce a compiler option that helps debug optimized code. Read more