#97, bring IDE to front on breakpoint

This commit is contained in:
Basile Burg 2016-11-30 10:28:21 +01:00
parent b7afbbe0ba
commit 5e2938c4b9
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 3 additions and 1 deletions

View File

@ -1812,6 +1812,7 @@ begin
setState(gsPaused);
autoGetStuff;
readOutput;
application.BringToFront;
subjDebugBreak(fSubj, fLastFilename, line, brkreason);
end;
end
@ -1882,6 +1883,7 @@ begin
or (reason = 'exited')
then
begin
application.BringToFront;
readOutput;
if not fOptions.showGdbOutput then
fMsg.message('debugging terminated: ' + reason, nil, amcMisc, amkInf);
@ -2347,7 +2349,7 @@ begin
end;
//TODO-cGDB: copy from call stack list
//TODO-cGDB: copy from the lists: value, instructions, etc.
procedure TCEGdbWidget.setGpr(reg: TCpuRegister; val: TCpuGprValue);
const