gkaushal

Results 10 comments of gkaushal

I was able to attach to an already running process but i am unable to debug it. After applying the breakpoint on any line when ever I press the continue...

yes, i did try with sudo and interrupting the process but that did not help. Though if i run gdbgui by giving the process name like 'gdbgui test', I am...

gdb terminal is running fine. I am also able to debug when i launch the gdbgui with the program name "gbdgui test" The problem is only with attach to process....

Any suggestions anyone? This blocker is preventing me to use this amazing debugging tool.

I confirmed the things asked. 1. gdb can debug the attached process. ![image](https://user-images.githubusercontent.com/11732013/65987091-c60bae80-e4a2-11e9-9d34-e4f993b270bc.png) 2. I tried launching gdb with --debug mode. ![image](https://user-images.githubusercontent.com/11732013/65987139-dfacf600-e4a2-11e9-8db8-f1cd64133447.png) After that i went to the browser and...

Not Exactly. :) How to get rid of the assembly view. I just want to debug my code line by line, but everytime i press continue button., GUI changes to...

no. just momentarily the code flashes and again goes back to assembly screen.

I also see the same behavior on LinuxRHEL when I press the continue button after putting the breakpoint in my code. The gui says fetching assembly and then code pane...

I installed gdbgui on another machine (MAC this time) with same result. Seems something is broken. Any clues?