Bug #10443 2007-02-21 14:27

colinmac

Source line not being tracked when stepping

Our projects use some assembly (.S) files. These have been designated as source files in the 'Categories & File Types' dialog, and the files build OK.

When I debugging the application the debugger recognises that the current code is linked to the assembly source, and I see messages like:

At c:/components/PlatformTest/OtherFiles/Boot.S:63

but the source window does not track this like it does for a C++ source file. My guess is that the parser is hard-coded to look for .c, .cpp, etc., extensions rather than using the list from Categories & File Types.

Category
Debugger
Group
 
Status
Open
Close date
 
Assigned to