From: Casper H. <ch...@us...> - 2002-07-13 16:08:40
|
l=F8r, 2002-07-13 kl. 16:04 skrev Royce Mitchell III: > Is there any problem with using loadros with the new symbols? It may work, but I haven't used loadros for a while. Just be sure to pass symbol files after the module they describe and don't pass symbol files before system.hiv. E.g. loadros ntoskrnl.exe hal.dll system.hiv ntoskrnl.sym hal.sym x.sys x.sym is okay. > How do you configure ReactOS for debugging? Is it the same as removing > NDEBUG from the source files? Do a "make clean". Then in the config file (reactos/config), change: DBG :=3D 0 to DBG :=3D 1 Then do a "make" and/or a "make install". Casper |