Difference between revisions of "Debugging Inkscape"

From Inkscape Wiki
Jump to navigation Jump to search
m (buglist)
 
(Categorization)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
* If you're hunting down a GTK warning, you can set a breakpoint in gdb for "g_logv" so you can capture a backtrace.  ("br g_logv", "run", "bt")
* If you're hunting down a GTK warning, you can set a breakpoint in gdb for "g_logv" so you can capture a backtrace.  ("br g_logv", "run", "bt")


* Bug list
- w32 version asks for (that crappy) Verdana typeface (which is not the most usual w32 typeface, also some users have deleted it to save disk space)


* Bug list
[[Category:Developer Documentation]]
- w32 version asks for (that crappy) Verdana typeface (which is not the most usual w32 typeface, as well lots of users uses to delete it for disk space saving and performance gaining)

Revision as of 21:44, 20 June 2006

  • If you're hunting down a GTK warning, you can set a breakpoint in gdb for "g_logv" so you can capture a backtrace. ("br g_logv", "run", "bt")
  • Bug list

- w32 version asks for (that crappy) Verdana typeface (which is not the most usual w32 typeface, also some users have deleted it to save disk space)