Preset with Auto Levels

Ok, I succeeded in changing the default highlight threshold to work with autolevels.

I am trying to get gdb to break on the entry to getAutoExp

I do:

(gdb) break getAutoExp
Function “getAutoExp” not defined.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (getAutoExp) pending.

but it just goes right past it?