15
Awlex
8y

-Programming my mobile app
-Need to debug something
-App crashes instantly (only) when I try to use debugger.

Guess no more debugging. FML

Comments
  • 1
    Memory issue? Debuggers pack the memory with junk so they can see where bad stuff is happening. It's like putting a chemical in the pool that will turn blue when some kids pees himself. Maybe that is interfering with a memory deeper issue in the app (overflow, reading too big of a buffer somewhere, etc...).
  • 0
    @Treebasher I'm not even sure what it could be. I just know it's a android SDK internal problem caused when rendering the statusbar (or Notificationbar).
  • 0
    Haha dang. So it isn't even your code. That's lame.
  • 2
    Maybe you need a debugger for the debugger? 😋
Add Comment