mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Added "Environments" tab to Ghidra run configuration in GhidraDev.
This commit is contained in:
parent
34bf3b6585
commit
649e573a0d
3 changed files with 165 additions and 160 deletions
|
@ -48,6 +48,7 @@ public class GhidraLaunchTabGroup extends AbstractLaunchConfigurationTabGroup {
|
|||
tabs.add(getJavaMainTab());
|
||||
tabs.add(getUserDefinedArgumentsTab());
|
||||
tabs.add(new JavaClasspathTab());
|
||||
tabs.add(new EnvironmentTab());
|
||||
tabs.add(getCommonTab());
|
||||
|
||||
// Set the tabs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue