.net 5 Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. code example

Example: skipped loading symbols. module is optimized and the debugger option

Hello,

If you want to load symbols of your program, please make sure we build with symbol files, when debugging, we could open the Module window (Debug -> Windows -> Module) and right click the module whose symbols is not loaded and then select Load Symbols...

If you want to disable "just my code", please open Tools -> options -> Debugging -> General and clear the checkbox "Enable Just my code (Managed only)"

If you did not want to optimize code, please go to property page of our project and select Build tab on the left, then clear the checkbox "Optimize code"

If you want to know how to extracting data from amazon database, I'm sorry, you may contact amazon.com for more help, it is also off-topic here.

Please don't hesitate and give us feedback if there are any questions!
Best regards

Tags:

Misc Example