src/eric7/Sessions/SessionFile.py

branch
eric7
changeset 10336
c6bc1a214331
parent 10321
4a017fdf316f
child 10339
446d22fa1aea
equal deleted inserted replaced
10335:cc0a21ae0975 10336:c6bc1a214331
349 project.setDbgInfo( 349 project.setDbgInfo(
350 debugInfoDict["VirtualEnv"], 350 debugInfoDict["VirtualEnv"],
351 debugInfoDict["CommandLine"], 351 debugInfoDict["CommandLine"],
352 debugInfoDict["WorkingDirectory"], 352 debugInfoDict["WorkingDirectory"],
353 debugInfoDict["Environment"], 353 debugInfoDict["Environment"],
354 debugInfoDict["ReportExceptions"], 354 debugInfoDict["Exceptions"] ,
355 debugInfoDict["IgnoredExceptions"], 355 debugInfoDict["IgnoredExceptions"],
356 debugInfoDict["AutoClearShell"], 356 debugInfoDict["AutoClearShell"],
357 debugInfoDict["TracePython"], 357 debugInfoDict["TracePython"],
358 debugInfoDict["AutoContinue"], 358 debugInfoDict["AutoContinue"],
359 debugInfoDict["ReportAllExceptions"], 359 debugInfoDict["ReportAllExceptions"],

eric ide

mercurial