GNOME Bugzilla – Bug 757443
g-ir-tool-template: Fix a coding error that hooks up pdb in any build
Last modified: 2015-11-01 23:31:39 UTC
A condition was supposed to test if GI_SCANNER_DEBUG environment variable is unset or empty, but instead always evaluated to true. This results in any build pausing in pdb whenever an uncaught exception occurs in a g-ir-* tool.
Created attachment 314585 [details] [review] g-ir-tool-template: Fix a coding error that hooks up pdb in any build
Review of attachment 314585 [details] [review]: Thanks for debugging this.
Comment on attachment 314585 [details] [review] g-ir-tool-template: Fix a coding error that hooks up pdb in any build Pushed as commit 61100f7