quote:
Originally posted by Patchou
sure... add a call tyo DebugBreak() and select "debug" when you'll get the error message.... when youre in the VC deubbuger, looking at your code, just say to ignore the assertion and youre good to go.
exactly what i do, although i put the break in the initilise function so i can get it into the debugger on plugin startup and can then change whatever i want, put breakpoints where i want etc..