Debugger/DebugUI.py

changeset 3156
86a6528fea9f
parent 3032
927a2f8b3669
child 3160
209a07d7e401
equal deleted inserted replaced
3155:7e10d00e27ca 3156:86a6528fea9f
1498 argv, wd, env, exceptions, clearShell, clearHistories, console = \ 1498 argv, wd, env, exceptions, clearShell, clearHistories, console = \
1499 dlg.getData() 1499 dlg.getData()
1500 eraseCoverage = dlg.getCoverageData() 1500 eraseCoverage = dlg.getCoverageData()
1501 1501
1502 if runProject: 1502 if runProject:
1503 fn = self.project.getMainScript(1) 1503 fn = self.project.getMainScript(True)
1504 if fn is None: 1504 if fn is None:
1505 E5MessageBox.critical( 1505 E5MessageBox.critical(
1506 self.ui, 1506 self.ui,
1507 self.trUtf8("Coverage of Project"), 1507 self.trUtf8("Coverage of Project"),
1508 self.trUtf8( 1508 self.trUtf8(
1616 argv, wd, env, exceptions, clearShell, clearHistories, console = \ 1616 argv, wd, env, exceptions, clearShell, clearHistories, console = \
1617 dlg.getData() 1617 dlg.getData()
1618 eraseTimings = dlg.getProfilingData() 1618 eraseTimings = dlg.getProfilingData()
1619 1619
1620 if runProject: 1620 if runProject:
1621 fn = self.project.getMainScript(1) 1621 fn = self.project.getMainScript(True)
1622 if fn is None: 1622 if fn is None:
1623 E5MessageBox.critical( 1623 E5MessageBox.critical(
1624 self.ui, 1624 self.ui,
1625 self.trUtf8("Profile of Project"), 1625 self.trUtf8("Profile of Project"),
1626 self.trUtf8( 1626 self.trUtf8(
1736 argv, wd, env, exceptions, clearShell, clearHistories, console = \ 1736 argv, wd, env, exceptions, clearShell, clearHistories, console = \
1737 dlg.getData() 1737 dlg.getData()
1738 forkAutomatically, forkIntoChild = dlg.getRunData() 1738 forkAutomatically, forkIntoChild = dlg.getRunData()
1739 1739
1740 if runProject: 1740 if runProject:
1741 fn = self.project.getMainScript(1) 1741 fn = self.project.getMainScript(True)
1742 if fn is None: 1742 if fn is None:
1743 E5MessageBox.critical( 1743 E5MessageBox.critical(
1744 self.ui, 1744 self.ui,
1745 self.trUtf8("Run Project"), 1745 self.trUtf8("Run Project"),
1746 self.trUtf8( 1746 self.trUtf8(

eric ide

mercurial