Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 544803
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T10:41:38+00:00 2026-05-13T10:41:38+00:00

Hey guys, just installed on my Mac Snow Leopard OSX: Mono 2.6 and Monodevelop

  • 0

Hey guys, just installed on my Mac Snow Leopard OSX:

Mono 2.6 and Monodevelop 2.2

I’ve created a simple C# Console App:

public static void Main (string[] args)
    {
        Console.WriteLine ("Hello World!");
        Console.Read();
    }

When I start to type “Console” intellisense works perfectly.

When I run the app in Debug mode, breakpoints hit as expected.

However, while debugging with breakpoints, if I hover over “Console” it says “Unknown Identifier”

When I try and use the immediate window, nothing works. Anything I type just says “Unknown Identifier.”

Anyone know what’s going on?

cheers!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T10:41:38+00:00Added an answer on May 13, 2026 at 10:41 am

    Try this and compiling with the -debug flag on:

    public static int Main (string[] args) 
    { 
        Console.WriteLine ("Hello World!"); 
        Console.Read(); 
        return 0; // Place breakpoint here
    }
    

    If that works then try this:

    public static void Main (string[] args) 
    { 
        int dummy;
        Console.WriteLine ("Hello World!"); // Place breakpoint here
        Console.Read(); 
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey guys - I just wrote an app using c# and ready to deploy
hey guys, how can I just achieve this simple layout? I'm hoping the answer
hey guys I'm just writing a name getter app as I'm learning android and
Hey guys, just wondering if their is a simple way to create an Item
Hey guys I installed cygwin on my windows 7 just now With ALL THE
Hey guys, just starting off with the iPhone SDK, I've built a simple iPhone
Hey guys im just messing around and I cant get this to work: public
Hey guys, just wondering if this one is possible I have an app that
Hey guys I know that this is probably just a simple sql statement but
Hey guys, I am just trying to pull all the records from my database

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.