Bug 464644 - Display current hit count
Summary: Display current hit count
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.5   Edit
Hardware: Macintosh Mac OS X
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-14 15:52 EDT by Tim Broberg CLA
Modified: 2015-04-15 05:05 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Broberg CLA 2015-04-14 15:52:13 EDT
We could really use to see the current hit count, so we can set the hit point to a zillion, find n - the remaining hit count, set the hit count to a zillion - n, and then rerun.

#38758 and #66454 requested this, but were WONTFIX'ed as it's just not possible with the then-current debugger.

In #352585, Justin mentions that the hit count implementation broke because of a change in the debugger implementation.

Is it possible that the change that broke hit count also allows us to access the hit count for display?

Either way, thanks for your hard work on the tremendous (let alone free) product,
    - Tim.
Comment 1 Sarika Sinha CLA 2015-04-15 04:54:43 EDT
From Bug 352585, I could not find the information about any bug which has broken this behavior.
Comment 2 Tim Broberg CLA 2015-04-15 05:05:46 EDT
Hi, Sarika.

This behavior is an enhancement, not a regression.

The relevant information in #352585 is that "we created our own breakpoint type."

The question is, does the new breakpoint implementation referenced in #352585 expose the hit count, invalidating the reasons for WONTFIX'ing #38758 and #66454?