Forum Replies Created
-
AuthorPosts
-
curtis.hendrixParticipant
If the “Format” button is not shown, the currently open file is not handled by Clang-format and its formatting can be configured via Tools->Options->Text Editor->C/C++ (VisualGDB)->Formatting.
I don’t have the “Format” button, so the settings in Tools->Options…->Formatting should be getting applied. I’ve attached a screenshot of the settings. I don’t see where to disable automatically adding a space between code and comment every time the autoformatter is run, or how to disable double indenting when there’s a space in between comment and code for a control block.
I did find a work-around by enabling “Clang-format (advanced)”.
Attachments:
You must be logged in to view attached files.curtis.hendrixParticipantI think I just answered my own question. Well, more like found a workaround.
The J-Link was originally configured for the “allow security” option. I changed that to the normal MKV31F256xxx under “Debugged device” and now it looks like everything is working.
curtis.hendrixParticipantPerfect! The correct setting (for those who run across this later) is under Tools->Options->VisualGDB->General->Debug->Show ‘no register groups’ warnings
curtis.hendrixParticipantI cut off the end of the file because it was too large. Try this one. I removed a few register definitions to get the file under the size limit, but it still exhibits the same problem.
Attachments:
You must be logged in to view attached files.curtis.hendrixParticipant…And apparently .svd files are not allowed. Okay, let’s try attaching it as a text file.
Attachments:
You must be logged in to view attached files.December 6, 2018 at 16:49 in reply to: System.TypeInitializationException on Windows Server 2016 #22990curtis.hendrixParticipantFigured out the issue. Using FIPS compliant algroithms needs to be disabled:
“Or else, go to Local Security Policy (Start -> Run -> secpol.msc) and then go to “Security Settings -> Local Policies -> Security Options” and on the right-side windows you should see the policies in that please look for the Policy “System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing” and checked the security thing and it should be Enabled.”
curtis.hendrixParticipantWorked perfectly. Thanks!
-
AuthorPosts