eclipse-jdt / eclipse.jdt.debug

Eclipse Public License 2.0
16 stars 46 forks source link

Fix for Conditional Breakpoint not working in File class. #476

Open SougandhS opened 2 weeks ago

SougandhS commented 2 weeks ago

What it does

Handles all the exception caused while evaluating conditional breakpoint java.io.File class https://github.com/eclipse-jdt/eclipse.jdt.debug/issues/273

How to test

Author checklist

iloveeclipse commented 2 weeks ago

Would be very nice to have a regression test added, also please make sure there is one commit with proper commit message explaining the fix.

iloveeclipse commented 1 week ago

Also please rebase (do not merge with!) on latest master branch state.

SougandhS commented 20 hours ago

Hi @iloveeclipse, done all the changes.