http://segger.com/jlink-real-time-terminal.html Real Time Terminal SEGGER's Real Time Terminal (RTT) is the new technology for interactive user I/O in embedded applications.With RTT it is possible to output information from the target microcontroller…
昨天接到一个在h5获取经纬度的需求,看了文档后,代码其实很简单,但在浏览器上调试就比较蛋疼了... 代码: function successfulCallback(position) { console.log('-----------successfulCallback--------',position) alert("获取地理位置成功!"); var latitude = position.coords.latitude; var longitude = position.coo…
参考这篇文章 http://www.cnblogs.com/artech/p/debug-in-vs-code.html In order to be able to debug cross-platform, .NET Core has now a "portable PDB" format, and the newly introduced .NET Core debugger for Visual Studio Code only supports this format. Un…