Bug 564933 - Eclipse does not halt at breakpoint
Summary: Eclipse does not halt at breakpoint
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.5.1   Edit
Hardware: PC Windows 10
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: Platform-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-05 05:54 EDT by Akash Mehta CLA
Modified: 2020-07-07 02:58 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 Akash Mehta CLA 2020-07-05 05:54:04 EDT
Hi,

I'm using eclipse Mars.1 Release (4.5.1). I have multiple projects checked out in my workspace. I have one project let say P1. I have put multiple breakpoints in couple of .java classes but it eclipse doesn't halt at a single breakpoint.

I have checked skip breakpoint is not checked even in debug mode too.

Further, I tried to run diff project let say P2 and it put breakpoints in java files and ran into debug mode and here, eclipse execution gets halted and breakpoints are hit.

can you suggest some resolution? I'm really stuck here.
Comment 1 Rolf Theunissen CLA 2020-07-05 06:25:16 EDT
Did you try cleaning and rebuilding all projects? Also ensure that build automatically is enabled.
Comment 2 Akash Mehta CLA 2020-07-07 02:58:07 EDT
Yes, I tried cleaning project and building the project too. But, I actually found work around to launch project with main class and now it is hitting breakpoints