Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Waiting for debugger connection... #1195

Closed
AceKiron opened this issue Jun 28, 2019 · 21 comments
Closed

Waiting for debugger connection... #1195

AceKiron opened this issue Jun 28, 2019 · 21 comments

Comments

@AceKiron
Copy link

AceKiron commented Jun 28, 2019

Area of Cosmos - What area of Cosmos are we dealing with?

the ISO file running in VirtualBox

Expected Behaviour - What do you think that should happen?

to actually run the basic example

Actual Behaviour - What unexpectedly happens?

it boots, but shows only "Waiting for debugger connection..." in green.

Reproduction - How did you get this error to appear?

building the example and running it in VirtualBox

Version - Were you using the User Kit or Dev Kit? And what User Kit version or Dev Kit commit (Cosmos, IL2CPU, X#)?

Cosmos User Kit CosmosUserKit-20190508-vs2019.exe

@charlesbetros
Copy link
Member

Debugger support only works with Bochs and VMWare currently. To use Virtual Box you will need to disable the debugging by setting <EnableDebug>false</EnableDebug>

@AceKiron
Copy link
Author

And where do I do that?

@AceKiron
Copy link
Author

@charlesbetros

@charlesbetros
Copy link
Member

charlesbetros commented Jun 30, 2019

Project properties for your Cosmos Kernel. Uncheck 'Enable Remote Debugging'

image

@AceKiron
Copy link
Author

But Project properties doesn't show Cosmos or Cosmos (new)

@AceKiron
Copy link
Author

AceKiron commented Jul 4, 2019

@charlesbetros Project properties doesn't show Cosmos or Cosmos (new)

@furesoft
Copy link

furesoft commented Jul 5, 2019

i have the same problem

@quajak
Copy link
Member

quajak commented Jul 6, 2019

Is the Cosmos Project System and Cosmos Debug Engine installed? You can check by looking at installed extensions.

@AceKiron
Copy link
Author

AceKiron commented Jul 6, 2019

@quajak for me, yes, but sidenote: when clicking on Cosmos Project System extension it gives a warning that it can't update automatically. I don't know how important that is as I downloaded Cosmos like 2 weeks ago. And at updates it says every extension is up to date.

@AceKiron
Copy link
Author

AceKiron commented Jul 9, 2019

Anyone? Please help me with this

@quajak
Copy link
Member

quajak commented Jul 11, 2019

If you create a new Cosmos project do the properties show?

@AceKiron
Copy link
Author

nope

@quajak
Copy link
Member

quajak commented Jul 11, 2019

Can you try the new user kit?

@AceKiron
Copy link
Author

I CAN try it, I did, but it still doesn't show Cosmos or Cosmos (new)

@AceKiron
Copy link
Author

on https://github.com/CosmosOS/Cosmos/wiki/FAQ#what-version-of-visual-studio-can-i-use-to-develop-cosmos it doesn't say 2017, but that shouldn't be THAT different from 2015, 2018 or 2019 right?

@quajak
Copy link
Member

quajak commented Jul 12, 2019

Only VS 2019 is supported because there are breaking changes compared to VS 2017. So you can only use VS2017 with Userkit https://github.com/CosmosOS/Cosmos/releases/tag/Userkit_20181010 or older.

The FAQ was out of date and has been updated.

@AceKiron
Copy link
Author

k ty, now it's working.

@ArdhenisAflah
Copy link

i have same problem but with Vmware

@EnZon3
Copy link
Contributor

EnZon3 commented Dec 10, 2021

Project properties for your Cosmos Kernel. Uncheck 'Enable Remote Debugging'

image

I can't find it

@EnZon3
Copy link
Contributor

EnZon3 commented Dec 10, 2021

It wasn't in any of these windows.
image

@rraffaelandrei
Copy link

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants
@furesoft @quajak @charlesbetros @EnZon3 @AceKiron @ArdhenisAflah @rraffaelandrei and others