Community
Participate
Working Groups
Build Identifier: 20110916-0149 I created a simple C program : #include <stdio.h> int main ( int argc, char * argv [] ) { printf ("1\n"); printf ("2\n"); return (0); } Put a breakpoint on the first printf, started to debug. When the breakpoint is hit, I do a 'Step Over' ... but the debugger is lost (there is a stack level with address 0x00) The arrow showing where the debugger is, is nowhere to be found Reproducible: Always Steps to Reproduce: 1.Build the simple C program described above 2.Set a breakpoint on the first printf 3.Debug with a TCF agent connection 4.When the breakpoint is hit, do a step over
Caused by invalid value of address size in stack tracing of trampolines. Fixed. Thanks.