Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 449448

Summary: Refactoring method with breakpoint on it makes debugging very slow and doesn't break
Product: [Eclipse Project] JDT Reporter: Tobias Hirning <sskyman>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: CLOSED WORKSFORME QA Contact:
Severity: major    
Priority: P3 CC: sskyman
Version: 4.4   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard: stalebug

Description Tobias Hirning CLA 2014-10-31 06:33:14 EDT
Steps to reproduce:
1. Set a breakpoint an a method.
2. Refactor the method to give it another name.
3. Start the code in debug mode.

Expected behaviour:
When invoking the method on runtime the execution gets paused and one can debug.


Observerd behaviour:
The program that is debuged is very slow and doesn't get paused when invoking the method.

Environment:
Eclipse for RCP and RAP Developers, Luna 4.4.0, Build id 20140612-0600 on Ubuntu 14.04.1 LTS on VirtualBox 4.3.16 r95972.

Java:
java version "1.7.0_67"
Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)

Maybe related to #97580 as I can observe this bug to.
Comment 1 Eclipse Genie CLA 2019-06-01 14:06:10 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 2 Tobias Hirning CLA 2019-06-01 14:42:20 EDT
I could not reproduce that bug anymore. Therefore I am closing it.