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:
parent
fc8f414e73
commit
33f9b69bf6
1 changed files with 0 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Reference in a new issue