1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fix for bug 25283

This commit is contained in:
Mikhail Khodjaiants 2002-10-30 20:44:28 +00:00
parent fc8f414e73
commit 33f9b69bf6

View file

@ -342,7 +342,6 @@ public class CDebugUIPlugin extends AbstractUIPlugin implements ISelectionListen
{
try
{
((ISwitchToThread)((IThread)element).getDebugTarget()).setCurrentThread( (IThread)element );
if ( !sameThread( (IDebugElement)element ) )
{
((ISwitchToThread)((IThread)element).getDebugTarget()).setCurrentThread( (IThread)element );