How can I save changes to wired files? [PLUSEMU]

Bobobobobob

New Member
Apr 8, 2019
9
1
Hai
How can I save wired changes in Visual Studio? When I save the file, the code is not being executed in my hotel.
Thank you already!
 

Daltron

Web Developer
Aug 6, 2015
283
152
You cannot just save the file, you have to build the solution in release
Basically, Open the entire solution from the .sln file on the main index of the emulator. Go to the file you were editing save the changes and run the emulator in debug mode.
If your emulator doesn't start then you have a build error probably, visual studios has a box at the bottom when you debug and it will abort debugging the emulator if there is an error in the code.
 

Bobobobobob

New Member
Apr 8, 2019
9
1
Oh, I was editing in the wrong place. I did not edit in the .sln file XD

Now I have another problem:
The path of the emulator has a space in it's name, how can I use that in code? Now it does not recognize the file path
 

Users who are viewing this thread

Top