src/eric7/Sessions/SessionFile.py

branch
eric7
changeset 10339
446d22fa1aea
parent 10336
c6bc1a214331
child 10365
0d603858452d
equal deleted inserted replaced
10338:7329b8d78f7b 10339:446d22fa1aea
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["Exceptions"] , 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