Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Could this be a bug ??
Hi, just wondered if anyone else has experienced this with the IDDE use debugger quit back to editor, make changes recompile then back to debugger and it crashes could this be a bug or something I am doing, I am watching 2 variables at the time of debugging forst time round then I quit debugger into editor ( I press the red button) then the editor tab, change the code cos my logic sucks <g> save it recompile then start the debugger and it crashes. I am using CD version 8.34 dmc Win XP Xp 2500+ processor 1 Gb PC 3200 DDR ram only other thing I have open is outlook Cheers Aug 18 2003
Are you adding watches to local variables? If you are, that is very dangerous. What does your source code look like? "Yeric" <REMOVEamigabloke yahoo.co.ukREMOVE> wrote in message news:bhr9n4$1ftr$1 digitaldaemon.com... | use debugger quit back to editor, make changes recompile then back to | debugger and it crashes | could this be a bug or something I am doing, I am watching 2 variables at | the time of debugging forst time round then I quit debugger into editor ( I | press the red button) then the editor tab, change the code cos my logic | sucks <g> save it recompile then start the debugger and it crashes. | I am using CD version 8.34 dmc | Win XP | Xp 2500+ processor | 1 Gb PC 3200 DDR ram Aug 18 2003
"Greg Peet" <admin gregpeet.com> wrote in message news:bhrqml$29m3$1 digitaldaemon.com...Are you adding watches to local variables? If you are, that is very dangerous. What does your source code look like? Aug 18 2003
"Matthew Wilson" <matthew stlsoft.org> wrote in message news:bhrvdr$2g59$1 digitaldaemon.com... | Do you mean it's dangerous with DMC++'s IDDE, or a dangerous thing in | principal? In DMC's IDDE AFAIK. However, wouldn't it be dangerous to watch a variable that leaves scope in general? Aug 18 2003
"Greg Peet" <admin gregpeet.com> wrote in message news:bhsgka$7pq$1 digitaldaemon.com..."Matthew Wilson" <matthew stlsoft.org> wrote in message news:bhrvdr$2g59$1 digitaldaemon.com... | Do you mean it's dangerous with DMC++'s IDDE, or a dangerous thing in | principal? In DMC's IDDE AFAIK. However, wouldn't it be dangerous to watch a variable that leaves scope in general? Aug 19 2003
Greg Peet wrote:Are you adding watches to local variables? If you are, that is very dangerous. What does your source code look like? Aug 19 2003
|