mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 00:36:16 +02:00
[276325] [disassembly] [breakpoints] Exception when setting breakpoint in disassembly view
This commit is contained in:
parent
6d067b774b
commit
47e2c99bdb
1 changed files with 2 additions and 4 deletions
|
@ -576,11 +576,9 @@ public class DisassemblyDocument extends REDDocument {
|
|||
return new Position(offset, lineLength);
|
||||
}
|
||||
} catch (BadLocationException exc) {
|
||||
// TLETODO Auto-generated catch block
|
||||
exc.printStackTrace();
|
||||
internalError(exc);
|
||||
} catch (BadPositionCategoryException exc) {
|
||||
// TLETODO Auto-generated catch block
|
||||
exc.printStackTrace();
|
||||
internalError(exc);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue