Page 1 of 1

[Debugger] userlibs+unicode

Posted: Sat Apr 04, 2009 2:48 am
by lexvictory
Is it possible to make the debugger call FunctionName_UNICODE_DEBUG if it exists rather than always calling FunctionName_DEBUG even when the program is compiled in unicode mode?

I ask for this because today I have been unable to get PeekS(@string, -1, #PB_Unicode) to work (used when PB_DEBUGGER_Unicode is set to 1)
Without this, a userlib compiled with TailBite that must check strings cannot easily use the new MultiLib mode.