Grant Curell
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
-
-
Grant Curell created a post, Intillij Debugging - SyntaxError: Cannot use import statement outside a module
This seems similar to some other questions but in their cases they're doing things differently than I. When trying to debug or run a reactjs project with Intillij I receive the following message on... -
Grant Curell commented, -
Grant Curell created a post, AnsweredStop GoLand from wrapping refs in markdown
I love that GoLand added support for markdown - it's awesome. The only thing is that it wraps references which I use so often that I frequently have to go back to using vscode because fixing them i... -
-
-
-
-
Grant Curell created a post, CompletedGoLand 2021.1 missing symbols - can't view some variables in debugger
I pulled the beta to make sure that wasn't the problem but for whatever reason GoLand is only showing *some* of the variables in the debugger: If I try to evaluate expression to find them it gi... -
Grant Curell created a post, AnsweredGoLand's debugger has bug - incorrectly dumps memory instead of displaying variable
When I make the call on line 168 of this file the value of resetType is in my testing "ForceRestart". When I get to the function PowerOperation the debugger shows: However, if you run `fmt.printl...