Wxmaxima notes

From raju

debugging using gdb

Add

    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865740
    

to /etc/apt/sources.list

    sudo apt-get update
    sudo apt-get install wxmaxima-dbgsym
    gdb wxmaxima
    

Ref:-

Specific to | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964328

    (gdb) break g_log
    (gdb) r
    (gdb) c 8