Issues running gdb debug mode in runtime,Running GDB during run time of application
My application is essentially trying to run whatever C based codes the user has typed into the textbox provided. Afterwhich it will compile the code which will create the exe file for gdb to run.
My problem now is if gdb is waiting for an user input, I wont be able to readline from the background console it is running on, are there any workarounds for me to read the command that essentially waits states that it is waiting for a user input.
GDB will print (gdb) without a \n to wait for a user input.
I have tried using Process.Threads but my process.Threads returned an empty list of threads.
Your answer
Follow this Question
Related Questions
Best way to run a long algorithm in the background? 1 Answer
Unity hangs after OnApplicationQuit, how to debug? 0 Answers
App rejection crash 9.0.2 0 Answers
How to do very accurate time measurement 3 Answers