Bug 164994 - For post-mortem debugging new launch configuration is not initializes properly
Summary: For post-mortem debugging new launch configuration is not initializes properly
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-cdi (show other bugs)
Version: 3.1   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 4.0 M6   Edit
Assignee: Nobody - feel free to take it CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2006-11-17 12:05 EST by Alex Chapiro CLA
Modified: 2009-01-09 14:06 EST (History)
0 users

See Also:


Attachments
Patch that fix the problem (1.78 KB, patch)
2006-11-17 12:13 EST, Alex Chapiro CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Chapiro CLA 2006-11-17 12:05:23 EST
If you create new launch configuration for post-mortem debugger, then immediately click debug button, bebug session failed (reasons could be different, for example "No such debugger" or "Cannot launch session"). This happens because initialization of Launch Configuration is not completed, some important fields, such as a default debugger ID, or default debugger specific options has been not initialized yet.
Comment 1 Alex Chapiro CLA 2006-11-17 12:13:00 EST
Created attachment 54082 [details]
Patch that fix the problem
Comment 2 Nobody - feel free to take it CLA 2007-03-01 07:33:38 EST
Applied. Thank you.