Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Setting breakpoints in custom debug mode

Hi,

I'm trying to implement custom debug using CDT. I could get the debugger 
connected and working with the help of following links
http://www.ibm.com/developerworks/opensource/library/os-eclipse-cdt-debug1/
http://www.ibm.com/developerworks/opensource/library/os-eclipse-cdt-debug2/index.html


But not getting how to step in/out of debug using breakpoints. When I set any 
breakpoint, getting a message as  

246^done,bkpt={number="2",type="breakpoint",disp="keep",enabled="y",addr="0x08049a2a",func="main",file="../src/Hello_1.cpp",fullname="fullPath/Hello_1/src/Hello_1.cpp",line="18",times="0"}

(gdb) 

But it never halts at the set breakpoint. 
I have implemented following extensions,
- org.eclipse.debug.core.launchConfigurationTypes
- org.eclipse.debug.core.launchDelegates
- org.eclipse.debug.ui.launchConfigurationTabGroups
- org.eclipse.cdt.debug.core.CDebugger
Am I missing any required extension here or anything that makes step in/out of 
debug possible?

Thanks in advance,
Vrushali.



      



Back to the top