Debug output window.

Post your requests and ideas on the future development of mikroC.
Post Reply
Author
Message
chapmjw
Posts: 33
Joined: 04 Oct 2004 19:46
Location: Alabama, US

Debug output window.

#1 Post by chapmjw » 30 Sep 2005 19:22

I would like to see a tab added to the Watch window (Output) that would work like the Visual Studio Output window. It is difficult to follow more than one variable when you have to scroll up and down in the watch window as the program steps. The output window would recieve the following.

Debug_WriteInt("X in Loop1: " , x);

Output window would display:
X in Loop1: 33

Thanks for taking a look.
You guys are doing a great job, and most importantly your listening.

Jim

User avatar
rajkovic
mikroElektronika team
Posts: 694
Joined: 16 Aug 2004 12:40

Re: Debug output window.

#2 Post by rajkovic » 30 Sep 2005 20:01

chapmjw wrote:I would like to see a tab added to the Watch window (Output) that would work like the Visual Studio Output window. It is difficult to follow more than one variable when you have to scroll up and down in the watch window as the program steps. The output window would recieve the following.

Debug_WriteInt("X in Loop1: " , x);

Output window would display:
X in Loop1: 33

Thanks for taking a look.
You guys are doing a great job, and most importantly your listening.

Jim
You'll be pleasantly suprised with the next version of debugger... 8)

We have always considered this to be somewhat of an open project; we are very thankful for all the suport, bug reports, opinions and ideas that have been posted here. We sure will continue upgrading the compilers.. so, stay tuned ;)

-

WimC56
Posts: 8
Joined: 22 Feb 2013 14:40

Re: Debug output window.

#3 Post by WimC56 » 27 Mar 2013 11:11

Searching for the "Output Windows" as in VS (even Express) and searching for it in the forum.

In MikroC for AVR, I cannot find it.
In the forum I find several questions to this item, even promisses for a next version (that was in 2005).
But I cannot find it. Am I missing something.

CU Wim.

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Debug output window.

#4 Post by filip » 28 Mar 2013 10:06

Hi,

Are you referring to the debug output window or just output window ?

Regards,
Filip.

WimC56
Posts: 8
Joined: 22 Feb 2013 14:40

Re: Debug output window.

#5 Post by WimC56 » 28 Mar 2013 14:15

Hi, I'm refering to the debug output window.
Al window where you can put in debug information.

In VS e.g. you can enter something like: "Debug.Print("Open file : " + idx.ToString());"
The output of this line will be printed in the Output window as VS call it.
In fact the Output window of VS gives also info about the compiler and the download to the micro.

Pls see attached

http://support.microsoft.com/kb/815788

and

http://jojosardez.blog.com/2010/04/21/d ... al-studio/

Expecially the pic in the last url.

Sorry, but I cannot give a better explanation ;-)

CU Wim.

Post Reply

Return to “mikroC Wish List”