Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialLeonard Howard
14,482 PointsWorkspace Console freezes
Whenever I type the following line, my Console always freezes. No key or key combination works and I have to completely close my Workspace. But the same thing happens as soon as I type the same thing in the new Workspace. (In csharp mode): birds.GroupBy(b => b.Color).Select(g => new { Color = g.
and it freezes. Is there some shortcut set up for 'g.'?
Leonard Howard
14,482 PointsThe CTRL + C + ENTER did work for one time. It cleared me to another csharp prompt. But when I hit the up arrow key and started to finish the command it failed here: birds.GroupBy(b => b.Color).Select(g => new { Color = g.Key, Count = g.
Then CTRL + C + ENTER would not work anymore. CTRL + Z + ENTER at least got me out of the csharp mode. But I still cannot finish and execute this command for some reason.
caitlinsheeks
5,423 PointsThis is still an issue for me, but I emailed Support about it.
2 Answers
Eric Wilson
9,380 PointsI'm having the exact same problem. Any solutions? It's frustrating to not be able to follow the video. Plus, I'm not a fan of doing this in the C# REPL.
William Mardis
9,458 PointsI have the same issue. Has anyone found a real solution to this?
ygh5254e69hy5h545uj56592yh5j94595682hy95
7,934 Pointsygh5254e69hy5h545uj56592yh5j94595682hy95
7,934 PointsFor me
CTRL + C + ENTER' or
CTRL + Z + ENTER ` fixes the console when it freezes.