Suspend/resume working.
This commit is contained in:
@@ -145,9 +145,10 @@ module.service('DataSource', function($q) {
|
||||
});
|
||||
};
|
||||
|
||||
DataSource.prototype.stepNext = function() {
|
||||
DataSource.prototype.stepNext = function(threadId) {
|
||||
return this.issue({
|
||||
command: 'cpu.step'
|
||||
command: 'cpu.step',
|
||||
threadId: threadId
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user