Difference between revisions of "Debugging Inkscape"
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) | |||
[[Category:Developer Documentation]] | |||
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)