Can't debug with oxygene

to put it simply - debug just wont start, VS only compiles the project but won’t run the program, wtf?
upd: sometimes it gives me this:

upd2: debugs just fine for vs projects (c#/vb.net)

What kind of project? .NET, Java, Cocoa?

.net of course
btw: can i combine oxygene w/ vb.net? like, for example, when i want to address my app’s settings

wow, reply times are sure slow over here

You can combine oxygene with VB.NET in a single solution, but not in a single project. You can combine it with C# and Swift code in the same project.

I’ve never seen this error before, butthis looks relevant:

does any of that apply to you ?

Somehow. The thing is - I don’t have any remote debugging computers, only my local one, and in my case the play button only says Debug, also in app setting platform() was missing, readded x86, x64 and any cpu back.
Btw, I only have defender+firewall running

What happens when you switch CPU Type to 32bits? (i386/x86)

remote debugging is implicitly used for 64bits.


well, platform is empty again, readded x86

nope, it just builds the app

ah I should have been more clear. I meant this “Cpu Type” dropdown:

Was: Any CPU, changed to x86, somehow it works

Oke so somehow, x64 is broken on your systme. Probably the same thing happens in C# when you force it 64bits.

I wonder why

Maybe the event log gives some hints? Maybe kill off the debug server task so it restarts? I haven’t ever had this problem myself. The debug server is a com+ server that gets talked to from within VS, so anything that would stop that could cause this.