|
|
|
|
|
by viraptor
3799 days ago
|
|
Note that profiling and debugging are not the same. I agree that the other author did not make much research effort, but for me: profiling = snapshots of stack (r/o view), debugging = attaching interactive debugger (r/w view, patching breakpoints). |
|
There's also nothing stopping you from including a runtime debugger interface in your unikernel, just like any other kernel that supports debugging.