mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
app: add support for inspect/inspect-brk in forked node process
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user