microgateway plugin directory on Windows

How do I get to view the debug statements on Windows?

Given I have _required_

var debug = require('debug')('plugin:my-edgemicro-plugin');

Tried starting edgemicro with:

> DEBUG=* edgemicro start -o ..... .. but that's not a recognized command on Windows

Thanx in advance,

Solved Solved
0 1 107
1 ACCEPTED SOLUTION

Not applicable

I believe on Windows, you just need to SET the DEBUG env var in your console before running edgemicro. Something like:

SET DEBUG=*

View solution in original post

1 REPLY 1

Not applicable

I believe on Windows, you just need to SET the DEBUG env var in your console before running edgemicro. Something like:

SET DEBUG=*