2013-10-13 100 views

回答

2

processdebugPort屬性:

if (typeof v8debug !== 'undefined') { 
    console.log('In debug mode and listening on port: ' + process.debugPort); 
} 
+0

哦喔,不知道了'v8debug'全球。很晦澀,眼睛? 'process'也是全球性的,對嗎?無需要求?或者我應該這樣做是出於某種原因。 –

+0

更多關於'v8debug'全局在這裏找到:http://stackoverflow.com/questions/6889470/how-to-programmatically-detect-debug-mode-in-nodejs –

+0

@dimadima當然'process'是一個全球性的。多麼尷尬......答覆已更新。 –