Guide to debug my storage node, uplink, s3 gateway, satellite

hello,

what is the equivalent of

in Windows GUI?
Because no docker is used.

i added only debug.addr: 127.0.0.1:5999 to config.yaml
but seems localhost:5999/mon/funcs dont show me all the process,
example i don’t see any filewalker or lazyfilewalker or usedspace process, but storagenode.log informs me that it has started and is ongoing, yet i cant see it anywhere in that debug monitoring tool, in web browser im looking (no any curl), i see many processes there but in filewalker im interested only, and it doesn’t show that to me

nerdatwork told me:
“That’s the correct way to add to config but I did that too and it didnt show the necessary information. It started showing me the debug info after adding it to the docker run command. You should reply to the thread mentioning this that you added debug.addr: 127.0.0.1:5999 to GUI’s config.yaml.”

but i cant do point 2. coz dont use any docker hmmm, anything more to do under windows GUI?

Edit: after port change from 5999 to 5998
localhost:5998/mon/funcs do show me some more process now, but still nothing about filewalker, or lazy filewalker… i will investigate this with other nodes.