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"], |