ikkentim / SampSharp

A framework for writing game modes for SA-MP in C#. SA-MP is a free Massively Multiplayer Online game mod for the PC version of Rockstar Games Grand Theft Auto: San Andreas.
https://sampsharp.net
Apache License 2.0
210 stars 41 forks source link

Vistual Studio won't stop on breakpoint or not debugging when error occurrs #421

Closed spreadhaz closed 1 year ago

spreadhaz commented 1 year ago

I can find the error if I do try catch thing, but it doesn't help at all Am running on SampSharp 0.9.1

ikkentim commented 1 year ago

how are you running your server? if you follow these instructions debugging should work just fine

https://sampsharp.net/getting-started

spreadhaz commented 1 year ago

how are you running your server? if you follow these instructions debugging should work just fine

https://sampsharp.net/getting-started

hello, It was working fine but I updated visual studio from 2019 to 2022 and things happened. for now I'm just going to unistall and try again the instructions

spreadhaz commented 1 year ago

I created a new project and then dragged all things except project settings and now it works.