CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.94k stars 552 forks source link

Why stucked at <waiting for debugger connection> independent in VMware #3089

Closed lfpu closed 1 month ago

lfpu commented 1 month ago

when i used VS 2022 to debug, the VMware is working, and it can entry the OS successfully.

But when i used VMware Workstation without VS2022 to create new virtual computer it stucked at "Waiting for debugger connection..."

the ISO path is :\bin\Debug\net6.0\xxxx.iso

image

image

image

zarlo commented 1 month ago

you need to disable the cosmos debugger in you project then rebuild

Schaapie-D2 commented 1 month ago

the fix for me was that if Visual Studio showed that it was not started (if the ⏵ cosmos button wasn't gone or disabled), I closed VMWare and restarted it.

lfpu commented 1 month ago

you need to disable the cosmos debugger in you project then rebuild

thank found it.