Menu

#111 "Error Loading File" in Debugger

0.18
open
nobody
debugger (11)
5
2014-04-02
2014-03-25
blynch
No

Getting this message when I attempt to run any target (.py files that open correctly in Geany itself). Renders debugger totally useless. Debug messages:
13:51:00: GLib CRITICAL : g_string_free: assertion 'string != NULL' failed
13:51:00: GLib CRITICAL : g_string_free: assertion 'string != NULL' failed
13:51:00: GLib CRITICAL : g_string_free: assertion 'string != NULL' failed
13:51:00: GLib CRITICAL : g_string_free: assertion 'string != NULL' failed
13:51:00: GLib CRITICAL : g_string_free: assertion 'string != NULL' failed
13:51:00: GLib CRITICAL : g_string_free: assertion 'string != NULL' failed
13:51:00: GLib CRITICAL : g_string_free: assertion 'string != NULL' failed
13:51:00: GLib CRITICAL : g_string_free: assertion 'string != NULL' failed
13:51:00: GLib CRITICAL : g_string_free: assertion 'string != NULL' failed
13:51:00: GLib CRITICAL : g_string_free: assertion 'string != NULL' failed
13:51:00: GLib CRITICAL : g_hash_table_destroy: assertion 'hash_table != NULL' failed

(This is Geany 1.23.1 on Ubuntu 13.10)

Discussion

  • Federico Reghenzani

    Currently the debugger supports only GDB, so you need to select a binary executable file, not a python script.

    Anyway, those memory-freeing errors need to be corrected.

     
  • blynch

    blynch - 2014-04-02

    Ah - ok, thanks!