mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@10665 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
390fca6b36
commit
24533149fd
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ void Pdb::DebugBar(Bar& bar)
|
|||
bar.Add(b, AK_RUNTO, DbgImg::RunTo(), THISBACK(DoRunTo));
|
||||
bar.Add(b, AK_RUN, DbgImg::Run(), THISBACK(Run));
|
||||
bar.Add(b, AK_SETIP, DbgImg::SetIp(), THISBACK(SetIp));
|
||||
bar.Add(!b, AK_STOP, DbgImg::Stop(), THISBACK(BreakRunning));
|
||||
bar.Add(!b, AK_BREAK, DbgImg::Stop(), THISBACK(BreakRunning));
|
||||
bar.MenuSeparator();
|
||||
bar.Add(b, AK_AUTOS, THISBACK1(SetTab, 0));
|
||||
bar.Add(b, AK_LOCALS, THISBACK1(SetTab, 1));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue