-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Long string impossible to analyse #11
Comments
This is a known limitation. We do not send the full payload to the editor otherwise it could easily overwhelm the browser. Nor do we hold onto the payloads in the runtime just in case some wants to copy the value. |
Hi, First, i can not put it on the first message but thanks for your great work. I start codding with your soft and that enjoy my life a lot now. I code some app with angular and ionic with pure code after that and i still use node-red like my base. It's realy fun to have that for everyone. I wana thank you to start this things and the other contributors. So keep going :) Ok, i use node-red for a long time a go and i always manage that problem in a different way because in the debug message in the debug bar you have lot more than in the flow debugger tab. Can you just increase the size in the flow debug bar to have the same size than in the message debug bar? An other thing. I notice we don't have monaco editor with the browser capability. It's logical since we operate in the backend. First i have access to manaco with browser feature without nothing to do. I had buttons to open and save a file deliver by the backend and it's realy pratical. That leverage a big issue and make life realy easy because on low hardware like my orangepi you can forget vscode is too big:). Morehover I try quickly to serve it with a http node but i facing issues. Same with an integration in the dashboard. Thank you again and sorry for the english. |
Current Behavior
A long string payload can not be view
Expected Behavior
At least copy it with the button made for that but it only take the extract you see
Steps To Reproduce
default behavior
Example flow
Just a long string in inject node with the debug activate on it
Environment
The text was updated successfully, but these errors were encountered: