> I was curious how any of you guys that develop PIC applications in Basic > debug them? Is there a source level debugger included with them? Does it > interface with ICD2 or similar debugger (MPLAB source level plug-in or > similar)? Or are you stuck with "churn and burn" debugging? MeLabs provides an MPLAB plugin with instructions on using it here; http://www.microengineeringlabs.com/support/mplab.htm PBP works with ICD/ICD2. I rarely use my ICD2, but it's an option if I need it. > I've never seen this discussed before. I know when I evaluate C tools, the > debugger is just about as important as the compiler for me as I probably > spend more time debugging and testing code than I do writing it. You can setup PBP as a language tool in MPLAB and compile/simulate or just import the .COD file and run it through MPSIM. > Basic seems like it might be a good way to rapid prototype PIC software so > I'm kind of curious. It really is. Regards, Bruce -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist