Forum C# BreakPoint not Hit

BreakPoint not Hit

Postby ASH1138 » November 28th, 2012, 12:08 pm

Hi,
When I run the development server under Debug mode , and I put breakpoints in the code, the breakpoints are never hit.

FOr example, even if I put a breakpoint on the first line of code under:

public override void GameStarted()
{
//BREAKPOINT
}
the breakpoint wont get hit!

Any ideas why this is happening?
ASH1138
 
Posts: 285
Joined: November 17th, 2012, 2:29 pm

Re: BreakPoint not Hit

Postby dreamora » November 28th, 2012, 1:44 pm

if you are on OSX / Mono: Breakpoints or debugging in general dosn't work on Mono anymore since the latest 2 or 3 server versions.
dreamora
 
Posts: 225
Joined: March 2nd, 2012, 9:58 am

Re: BreakPoint not Hit

Postby ASH1138 » November 29th, 2012, 1:34 pm

dreamora wrote:if you are on OSX / Mono: Breakpoints or debugging in general dosn't work on Mono anymore since the latest 2 or 3 server versions.

Im not on OSX, Im running win7 2010 version.
ASH1138
 
Posts: 285
Joined: November 17th, 2012, 2:29 pm

Re: BreakPoint not Hit

Postby Benjaminsen » November 29th, 2012, 4:23 pm

Just downloaded the latest version and it seems to work perfectly
Image
Benjaminsen
.IO
 
Posts: 1444
Joined: January 12th, 2010, 11:54 am
Location: Denmark

Re: BreakPoint not Hit

Postby Tassaduq » September 18th, 2018, 4:34 pm

Check if your client has bounce or mycode like in the server
Tassaduq
 
Posts: 3
Joined: February 15th, 2014, 6:49 pm


Return to C#