View Single Post
Debug mm dll on CZ client
Old
  (#1)
Austin
Moderator
 
Austin's Avatar
 
Status: Offline
Posts: 403
Join Date: Nov 2003
Default Debug mm dll on CZ client - 20-02-2005

Ok I am trying to debug a mm plugin for CZ using .NET 2003.
I have everything setup for debugging and it runs fine under the debugger but break points don't work. The ide gives me this message when I hold the mouse pointer over the red breakpoint with a ? in it. "the breakpoint will not currently be hit. No executible code is currently at this location."

The breaks points ARE on executible code, and this code IS being called once I am in the game.

My setting for the debugger is.

Command:
C:\CS\Steam\Steam.exe

Command Arguments:
-applaunch 80 -game "czero" +map de_dust2_cz +maxplayers 32

Working Directory:
C:\CS\Steam\

Attach:
No

The build is a debug build. Any ideas why this isn't working???
  
Reply With Quote