Author Topic: Debugging - How to set execution working directory and command line parameters  (Read 3911 times)

Offline radzi

  • Single posting newcomer
  • *
  • Posts: 2
Hi,

I am currently using the svn release 10058 build using Ubuntu 14.10 64 bit with wx2.8.12.
 
How do  I wkring directory and command line parameters for debugging?

I have changed the value in Project -> Properties -> Build Target -> Execution Working Directory to my directory, but during debugging the program still use the debug output directory.

Setting the values in Project -> Set Program's Argument also did not work.

Thanks for the help.

regards,
Radzi.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Did you set it for the correct target ?
Differrent targets can have differerent parameters.

I just tested it with a simple console program and it seems to work.