mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 23:05:47 +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
|
try
|
||||||
{
|
{
|
||||||
((ISwitchToThread)((IThread)element).getDebugTarget()).setCurrentThread( (IThread)element );
|
|
||||||
if ( !sameThread( (IDebugElement)element ) )
|
if ( !sameThread( (IDebugElement)element ) )
|
||||||
{
|
{
|
||||||
((ISwitchToThread)((IThread)element).getDebugTarget()).setCurrentThread( (IThread)element );
|
((ISwitchToThread)((IThread)element).getDebugTarget()).setCurrentThread( (IThread)element );
|
||||||
|
|
Loading…
Add table
Reference in a new issue