Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

Problem while using debugging

0 votes
asked Oct 18, 2020 by Shashikant Chourasia (120 points)
I am using debugging in my code. But at a point in my code it asks for user input which is a long cipher text which I have already put in text input but in debugging it is not taking from there. Apart from that I can't even copy paste that cipher text in debugger. Can someone help me in this ?

1 Answer

0 votes
answered Oct 22, 2020 by Peter Minarik (84,720 points)
What language are we talking about (OnlineDGB's Debugger does not support all the languages as the Compiler).

Maybe you can share your codes so others can give it a try too.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...