This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!14938
fix debugger recheck
From:
@john_tzanakakis
Reviewed-by: @yelihua,@lixiaohui33 Signed-off-by:
@lixiaohui33
tags/v1.2.0
mindspore-ci-bot
Gitee
5 years ago
parent
61a34e76bf
8c6ced51df
commit
64f29e1c1c
1 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
mindspore/ccsrc/debug/debugger/debugger.cc
+ 4
- 2
mindspore/ccsrc/debug/debugger/debugger.cc
View File
@@ -622,8 +622,10 @@ void Debugger::CommandLoop() {
break;
case DebuggerCommand::kRunCMD:
ProcessRunCMD(reply);
// exit loop
run = true;
if (GetRunLevel(reply) != "recheck") {
// exit loop
run = true;
}
break;
case DebuggerCommand::kSetCMD:
ProcessKSetCMD(reply);
Write
Preview
Loading…
Cancel
Save