Skip to content

Commit

Permalink
Add GNU assembler debug level option to N&N
Browse files Browse the repository at this point in the history
  • Loading branch information
jld01 committed Apr 3, 2024
1 parent 98e86ff commit 96a3310
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NewAndNoteworthy/CDT-11.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ This is the New & Noteworthy page for CDT 11.6 which is part of Eclipse 2024-06

# Release Notes

# Build

## Debug information for GNU assembly language files

The managed build system now provides an option to generate debug information when building GNU assembly language source files. The debug information enables stepping into assembly language files when debugging at source code level. The new option is enabled by default for _Debug_ build configurations using a _Cross GCC_, _Cygwin GCC_, _Linux GCC_ or _MinGW GCC_ toolchain:

<p align="center"><img src="images/CDT-11.6-gnu-as-debug.png" width="80%"></p>

# API Changes, current and planned

## Breaking API changes
Expand Down
Binary file added NewAndNoteworthy/images/CDT-11.6-gnu-as-debug.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 96a3310

Please sign in to comment.