Skip to main content
summaryrefslogtreecommitdiffstats
path: root/launch
AgeCommit message (Expand)AuthorFilesLines
2002-11-06fixed bug with preselection of project/program on new configurationsDavid Inglis3-14/+25
2002-11-04support "*" as platform and change local to nativeDavid Inglis3-4/+11
2002-11-04since config is shared we shouldn't filter that tab listDavid Inglis2-14/+12
2002-11-04Update to appease the SWT versions which do not initially provide a callback ...Thomas Fletcher1-28/+35
2002-11-01use newDebugTarget methodsDavid Inglis3-3/+8
2002-10-23support form debugger consoleDavid Inglis3-1/+30
2002-10-23fixed spellingDavid Inglis1-1/+1
2002-10-18fix feature build problem (jgreen patch)David Inglis1-2/+1
2002-10-09cleanup warningsDavid Inglis1-7/+7
2002-10-08fixed typoDavid Inglis2-2/+2
2002-10-02cleanupDavid Inglis1-3/+0
2002-10-01removed Process from debugtarget reateion for attach and corefileDavid Inglis2-4/+0
2002-10-01use new debug target creation methodsDavid Inglis2-70/+59
2002-09-27suppress error on cancelDavid Inglis3-8/+14
2002-09-26updateDavid Inglis1-1/+1
2002-09-26set stop at main on by defaultDavid Inglis2-5/+3
2002-09-26move setDialogShell into Maintab to is will alway be setDavid Inglis4-5/+2
2002-09-26put message from exeception in to new execeptionDavid Inglis1-1/+1
2002-09-24import cleanupDavid Inglis3-21/+0
2002-09-24verify project/program in launchDavid Inglis4-31/+66
2002-09-24Add new process id and the type id to the configuration constants.Thomas Fletcher1-0/+14
2002-09-24*** empty log message ***David Inglis1-2/+2
2002-09-24Put this back with the old ATTR name if not old projectAlain Magloire1-1/+1
2002-09-23Change attribute.Alain Magloire1-1/+1
2002-09-23new post-mortem debug launcherDavid Inglis15-370/+754
2002-09-18display exception message in coreexception messageDavid Inglis1-0/+4
2002-09-17support attach to pid with debuggerDavid Inglis2-14/+44
2002-09-17check for debugconfig for validityDavid Inglis1-2/+2
2002-09-16add method to get pluginid in abstractlaunchdelegateDavid Inglis2-1/+9
2002-09-11fixed exception with filename . & ..David Inglis1-0/+4
2002-09-06refactor (rename) changeDavid Inglis2-5/+5
2002-09-03changed runtimeoption arguments to String[]David Inglis1-2/+2
2002-08-29added support for corefile processingDavid Inglis3-57/+130
2002-08-29the variable to check is debugMode not mode.Alain Magloire1-1/+1
2002-08-28added attach/core/run modes in lauch pagesDavid Inglis7-262/+366
2002-08-28changed order of clearing debugger combox andAlain Magloire1-1/+1
2002-08-26export jarDavid Inglis1-1/+3
2002-08-26changed plugin nameDavid Inglis1-1/+1
2002-08-26update added plugin name and providerDavid Inglis2-2/+4
2002-08-26change version numberDavid Inglis1-1/+2
2002-08-22Updated launcher to search out executables in projects and to save that infor...Thomas Fletcher1-0/+79
2002-08-21Fixed a typo, check commit access.Thomas Fletcher1-2/+2
2002-08-21fixed build propertiesDavid Inglis2-1/+37
2002-08-21fixed process label when runDavid Inglis1-3/+4
2002-08-15added launch iconDavid Inglis2-13/+2
2002-08-15check arraylistDavid Inglis1-11/+11
2002-08-15handle missing debugger betterDavid Inglis1-1/+2
2002-08-15small bugletDavid Inglis1-1/+1
2002-08-15fixed dynamic debugger area not showingDavid Inglis1-4/+2
2002-08-15use new debugger configuartion page extension David Inglis8-242/+306

Back to the top