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

Method RunDebug

python/mainwindow.py:1072–1076  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

1070 os.environ["APPLICATION_TITLE"])
1071
1072 def RunDebug(self, event):
1073 game_exec = self.GetSelectedProgram()
1074 game_prefix = playonlinux.getPrefix(game_exec)
1075 playonlinux.SetDebugState(game_exec, game_prefix, True)
1076 self.Run(self, True)
1077
1078 def sendfeedback(self, event):
1079 game_exec = self.GetSelectedProgram()

Callers

nothing calls this directly

Calls 2

GetSelectedProgramMethod · 0.95
RunMethod · 0.95

Tested by

no test coverage detected