|
0 registered members (),
635
guests, and 2
spiders. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: breakpoint keyword not recognized by SED
[Re: Tobias]
#210681
06/12/08 09:22
06/12/08 09:22
|
Joined: Jan 2004
Posts: 3,023 The Netherlands
Helghast
Expert
|
Expert
Joined: Jan 2004
Posts: 3,023
The Netherlands
|
I recently discovered this issue as well..
A6 has always supported breakpoint; but A7 doesnt. It's true you now use F9, but keep in mind, this has to be on a line that is being executed (not initialised, so no variables), this means you cant add it on a blank line, but it has to be "attached" to some code... also make sure you DEBUG run (ctrl + F5) rather then normal run (F5), all should work properly then!
the manual also stated something like writing //! as a breakpoint, but im not sure about that...
make sure you use F10 to go through the code, ctrl+F10 to continue normal testing untill the next breakpoint in your code, or escape to stop debugging untill the next run..
I hop this made it a bit more clear, if not, just ask ^_^
regards,
|
|
|
|