MCPcopy Create free account
hub / github.com/PlayOnLinux/POL-POM-4 / BugReport

Method BugReport

python/wrapper.py:67–74  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

65 self.POLDie()
66
67 def BugReport(self, event):
68 try:
69 self.debugFrame.Show()
70 self.debugFrame.SetFocus()
71 except:
72 self.debugFrame = debug.MainWindow(None, -1, _("{0} debugger").format(os.environ["APPLICATION_TITLE"]))
73 self.debugFrame.Center(wx.BOTH)
74 self.debugFrame.Show()
75
76 def POLDie(self):
77 for pid in self.registeredPid:

Callers 1

DebugClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected