Ignore:
Timestamp:
08/15/11 11:22:58 (13 years ago)
Author:
adeas31
Message:
  • Basic GDB based debugger. Breakpoints, step over and step in works (only on .mo files right now).
  • The variable browser doesn't work for complex data types yet.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.debug.core/META-INF/MANIFEST.MF

    r791 r897  
    1616 org.modelica.mdt.debug.core.launcher,
    1717 org.modelica.mdt.debug.core.model,
    18  org.modelica.mdt.debug.core.sourcelookup
     18 org.modelica.mdt.debug.core.sourcelookup,
     19 org.modelica.mdt.debug.gdb.core,
     20 org.modelica.mdt.debug.gdb.core.launcher,
     21 org.modelica.mdt.debug.gdb.core.mi,
     22 org.modelica.mdt.debug.gdb.core.mi.command,
     23 org.modelica.mdt.debug.gdb.core.mi.event,
     24 org.modelica.mdt.debug.gdb.core.mi.output,
     25 org.modelica.mdt.debug.gdb.core.mi.pty,
     26 org.modelica.mdt.debug.gdb.core.model,
     27 org.modelica.mdt.debug.gdb.core.sourcelookup
    1928Eclipse-LazyStart: true
Note: See TracChangeset for help on using the changeset viewer.