Masato Kokubo's Blog

Blog about softwares I developed.

Upgraded a Windows 10 VM to Windows 11 using VMware Workstation 15 Pro.

Japanese I have upgraded Windows 10 Pro of a virtual machine (VM) to 11, so the procedure is described below. I am using VMware Workstation 15.5.7 Pro (VMware). The latest version at the moment is 16.2.0, so it is the previous major versio…

I have released some new DebugTrace libraries which are help you when debugging Java, .NET (C#), JavaScript (Node.js) and Python code.

DebugTrace-java (Java 8 or later) - README GitHub 3.0.2 - July 6, 2020 - Release GitHub 3.0.1 - May 15, 2020 3.0.0 - May 12, 2020 Execution example (Java) DebugTrace-net (.NET Core 3.1 or later) - README GitHub 2.0.2 - July 12, 2020 - Rele…

I have released DebugTrace-net.

I have released a library that outputs the start and end of the method and variable contents in the .NET programs. This library supports debugging of .NET programs under development. Since it is published in GitHub, refer to the following …