Cannot step into pango function with gnome builder debugger

Open pango project with Gnome Builder, and build ok, then set breakpoint several places in utils/pango-list.c (e.g. pango_font_map_list_families), then click “run with debugger”, the main function is entered, a debug panel with five buttons appears, then I click the third button in order to step into such pango function, but it just run over the function, could someone kindly please tell how to step into pango function, thanks!

Start the debugger, then wait for it to stop on the main function. Now add your breakpoints, then “Continue” the debugger. Probably a bug that it doesn’t work with breakpoint set before debugging.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.