Book a Demo

Author Topic: Debug and Command window  (Read 3418 times)

unnamedharald

  • EA User
  • **
  • Posts: 20
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Debug and Command window
« on: March 24, 2008, 11:53:51 pm »
I have successfully set up my app so it runs (it is a console app) and I can also debug (set breakpoints, etc).  The problem is, I don't see the console app window under debug-- I see my output messages (System.out) in the Output tab and, even though I turn on console, the console window is empty.  I have no way of entering info to my console app under debug (again, just running it works fine).  Any ideas?