Author Topic: running an app under root in the debugger  (Read 3696 times)

morzen

  • Junior Community Member
  • Posts: 4
  • Hero Points: 0
running an app under root in the debugger
« on: February 28, 2007, 10:46:28 PM »
I'm working in Linux and need to run my application as root in the debugger.  Has anyone figured out how to do this? 

Thanks!

ScottW, VP of Dev

  • Senior Community Member
  • Posts: 1471
  • Hero Points: 64
Re: running an app under root in the debugger
« Reply #1 on: March 15, 2007, 03:04:48 PM »
Can you run your application as root and then attach to the running process? Select Debug > Attach Debugger > ... and select the appropriate debugger. I'm not sure if there's a permissions problem with this. I leave that to those with more experience in Linux.

--Scott