Skip to content

Commit 0672fdc

Browse files
danthe1stmerks
authored andcommitted
Add N&N for Debugging in the Class File Editor
See also eclipse-jdt/eclipse.jdt.debug#831
1 parent f449fbb commit 0672fdc

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

1.18 MB
Loading

news/4.40/jdt.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,19 @@ for example `myobj.myfield`, ensuring they evaluate correctly for the current co
9696
![Watch Context](images/WatchExpressions.gif)
9797

9898

99+
### Stepping in Class File Editor
100+
101+
<details>
102+
<summary>Contributors</summary>
103+
104+
- [Daniel Schmid](https://github.com/danthe1st)
105+
</details>
106+
107+
The class file editor has been enhanced to support highlighting the instruction pointer.
108+
When stepping through Java classes without available source code, Eclipse will automatically highlight the next bytecode instruction to execute.
109+
110+
![Stepping through a class without a source attachment](images/ClassFileDebugging.gif)
111+
99112
<!--
100113
### JDT Developers
101114
-->

0 commit comments

Comments
 (0)