dash
dash copied to clipboard
Problem on debugging.
Hi, Thank you for sharing your simulator with others. And I came to ask you for help about debugging the program. (Because I need some motifications base on your project, and I have some bugs.)
I try to running the example under the debugger. However, with a long-time running, the terminal shows me the message "program terminated with signal SIGKILL, KILLED. The program no longer exists."
I run the gdb with the command "./waf --command-template="gdb %s" --run tcp-stream simulationId=1 numberOfClients=3 adaptationAlgo=panda segmentDuration=2000000 segmentSizeFile=contrib/dash/segmentSizes.txt"
Would you like to tell me how to run the debugger with your project? Thanks so much!!!!