Skip to content

[X# 3] Debugger does not display symbol values #1804

@hpetriffer

Description

@hpetriffer

When you inspect the value sym during debugging, it is not possible to see the value

public static class TestClass
	public static method Test(sym as usual) as void
		Console.WriteLine(AsString(sym))
		return
end class

function Start() as void strict
	TestClass.Test(#DirUnittests)

	Console.ReadLine()
	return

XSharpTests.zip

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions