# Debug node name is not displayed in debug sidebar if debug node is used in a subflow even it is named correctly

**URL:** https://discourse.nodered.org/t/debug-node-name-is-not-displayed-in-debug-sidebar-if-debug-node-is-used-in-a-subflow-even-it-is-named-correctly/16309
**Category:** General
**Created:** [4 October 2019 10:45 UTC](https://discourse.nodered.org/t/debug-node-name-is-not-displayed-in-debug-sidebar-if-debug-node-is-used-in-a-subflow-even-it-is-named-correctly/16309 "2019-10-04T10:45:42Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![fangzhu](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/fangzhu/32/5796_2.png) [@fangzhu](https://discourse.nodered.org/u/fangzhu)
#### Post date: [4 October 2019 10:45 UTC](https://discourse.nodered.org/t/debug-node-name-is-not-displayed-in-debug-sidebar-if-debug-node-is-used-in-a-subflow-even-it-is-named-correctly/16309/1 "2019-10-04T10:45:42Z")

</div>

I am using 1.0.0.  
I found that if I put a debug node inside a subflow with a name, the node name is not displayed in the debug sidebar, instead nodeid is displayed.

---

<div class="post-metadata">

### Author: ![Trying\_to\_learn](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/trying_to_learn/32/28400_2.png) [@Trying\_to\_learn](https://discourse.nodered.org/u/Trying_to_learn)
#### Post date: [4 October 2019 11:38 UTC](https://discourse.nodered.org/t/debug-node-name-is-not-displayed-in-debug-sidebar-if-debug-node-is-used-in-a-subflow-even-it-is-named-correctly/16309/2 "2019-10-04T11:38:14Z")

</div>

I am not using 1.0.0 yet.

But doing a quick search, I can't see/find where it says it does support debug nodes.

But if you are saying you are seeing debug output, I'm sorry: I can't help.  
I was only wanting to say I can't find where it says it supports debug output.

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [4 October 2019 15:04 UTC](https://discourse.nodered.org/t/debug-node-name-is-not-displayed-in-debug-sidebar-if-debug-node-is-used-in-a-subflow-even-it-is-named-correctly/16309/3 "2019-10-04T15:04:06Z")

</div>

I beleive that is because the subflow can be used in many flows so a unique ID is given to each occurrence. If it only displayed the name of the debug node, how would you tell which occurance it was refering to?

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [5 October 2019 00:54 UTC](https://discourse.nodered.org/t/debug-node-name-is-not-displayed-in-debug-sidebar-if-debug-node-is-used-in-a-subflow-even-it-is-named-correctly/16309/4 "2019-10-05T00:54:58Z")

</div>

While I agree and understand, what's the harm in displaying "parent.name"? Or even "name" so long as clicking the id takes you to the correct instance? 🤔
