Quantcast
Channel: Community | MonoGame - Latest topics
Viewing all articles
Browse latest Browse all 6821

Point data type seems broken?

$
0
0

@SneakyTactician wrote:

While debugging through a Monogame program I was noticing some weird behaviors in my code.

Whenever I hovered over a XNA Point, I would get the following error instead of seeing the value of the XNA Point.

error CS0103: The name 'DebugDisplayString' does not exist in the current context

I printed the value of the point via the ToString(), and the result was empty AKA "".

Here is my test that I showed in the screenshot:

    static void Main(string[] args)
    {
        Point point = new Point(3, 1);
    }

This started to happen recently.
Any ideas?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 6821

Trending Articles