Grant Curell
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
-
Edited 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... -
Created Stop GoLand from wrapping refs in markdown
AnsweredI 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... -
Created GoLand 2021.1 missing symbols - can't view some variables in debugger
CompletedI 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... -
Edited GoLand's debugger has bug - incorrectly dumps memory instead of displaying variable
AnsweredWhen 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... -
Created GoLand with remote dlv gives 'could not find statement at <FULL_FILE_PATH>, please use a line with a statement'
CompletedI'm not really sure what other information to provide. I click a line like I would for usual debugging, then I start the debugger and no matter what I've tried I get this: The error is fairly misl... -
Edited Debugging a Terraform Provider with GoLand
CompletedI'm following the instructions provided by Terraform's docs. I'm looking at the GoLand debug config screen and trying to figure out how to do the same thing there. Is it possible to debug a Terrafo...