Bug 275705 - [pda] Breakpoints set on first line of pda code are not hit
Summary: [pda] Breakpoints set on first line of pda code are not hit
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf (show other bugs)
Version: 6.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-11 14:17 EDT by Randy Rohrbach CLA
Modified: 2020-09-04 15:24 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Randy Rohrbach CLA 2009-05-11 14:17:02 EDT
DSF[psa] Breakpoints set on first line of pda code are not hit. If you set a breakpoint.

To reproduce, create a project in the Project Explorer and just have it contain
the fibonacci.pda file.

Create a PDA launch which specifies this file as its executable. 

Before debugging the file, double-click on the first line of the file which is a
"push 6" instruction. Also create a breakpoint on the second line, which is a "call fibonacci" instruction. When you debug the program it will stop at the second line only. Although both breakpoints are shown as properly set in the breakpoint view.