Opened 5 years ago
Last modified 5 years ago
#701 new Bugs
DBG not working with CLI applications
| Reported by: | raw | Owned by: | ed_mann |
|---|---|---|---|
| Priority: | 1 | Milestone: | 1.3.0 |
| Component: | DBG | Version: | 1.3.0-nightly |
| Keywords: | debug | Cc: |
Description (last modified by ajt)
when i start a project with a cli application, set the debug properties up, set breakpoints and start the debug the script is shown as running but it will never finish and also not stop on breakpoints.
this issue has been confirmed by ed_mann.
eclipse version is eclipse-3.3.1.1.
Change History (2)
comment:1 Changed 5 years ago by ajt
- Description modified (diff)
comment:2 Changed 5 years ago by ed_mann
- Keywords debug added
- Milestone set to 1.3.0
- Owner set to ed_mann
- Version changed from 1.2.0-nightly to 1.3.0-nightly
I remember this, and will need to fix the way DBG is looking for breakpoints.
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/eclipsebutton_med.png)
I have followed the directions located at http://docs.schuetzengau-freising.de/modules/xdocman/manual.php?lang=en&doc=xo-002&id=sec.debug_cli&file=ch04.html#sec.debug_cli and have successfully debugged a CLI app. The debugger stops at the following code
if (function_exists ("DebugBreak")) { DebugBreak (); }but does not stop at the breakpoint which is set further down in the script. When I click on "Resume" in the debugger perspective it does finish executing the script.