Firstly, strangely quickly run on my app runs fine and i believe i have made no changes to the source since quickly debug was working (proclaiming it's not user error is distasteful, I know!).
winpdb itself crashes while my app is initializing inside the boilerplate Window.py inside Gio.Settings().
GLib-GIO-ERROR **: Settings schema 'net.launchpad.cookety-app' is not installed.
I have checked folder data/glib-2.0/schemas and all is as it was when I created project with schemas present.
I have stepped through the code right inside /usr/lib/python2.7/dist-packages/gi/overrides/Gio.py, and found out that Settings.__init__() is where it crashes.
No exceptions, no debugger pausing, just a straight connection lost and winpdb closes thus making it insane for me to even get to the line of code that creates the problem.. most frustrating. Please help!