[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.dsdp.dd] Problem in debugging with DSF.
|
- From: dpikus@xxxxxxxxxx (Dmitri Pikus)
- Date: Tue, 6 Jan 2009 08:12:37 +0000 (UTC)
- Newsgroups: eclipse.dsdp.dd
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Hi,
I have several problems when using DSF.
Environment:
OS: Windows XP Professional, SP2.
Eclipse: 3.4.1
CDT: 5.0.1
DSF: 1.1.0 - latest plugins taken from CVS (dev.eclipse.org, /cvsroot/dsdp)
Debugged application: simple C application with single method( main() )
that contains several printouts.
SCENARIO1:
1. Line breakpoint without actions is set.
2. Application is debugged with DSF.
Problem1: Threads change to 'Suspended' state, but call stack isn't shown.
Problem2: Line with reached breakpoint isn't colored.
Problem3: The following mesages are displayed in console:
mi_cmd_stack_info_depth: Usage: [MAX_DEPTH]
mi_cmd_stack_list_frames: Usage: [FRAME_LOW FRAME_HIGH]
mi_cmd_stack_info_depth: Usage: [MAX_DEPTH]
==============================================
SCENARIO2:
1. Line breakpoint without Resume action is set.
2. Application is debugged with DSF.
Problem: ClassCastException happens:
org.eclipse.dd.gdb.internal.provisional.service.command.GDBControlDMContext
incompatible with
org.eclipse.dd.dsf.debug.service.IRunControl$IExecutionDMContext
Changing GDBControlDMContext class to implement IExecutionDMContext
doesn't help much:
I see problems 1 and 2 as in scenario 1, and message
'mi_cmd_stack_info_depth: Usage: [MAX_DEPTH]' is displayed.
Sincerely,
Dmitri Pikus