
22 Mar
2020
22 Mar
'20
11:27 p.m.
Hi everyone.
I'm trying to make a simple jump on C funcion trace by frame->f_lineno. Example is simple, but not working.
if (frame->f_lineno == 12){
frame->f_lineno = 8;
}
attached files C and python to run test. the line 12 I need to jump to line 8.
Att.
Leandro Müller