app: add support for inspect/inspect-brk in forked node process
This commit is contained in:
parent
a6ea316a5d
commit
538b97582a
3 changed files with 16 additions and 1 deletions
|
@ -7,7 +7,15 @@
|
|||
|
||||
#include <memory>
|
||||
|
||||
#include "atom/common/node_includes.h"
|
||||
#include "base/macros.h"
|
||||
|
||||
namespace node {
|
||||
class Environment;
|
||||
}
|
||||
|
||||
namespace v8 {
|
||||
class Platform;
|
||||
}
|
||||
|
||||
namespace atom {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue