The International Simutrans Forum

Development => Technical Documentation => Topic started by: Max-Max on September 19, 2013, 02:36:08 PM

Title: A stupid question...
Post by: Max-Max on September 19, 2013, 02:36:08 PM
For some time now the command window hasn't been shown when I debug (VC++ 2012). It was shown before and I could read all the DBG_DEBUG messages.

I debug Simutrans with "-debug 3 -use_workdir -objects pak128" and the workdir set to my Simutrans installation. How can I re enable the debug window again?
Title: Re: A stupid question...
Post by: Markohs on September 19, 2013, 02:57:36 PM
project properties->linker->system pick subsystem:CONSOLE

You can't copy from that window but it's better than nothing, it's that what you were looking for?
Title: Re: A stupid question...
Post by: Ters on September 19, 2013, 04:20:07 PM
Quote from: Markohs on September 19, 2013, 02:57:36 PM
You can't copy from that window but it's better than nothing, it's that what you were looking for?

Is it really impossible, or is it just that the right click menu is disabled? If the latter, the mark, copy and paste actions should be available in the system menu (which isn't as well known as it was before Win95).
Title: Re: A stupid question...
Post by: Markohs on September 19, 2013, 04:25:07 PM
oh ****, that works! Thx Ters. :)
Title: Re: A stupid question...
Post by: Max-Max on September 21, 2013, 05:36:01 PM
Ahhh... Thank you Ters!! :)