# Copy more then 500 Byte in debug

**URL:** https://discourse.nodered.org/t/copy-more-then-500-byte-in-debug/63036
**Category:** General
**Created:** [25 May 2022 08:31 UTC](https://discourse.nodered.org/t/copy-more-then-500-byte-in-debug/63036 "2022-05-25T08:31:31Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![sven](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/sven/32/62075_2.png) [@sven](https://discourse.nodered.org/u/sven)
#### Post date: [25 May 2022 08:31 UTC](https://discourse.nodered.org/t/copy-more-then-500-byte-in-debug/63036/1 "2022-05-25T08:31:31Z")

</div>

Hello  
I become an array of around 700 byte from an serial device. It is an array.  
When i use an Debug the Message drop in the Debug window and shows it has 700 Byte. When i use the Copy Message Button in the Debug window it copy only 500 Byte  
Is this an Bug or an Feature? Is there any way to Copy the full Message ?  
Greetings from Germany

---

<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: [25 May 2022 08:41 UTC](https://discourse.nodered.org/t/copy-more-then-500-byte-in-debug/63036/2 "2022-05-25T08:41:18Z")

</div>

Hi Sven

> [@sven](#):
>
> It is an array.

I assume you mean buffer?

> [@sven](#):
>
> When i use an Debug the Message drop in the Debug window and shows it has 700 Byte

Yes, but you will note the 500~700 are not viewable.  
 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/4/6/46bc6cb5e6b11195023926a36efad6fcb606eb86.png)

> [@sven](#):
>
> Is this an Bug or an Feature?

It is a feature to prevent the websocket from node-red to browser being overloaded.

In situations like this, if you actually need to inspect 700 individual bytes, it is notmally recommended you write the payload to a file for closer inspection.

NOTE: the data is there (at server-side) it is just not transmitted to the debug (to keep the editor responsive)

---

<div class="post-metadata">

### Author: ![sven](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/sven/32/62075_2.png) [@sven](https://discourse.nodered.org/u/sven)
#### Post date: [25 May 2022 12:22 UTC](https://discourse.nodered.org/t/copy-more-then-500-byte-in-debug/63036/3 "2022-05-25T12:22:48Z")

</div>

Okay thank you.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [8 June 2022 12:23 UTC](https://discourse.nodered.org/t/copy-more-then-500-byte-in-debug/63036/4 "2022-06-08T12:23:06Z")

</div>

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.
