Skip to main content

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

Also posting the query here as I had seen some examples implemented by.
Thanks in advance please provide any pointers possible or redirect to the right 
group.

Thanks,
Vrushali.


----- Forwarded Message ----
From: vrushali babar <vrush_com@xxxxxxxxx>
To: cdt-dev@xxxxxxxxxxx; eclipse-pune <eclipse-pune-dev@xxxxxxxxxxxxxxxx>
Sent: Fri, August 20, 2010 6:42:31 PM
Subject: [eclipse-pune-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.



      

-- 
===================================================
Visit us at:
http://groups.google.com/group/eclipse-pune-dev/
===================================================


      



Back to the top