|
Visual Studio 2005/BB 1.01.7 PlugIn DEBUG DOES NOT WORK -
04-02-2008, 10:15 PM
Hello:
I can compile, edit run, etc. with no issues. When I try to debug my application, it says "Debugger launched" and that is it; otherwise it runs basically the same as when I say "Start Without Debugging". Help!!!
I am not good enough to write code without the ability to debug it. The sample apps run in the 8700 simulator. The app I am using to expand on is the "Form Submit Sample" and it works BB Client and Server with no issues. I can enter data on the app in the simulator and it winds up in he database on the simulated server.
However, I cannot set breakpoints, or watch anything. Why? If I put a Debug.write('I am here!'); statement in, It compiles, but I never see the "I am here" in the output window. Why? I do see the details in the MDS Development Server Log and it shows up as a published application that says it is "Application Lauched by Debugger".
If someone, who has looked at this needs more info about this issue, please ask. I am completely stumped. If I use this same VS 2005 debugger for C++ I can set breakpoints and see debug output.
Thanks
Last edited by Hockey Doug : 04-03-2008 at 05:05 PM.
|