客户提交一个dump文件,WinDbg加载时出现大量WARNING,加载对应版本的SOS后执行相应命令提示"SOS does not support the current target architecture". 原因在于使用了64位的任务管理器导出了32位进程的dump文件,下面是两个解决方法: 1.使用32位任务管理器,运行:C:\Windows\SysWOW64\taskmgr.exe. 2.使用其它转储工具,比如:ProcessExplorer. 参考资料: Capturi…
1. Install Visual studio 2013 community version which is free to use for personal usage. 2. Setup the debugger follow the instruction in http://doc.qt.io/qtcreator/creator-debugger-engines.html. On windows can go to link https://msdn.microsoft.com/en…
原文地址:https://www.linkedin.com/pulse/microservices-reference-architecture-spring-boot-cloud-anil-allewar What is "Microservices"? Microservices is the "new kid" on the block; a new paradigm that seeks to replace monolithic enterprise ap…